plugin.php error with php 5.3.8
-
My ISP upgraded their server PHP from 5.2.1.7 to PHP 5.3.8 to protect from hackers. The result has been that awanacanada.ca cannot access and display page data. The template displays with the following warnings:
Warning: Parameter 1 to ace_where() expected to be a reference, value given in /data/22/2/46/113/2046602/user/2241936/htdocs/home/wp-includes/plugin.php on line 227
Warning: Parameter 1 to ace_join() expected to be a reference, value given in /data/22/2/46/113/2046602/user/2241936/htdocs/home/wp-includes/plugin.php on line 227
These warnings point to the following code in plugin.php:
do {
foreach( (array) current($wp_filter[$tag]) as $the_ )
if ( !is_null($the_[‘function’]) )
$args[0] = call_user_func_array($the_[‘function’], array_slice($args, 0, (int) $the_[‘accepted_args’]));} while ( next($wp_filter[$tag]) !== false );
array_pop( $wp_current_filter );
return $args[0];
}Does anyone know what needs to be changed here?
Please advise.
Thanks
- The topic ‘plugin.php error with php 5.3.8’ is closed to new replies.