tczaude Posted October 6, 2012 Share Posted October 6, 2012 (edited) After upgrade to 1.5.1 shop is don't worked in log i have error Call to undefined method Tools::nl2br() in /classes/db/Db.php on line 626, Sombody know what wrong Bestreggards Edited October 6, 2012 by tczaude (see edit history) Link to comment Share on other sites More sharing options...
tczaude Posted October 8, 2012 Author Share Posted October 8, 2012 HI In my upgrade error look that autoupgrade make directory in direcotry For example in tools make tools First catalog tools dont have all files and this is same in class I copy manual some lost files and all is worked Is good point to improve check files and struct of catalog of Prestashop Link to comment Share on other sites More sharing options...
a1b2 Posted October 8, 2012 Share Posted October 8, 2012 I try a new install but a have error in 50%: Configure shop information An error occured during installation... You can use the links on the left column to go back to the previous steps, or restart the installation process by clicking here. Link to comment Share on other sites More sharing options...
mikebt26 Posted October 9, 2012 Share Posted October 9, 2012 I have just upgraded from version 1.4.9 to version 1.5.1 through 1-click automatic update After the upgrade it took me straight to my admin login page. I tried to login and it keeps coming up with the below TECHNICAL ERROR: Details: Error thrown: [object Object] Text status: parsererror I have tried resetting password but it still comes up with the same problem and will not allow me to login. If anyone can please help with this problem. Link to comment Share on other sites More sharing options...
tczaude Posted October 9, 2012 Author Share Posted October 9, 2012 (edited) I have just upgraded from version 1.4.9 to version 1.5.1 through 1-click automatic update After the upgrade it took me straight to my admin login page. I tried to login and it keeps coming up with the below TECHNICAL ERROR: Details: Error thrown: [object Object] Text status: parsererror I have tried resetting password but it still comes up with the same problem and will not allow me to login. If anyone can please help with this problem. Check password in database UPDATE employee SET passwd = md5(“<_COOKIE_KEY_ value><yourNewPassword>”) WHERE email = “youremailaddress”; Edited October 9, 2012 by tczaude (see edit history) Link to comment Share on other sites More sharing options...
mikebt26 Posted October 9, 2012 Share Posted October 9, 2012 Hi tczaude, Thanks for your quick response. Where will I change this? I'm completely locked out of my Prestashop Admin back office but have access to my file manager in Cpanel. Thanks, Mike Link to comment Share on other sites More sharing options...
mikebt26 Posted October 9, 2012 Share Posted October 9, 2012 Check password in database UPDATE employee SET passwd = md5(“<_COOKIE_KEY_ value><yourNewPassword>”) WHERE email = “youremailaddress”; Thanks for that. I found the file to put it in. Where do I enter the above code into this, below the cookie key or somewhere else on page? Thanks, Mike Link to comment Share on other sites More sharing options...
scorpionsworld Posted October 9, 2012 Share Posted October 9, 2012 Thanks for that. I found the file to put it in. Where do I enter the above code into this, below the cookie key or somewhere else on page? Thanks, Mike Hi Mike,In no page at all. The code has to be inserted and executed within the MySQL database using phpmyadmin (should be accessible through Cpanel). Link to comment Share on other sites More sharing options...
mikebt26 Posted October 9, 2012 Share Posted October 9, 2012 Hi Mike, In no page at all. The code has to be inserted and executed within the MySQL database using phpmyadmin (should be accessible through Cpanel). Thanks, I just tried and entered the info into the phpmyadmin under the SQL tab and updated. It is still coming up with the same login technical error when trying just now. Link to comment Share on other sites More sharing options...
ad1t Posted October 30, 2012 Share Posted October 30, 2012 I have the same problem installed on my hosting and have tried update the password thru phpmyadmin but still have no clue. Anyone has the solution please ? Link to comment Share on other sites More sharing options...
scyeffect Posted October 30, 2012 Share Posted October 30, 2012 I also have the same problem, hope someone will help. Link to comment Share on other sites More sharing options...
tczaude Posted October 30, 2012 Author Share Posted October 30, 2012 I also have the same problem, hope someone will help. UPDATE employee SET passwd = md5(“<_COOKIE_KEY_ value><yourNewPassword>”) WHERE email = “youremailaddress”; Link to comment Share on other sites More sharing options...
Torbz Posted February 7, 2013 Share Posted February 7, 2013 (edited) Solution to the Call to undefined method Tools::nl2br() db.php error on line 626 http://www.prestasho...__fromsearch__1 Edited February 7, 2013 by Torbz (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts