Jump to content

Lost front end


4GLte.eu

Recommended Posts

Hi I was removing multishop and actually lost whole front end.

 

Fatal error: require_once() [function.require]: Failed opening required '_PS_CONFIG_DIR_autoload.php' (include_path='.:/usr/local/php/p53/lib/php') in /home/abc/domains/xyz.com/public_html/config/config.inc.php on line 64

 

Does it mean the PS_CONFIG_DIR table is missing? I cant see it in the DB.

 

Any help?

Link to comment
Share on other sites

 

Does it mean the PS_CONFIG_DIR table is missing? I cant see it in the DB.

 

Nope, PS_CONFIG_DIR is just a PHP constant that points to your config directory.

 

So  '_PS_CONFIG_DIR_autoload.php' translates as '/config/autoload.php' if your shop is in the root directory.

Link to comment
Share on other sites

Make sure that config/defines.inc.php exists on your server. It's the following line in that file that creates that PHP constant:

 

define('_PS_CONFIG_DIR_', _PS_CORE_DIR_.'/config/');
 

Perhaps the file was accidentally deleted or modified?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...