hoffdav Posted February 6, 2015 Share Posted February 6, 2015 Hi, have been following the post regarding setting up a local host version of prestashop here - https://www.prestashop.com/forums/topic/299575-solvedmove-from-server-to-localhost/ I am using 1.6.0.6. prestashop and have the following errors when trying to get back into the BO after changing the MD5 password in phpmyadmin Notice: Use of undefined constant _RIJNDAEL_KEY_ - assumed '_RIJNDAEL_KEY_' in /Users/David/Sites/shop/prestashop/classes/Cookie.php on line 80Notice: Use of undefined constant _RIJNDAEL_IV_ - assumed '_RIJNDAEL_IV_' in /Users/David/Sites/shop/prestashop/classes/Cookie.php on line 80Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /Users/David/Sites/shop/prestashop/classes/Cookie.php on line 300 Any thoughts on how to resolve as I am SO close to having my local dev environment set up Link to comment Share on other sites More sharing options...
El Patron Posted February 6, 2015 Share Posted February 6, 2015 simply turn off prestashop debug mode, these are notices and one warning, they do not stop php script. This assumes all is functioning properly otherwise. You can learn a little php programming and search outside of prestashop (sometimes this is better) to learn how to solve the notice/warning messages. Link to comment Share on other sites More sharing options...
hoffdav Posted February 6, 2015 Author Share Posted February 6, 2015 I was just getting a completely blank page when trying to access localhost prestashop BO prior to turning debug mode on. I was up to point 14 in these instructions https://www.prestashop.com/forums/topic/299575-solvedmove-from-server-to-localhost/.... 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