Issue on https://themeover.com/

Author Posts

tomer

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


Sebastian

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


tomer

It’s from the last wordpress update, default database connection is now MySQLi


Sebastian

Ah I see. Thanks for the explanation.

You must login or register to reply to this topic.