HI,
Ive installed os commerce through fantastico and using by downloading it from them. However, after trying many things i keep coming up with the following error message when i try and access any of the secure areas. Is this a setting on the server or is it something wrong with the configuration? Help its driving me insane!
The error is
--------------------------------------------------------------------------
Warning: Unknown(): open_basedir restriction in effect. File(/home/user/public_html/catalog/account.php) is not within the allowed path(s): (/home/server/:/usr/lib/php:/usr/local/lib/php:/tmp) in Unknown on line 0
Warning: Unknown(/home/user/public_html/catalog/account.php): failed to open stream: Operation not permitted in Unknown on line 0
Warning: Unknown(): open_basedir restriction in effect. File(/home/user/public_html/catalog/account.php) is not within the allowed path(s): (/home/server/:/usr/lib/php:/usr/local/lib/php:/tmp) in Unknown on line 0
Warning: Unknown(/home/user/public_html/catalog/account.php): failed to open stream: Operation not permitted in Unknown on line 0
Warning: (null)(): Failed opening '/home/user/public_html/catalog/account.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in Unknown on line 0
--------------------------------------------------------------------------
The configuration file is
-------------------
define('HTTP_SERVER', 'http://www.specialistaggregates.com');
define('HTTPS_SERVER', 'https://server.host.com/~user');
define('ENABLE_SSL', true);
define('HTTP_COOKIE_DOMAIN', 'www.specialistaggregates.com');
define('HTTPS_COOKIE_DOMAIN', 'server.host.com/~user');
define('HTTP_COOKIE_PATH', '/catalog/');
define('HTTPS_COOKIE_PATH', '/catalog/');
define('DIR_WS_HTTP_CATALOG', '/catalog/');
define('DIR_WS_HTTPS_CATALOG', '/catalog/');
-----------------------
Any help would be greatly appreciated
Thanks
Andy