effectualmedia Posted February 17, 2014 Share Posted February 17, 2014 Hello, I have developed prestashop in local and was working perfectly but I am getting Fatal error: Class 'Context' not found in /home3/hirenseo/public_html/webdesignexpert.net/config/config.inc.php on line 90 error when I moved it online.. You can check on http://www.webdesignexpert.net/ anyone can help? Link to comment Share on other sites More sharing options...
NemoPS Posted February 17, 2014 Share Posted February 17, 2014 Hm, weird. Try copying the local 'classes' folder again in the online directory, and check that you have the Dispatcher there Link to comment Share on other sites More sharing options...
vekia Posted February 17, 2014 Share Posted February 17, 2014 in addition, try to regenerate class_index file located in /cache/ directory in your shop Link to comment Share on other sites More sharing options...
effectualmedia Posted February 17, 2014 Author Share Posted February 17, 2014 Hm, weird. Try copying the local 'classes' folder again in the online directory, and check that you have the Dispatcher there I have reupload 'classes' folder, now error solved but site redirect on localhost. please try to open http://www.webdesignexpert.net/ in addition, try to regenerate class_index file located in /cache/ directory in your shop I have reupload class_index file, now error solved but site redirect on localhost. please try to open http://www.webdesignexpert.net/ Link to comment Share on other sites More sharing options...
effectualmedia Posted February 17, 2014 Author Share Posted February 17, 2014 Thanks, It's working now. Link to comment Share on other sites More sharing options...
vekia Posted February 17, 2014 Share Posted February 17, 2014 problem was probably related to crashed class_index file sometimes this file crashes whole shop due to the wrong entries inside. anwyay, glad to hear that the problem is solved with regards, Milos Link to comment Share on other sites More sharing options...
softhightech Posted March 14, 2017 Share Posted March 14, 2017 (edited) the solution is u have to add config file before you call init file. example : require('config/config.inc.php'); Edited March 14, 2017 by softhightech (see edit history) 1 Link to comment Share on other sites More sharing options...
a3mascuba Posted February 25, 2021 Share Posted February 25, 2021 Hi there, I've kind of similar problem, anyone can help me? Everything work fine local but this problem appear once I upload the project to webserver. Thanks in advance, 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