cut_andrews Posted May 25, 2011 Share Posted May 25, 2011 After meeting with all the requirement, I am stuck at the line with this error message. And when i delete the '' at the front and back of utf8, it gives yet another error of the same kind just a different line.Error while inserting data in the database:'SET NAMES \\\'utf8\\\''You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'\\\'utf8\\\'\' at line 1(Error: : 1064) Link to comment Share on other sites More sharing options...
affect Posted May 25, 2011 Share Posted May 25, 2011 Looks like some magic quotes issue, i.e. magic_quotes_gpc set to on, although I believe PrestaShop should handle it correctly. Link to comment Share on other sites More sharing options...
cut_andrews Posted May 26, 2011 Author Share Posted May 26, 2011 Thank you very much that was very helpful. Although magic_quotes_gpc was off, magic_quotes_runtime was on. 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