• Hi, when I try to change the height of the images i get this error:

    Warning: mysql_real_escape_string(): Can’t connect to local MySQL server through socket ‘/var/lib/mysql/mysql.sock’ (2) in /web/htdocs/www.soluzionicommerciali.eu/home/wp/wp-content/plugins/easy-logo-slider/inc/logo_slider_list.php on line 88

    how can I fix it??

    thanks
    paola

    https://wordpress.org/plugins/easy-logo-slider/

Viewing 1 replies (of 1 total)
  • Hello,
    mysql_real_escape_string() is not relate to wordpress inbuilt database functions.So that this issue is coming.

    How can we treat this problem?
    Go to
    /wp-content/plugins/easy-logo-slider/inc/logo_slider_list.php
    and remove all functions name like “mysql_real_escape_string”

    For e.g $limit_description=mysql_real_escape_string($_POST[‘limit_description’]);
    Replace With
    $limit_description=$_POST[‘limit_description’];

    Thanks

Viewing 1 replies (of 1 total)

The topic ‘mysql issue’ is closed to new replies.