I have face same promlem in wordpress then i have added the define(‘WP_DEBUG’, false); into wp-config.php file its working for me
Hi
Warning: mysqli_escape_string() expects exactly 2 parameters, 1 given in /homepages/5/d666095238/htdocs/wp-content/themes/parallax-pro/functions.php on
I have face same promlem in wordpress i have added the define(‘WP_DEBUG’, false); into wp-config.php file
This is worked for me.
Thanks
-
This reply was modified 9 years, 4 months ago by vishal005.
-
This reply was modified 9 years, 4 months ago by vishal005.
-
This reply was modified 9 years, 4 months ago by vishal005.
-
This reply was modified 9 years, 4 months ago by vishal005.
Thanks
this function in worked for me mysql_escape_string($string){return mysqli_escape_string($string);} in theme seventeen .