PDA

View Full Version : Need help with {full_path_to_script} part


kapara
05-11-2008, 01:22 PM
I did all the steps in the manual:
1. Admin Panel » Manage Database » SQL Management
2. Typed this query into query window and click 'GO'.
SELECT `value` FROM `v2102_config` where `name`='dir_path'
3. received response as "Query OK: 0 rows affected."

My question: How do i know what is the value of: {full_path_to_script}

Thank you in advance. Please respond asap as i am totally stuck here.

Nikita B.
05-12-2008, 11:55 AM
Hello kapara and welcome to our forum!

Try to run this query
SELECT * FROM `v2103_config` WHERE `name`='dir_path'

Or this query
SELECT `Value` FROM `v2103_config` WHERE `name`='dir_path'

Also you can view it on
Admin Panel » Configuration » General Configuration