Jump to content

existing customers cannot login after upgrade


Recommended Posts

Just upgraded this website from 1.4.5.1 to latest version.

for this website http://www.fabricjungle.com.au

But when existing customer tries to login they get an error

Here is the page error, hopefully you get the error too.

http://www.fabricjun...hentication.php

 

and here is the message with debug on

 

Fatal error: Call to undefined method CompareProduct::getidcomparebyidcustomer() in /home/fabricju/public_html/controllers/AuthController.php on line 253

Link to comment
Share on other sites

so comparing the 2 files.

The new one from new version and the orig from old version which fixed it...

 

This line is on the new php file but not on the old one

 

self::$cookie->id_compare = isset(self::$cookie->id_compare) ? self::$cookie->id_compare: CompareProduct::getIdCompareByIdCustomer($customer->id);

 

BUT WHY does this cause the problem?

Link to comment
Share on other sites

  • 9 months later...

We have the same problem.

We're preparing the site for the launch of the new version of our store with the new 1.5.2 and upgraded from 1.4.8

We're testing things, and one of the main problems is the password not working for clients.

In the DB the string is the same. Maybe the coding is different. Can't get any details about it.

 

Bottom line: is there any way to solve this? Upgraded from 1.4.8 -> 1.5.2 and customers can't login with same password.

Link to comment
Share on other sites

×
×
  • Create New...