SnakeEaterITA
06-02-2017, 07:06 PM
Hi everyone,
I recently updated to 4.2.5 and I started getting tons of PHP error messages:
[02-Jun-2017 22:16:04 Europe/Rome] PHP Strict Standards: Only variables should be passed by reference in /home/laplayst/public_html/forum/includes/class_bootstrap.php(564) : eval()'d code on line 60
[02-Jun-2017 22:16:04 Europe/Rome] PHP Strict Standards: Only variables should be passed by reference in /home/laplayst/public_html/forum/includes/class_bootstrap.php(564) : eval()'d code on line 60
[02-Jun-2017 22:16:14 Europe/Rome] PHP Strict Standards: Only variables should be passed by reference in /home/laplayst/public_html/forum/includes/class_bootstrap.php(564) : eval()'d code on line 60
[02-Jun-2017 22:16:14 Europe/Rome] PHP Strict Standards: Only variables should be passed by reference in /home/laplayst/public_html/forum/includes/class_bootstrap.php(564) : eval()'d code on line 60
[02-Jun-2017 22:16:14 Europe/Rome] PHP Strict Standards: Only variables should be passed by reference in /home/laplayst/public_html/forum/includes/class_bootstrap.php(564) : eval()'d code on line 60
[02-Jun-2017 22:16:14 Europe/Rome] PHP Strict Standards: Only variables should be passed by reference in /home/laplayst/public_html/forum/includes/class_bootstrap.php(564) : eval()'d code on line 60
[02-Jun-2017 22:16:14 Europe/Rome] PHP Strict Standards: Only variables should be passed by reference in /home/laplayst/public_html/forum/includes/class_bootstrap.php(564) : eval()'d code on line 60
Line 564 is
($hook = vBulletinHook::fetch_hook('process_templates_compl ete')) ? eval($hook) : false;
Line 60 is an empty one under
public $group_templates = array();
Do you have any idea how I could solve this problem?
I recently updated to 4.2.5 and I started getting tons of PHP error messages:
[02-Jun-2017 22:16:04 Europe/Rome] PHP Strict Standards: Only variables should be passed by reference in /home/laplayst/public_html/forum/includes/class_bootstrap.php(564) : eval()'d code on line 60
[02-Jun-2017 22:16:04 Europe/Rome] PHP Strict Standards: Only variables should be passed by reference in /home/laplayst/public_html/forum/includes/class_bootstrap.php(564) : eval()'d code on line 60
[02-Jun-2017 22:16:14 Europe/Rome] PHP Strict Standards: Only variables should be passed by reference in /home/laplayst/public_html/forum/includes/class_bootstrap.php(564) : eval()'d code on line 60
[02-Jun-2017 22:16:14 Europe/Rome] PHP Strict Standards: Only variables should be passed by reference in /home/laplayst/public_html/forum/includes/class_bootstrap.php(564) : eval()'d code on line 60
[02-Jun-2017 22:16:14 Europe/Rome] PHP Strict Standards: Only variables should be passed by reference in /home/laplayst/public_html/forum/includes/class_bootstrap.php(564) : eval()'d code on line 60
[02-Jun-2017 22:16:14 Europe/Rome] PHP Strict Standards: Only variables should be passed by reference in /home/laplayst/public_html/forum/includes/class_bootstrap.php(564) : eval()'d code on line 60
[02-Jun-2017 22:16:14 Europe/Rome] PHP Strict Standards: Only variables should be passed by reference in /home/laplayst/public_html/forum/includes/class_bootstrap.php(564) : eval()'d code on line 60
Line 564 is
($hook = vBulletinHook::fetch_hook('process_templates_compl ete')) ? eval($hook) : false;
Line 60 is an empty one under
public $group_templates = array();
Do you have any idea how I could solve this problem?