Jump to content

Error when login BO after upgrade from 1.4 to 1.6


Recommended Posts

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

  • 1 month later...

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 by apositivo (see edit history)
  • Like 1
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...