mvalent Posted March 17, 2014 Share Posted March 17, 2014 Hi, I did the upgrade from 1.4 to 1.6 just now. The only error detected during the process was : [ERROR] PHP 1.6.0.4 /* PHP:ps1604_update_employee_date(); */ It is during SQL update. Any one knows what this code does ? Any way, this is not my biggest problem... When finished, I get the BO login form and when I enter my login and password, I get a white page with this message : Cannot read file : (...)/controllers/CartController.php (the full path was there but I removed it here) Any idea what is wrong and how to correct this ? Do you think it has something to do with https ? (I was forcing login to BO with https before upgrading). Thanks to help. -m- Link to comment Share on other sites More sharing options...
mvalent Posted March 18, 2014 Author Share Posted March 18, 2014 I did a copy of cartcontroller.php from /controllers/front to /controllers and I was able to see the BO... Well, I am in, but I have no idea what is calling cartcontroller.php in the wrong folder... Link to comment Share on other sites More sharing options...
apositivo Posted May 14, 2014 Share Posted May 14, 2014 (edited) HELLO COMMUNITY!!!! this error is because MODULE gifonordermodule is active and aprox... line 76 exist this line of code $fname = _PS_ROOT_DIR_.'/controllers/CartController.php'; //(it's WRONG) the correct line (change by) is $fname = _PS_ROOT_DIR_.'/controllers/front/CartController.php'; Edited May 14, 2014 by apositivo (see edit history) 1 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