4GLte.eu Posted June 26, 2016 Share Posted June 26, 2016 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 More sharing options...
musicmaster Posted June 26, 2016 Share Posted June 26, 2016 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 More sharing options...
4GLte.eu Posted June 26, 2016 Author Share Posted June 26, 2016 (edited) ok so what should I do to get it fixed? 1. It displays the old, non used theme 2. I cant disable Multishop. The button is greyed out. Edited June 26, 2016 by 4GLte.eu (see edit history) Link to comment Share on other sites More sharing options...
4GLte.eu Posted June 26, 2016 Author Share Posted June 26, 2016 Guys any idea? Link to comment Share on other sites More sharing options...
rocky Posted June 27, 2016 Share Posted June 27, 2016 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now