phpLD error mysql_real_escape_string() expects parameter 1 to be string

phpLD php Link Directory

This is how i got rid of this error in php admin panel, i know it’s not elegant or efficient but for an old script , if it works….

1st line in config.php :

error_reporting (E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED & ~E_WARNING);

Leave a Reply