Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Database Error, what does this mean?


Guest

Recommended Posts

Warning: file_exists(): open_basedir restriction in effect. File(/install) is not within the allowed path(s): (D:\Hosting) in d:\hosting\branigan\catalog\includes\header.php on line 15

 

After installation I've gotten this at the top of my page, why would this be? :(

 

www.blacksheepperformance.net/catalog

Link to comment
Share on other sites

Make sure you have deleted the "/install" directory from your webserver, then find this at the bottom of application_top.php:

 

define('WARN_INSTALL_EXISTENCE', 'true');

 

Change to

 

define('WARN_INSTALL_EXISTENCE', 'false');

 

 

It is caused by your host's configuration and is not an OSC problem.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...