Quote Originally Posted by Renz View Post
Thanks for your help, I tried the following and still I am not there, I am sure the answer is simple and yet nothing for me....as I am still struggling..

------------------------------------------------------------------
Ok the file is currency_update.php it is now located in
www.adulttoys4u.com.au/shop/currency_update.php. Yet I cannot call it by the url either and get this error messege.


Warning: require_once(/shop/includes/configure.php) [function.require-once]: failed to open stream: No such file or directory in /home/www/adulttoys4u.com.au/shop/currency_update.php on line 20

Fatal error: require_once() [function.require]: Failed opening required '/shop/includes/configure.php' (include_path='.:/usr/local/php5/lib/php') in /home/www/adulttoys4u.com.au/shop/currency_update.php on line 20

------------------------------------------------------------------------

This is the line I amended as per your instructions

DEFINE('PATH_TO_STORE_ROOT','/shop/');

// Get Zen Cart configuration data
require_once(PATH_TO_STORE_ROOT . 'includes/configure.php');
require_once(PATH_TO_STORE_ROOT . 'includes/database_tables.php');

--------------------------------------------------------------------------

The Host control panel gives an example which shows I have to set the cron job up ...like this

rn /home/www/adulttoys4u.com.au/shop/currency_update.php/*

Thanks again.

Don't put the slash before 'shop/'

Try:

DEFINE('PATH_TO_STORE_ROOT','shop/');