Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Why this happening


ryaniksentrik

Recommended Posts

Posted

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

Posted
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

 

**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

Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...