ryaniksentrik Posted April 7, 2005 Posted April 7, 2005 Shop was working fine yesterday and I come in today and I get this message. Warning: main(includes/configure.php): failed to open stream: No such file or directory in /home/fhlinux198/i/iksentrik.co.uk/user/htdocs/shop/includes/application_top.php on line 29 Fatal error: main(): Failed opening required 'includes/configure.php' (include_path='/usr/share/pear') in /home/fhlinux198/i/iksentrik.co.uk/user/htdocs/shop/includes/application_top.php on line 29 I tried intalling a backup version of the shop but it seem that its getting the same error message any ideas before i delete and re install cheers ryan
Halfpint Posted April 7, 2005 Posted April 7, 2005 Shop was working fine yesterday and I come in today and I get this message. Warning: main(includes/configure.php): failed to open stream: No such file or directory in /home/fhlinux198/i/iksentrik.co.uk/user/htdocs/shop/includes/application_top.php on line 29 Fatal error: main(): Failed opening required 'includes/configure.php' (include_path='/usr/share/pear') in /home/fhlinux198/i/iksentrik.co.uk/user/htdocs/shop/includes/application_top.php on line 29 I tried intalling a backup version of the shop but it seem that its getting the same error message any ideas before i delete and re install cheers ryan <{POST_SNAPBACK}> **Keep a back up copy before making any changes** I'm suggest you look at the files that say have an error such as 'includes/configure.php' which will be in admin/includes and look at these lines aroune line 15 onwards define('HTTP_SERVER', 'http://www.yourdomainnamegoeshere'); // eg, http://localhost - should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'http://www.yourdomainnamegoeshere'); define('HTTPS_CATALOG_SERVER', ''); define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', '/tyepfullnameofpath/catalog/'); // where the pages are located on the server define('DIR_WS_ADMIN', '/catalog/admin/'); // absolute path required define('DIR_FS_ADMIN', '/typefullnameofpath/catalog/admin/'); // absolute pate required define('DIR_WS_CATALOG', '/catalog/'); // absolute path required
ryaniksentrik Posted April 7, 2005 Author Posted April 7, 2005 These files seem to be ok any further sugestions **Keep a back up copy before making any changes**I'm suggest you look at the files that say have an error such as 'includes/configure.php' which will be in admin/includes and look at these lines aroune line 15 onwards define('HTTP_SERVER', 'http://www.yourdomainnamegoeshere'); // eg, http://localhost - should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'http://www.yourdomainnamegoeshere'); define('HTTPS_CATALOG_SERVER', ''); define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', '/tyepfullnameofpath/catalog/'); // where the pages are located on the server define('DIR_WS_ADMIN', '/catalog/admin/'); // absolute path required define('DIR_FS_ADMIN', '/typefullnameofpath/catalog/admin/'); // absolute pate required define('DIR_WS_CATALOG', '/catalog/'); // absolute path required <{POST_SNAPBACK}>
Halfpint Posted April 7, 2005 Posted April 7, 2005 These files seem to be ok any further sugestions <{POST_SNAPBACK}> Other than checking line 29 of your application_top.php I've no other ideas sorry
Recommended Posts
Archived
This topic is now archived and is closed to further replies.