Albert (@mavma) |
Hi all,I am getting error (Deprecated: mysql_escape_string(): This function is deprecated; use mysql_real_escape_string() instead. in /home/www/m.com/includes/libs/ss.inc.php on line 226..... Strict Standards: Non-static method story::show_tags() should not be called statically in /home/www/m.com/includes/libs/ss.inc.php on line 1495) how to fix these errors???
put this in the index.php somewhere on top (after <?php)
[code]
error_reporting(E_ALL & ~(E_STRICT|E_NOTICE|E_DEPRECATED));
[/code]
Jcow Master @falcone
121 months ago
|
From v9.6.1, Jcow is using "mysqli" instead "mysql", and there will be no such notificaton.
paul @paul
120 months ago
|