• This is the warning I get when I use Jetpack on WordPress. I’m a beginner at html and cannot make sense of it.

    Warning: mysql_real_escape_string(): Access denied for user ‘root’@’localhost’ (using password: NO) in /home1/cornweb/public_html/wp/wp-content/themes/themorningafter/functions/admin-interface.php on line 111

    Warning: mysql_real_escape_string(): A link to the server could not be established in /home1/cornweb/public_html/wp/wp-content/themes/themorningafter/functions/admin-interface.php on line 111

    The website is http://www.corneliustoday.com

Viewing 1 replies (of 1 total)
  • @productiontodaypubs, Open a file admin-interface.php located under /home1/cornweb/public_html/wp/wp-content/themes/themorningafter/functions/ and go to line 111.

    Now replace mysql_real_escape_string to mysqli_real_escape_string

    Let me know how it goes.

Viewing 1 replies (of 1 total)

The topic ‘Warning: mysql_real_escape_string(’ is closed to new replies.