Tagged: mysql_real_escape_string, PHP Error, themeover.com, website issue
This topic contains 3 replies, has 2 voices, and was last updated by Sebastian 5 years ago.
When going to https://themeover.com/my-account/2-x-design-packs/ the error message “mysql_real_escape_string(): Access denied for user ‘themeove’@’localhost’ ..” shows up
You can remove it by replacing mysql_real_escape_string with esc_sql on /themes/themeover/library/common-functions.php on line 27
Yes, thanks for the heads up!
I think my host may have upgraded my PHP version, which now throws a warning for the old deprecated syntax. I’ve just updated the script, you should be able to access the packs page now 🙂
Cheers, Sebastian
It’s from the last wordpress update, default database connection is now MySQLi
Ah I see. Thanks for the explanation.
You must login or register to reply to this topic.