View Single Post
  #31  
Old 10-30-2018, 04:34 AM
 
aim aim is offline
Advanced Staff Users
 

X-Cart team
  
Join Date: Dec 2008
Posts: 928
 

Default Re: X-Cart 4.7.10 released

To whom are running PHP7.2

The 'Password Recovery' feature didn't work under PHP7.2. To fix apply the SQL query.

Code:
ALTER TABLE xcart_reset_passwords MODIFY password_reset_key varchar(255) NOT NULL DEFAULT '';
https://bt.x-cart.com/view.php?id=50113#210750

I have fixed it in the upgrade packs.

Thank you.
__________________
Sincerely yours,
Ildar Amankulov
Head of Maintenance group
Reply With Quote