Getting mysql errors during install, seems it has to do with the query that looks for the post thank you hack..
Quote:
Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/xxx/public_html/includes/adminfunctions_plugin.php(450) : eval()'d code on line 13
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/xxx/public_html/includes/adminfunctions_plugin.php(450) : eval()'d code on line 13
|
And after install PHP errors
Quote:
Deprecated: Function split() is deprecated in /home/xxx/public_html/global.php(28) : eval()'d code on line 13
Deprecated: Function split() is deprecated in /home/xxx/public_html/global.php(28) : eval()'d code on line 443
|
Since split() is deprecated since PHP 5.3 it's better to use explode().