bug upgrade to 1.11.7
Posted: Tue Jul 16, 2013 9:38 am
Hello,
I made an upgrade of CMSMS from 1.11.4 Fernandina to 1.11.7 Genovesa and after the upgrading was done, An error message is displayed at the top of each page of the website:
Warning: Parameter 2 to SmartyBC::assign_by_ref() expected to be a reference, value given in /homez.443/milieu/www/lib/smarty/sysplugins/smarty_internal_templatebase.php on line 1521.
Apparently the problem comes from this return in the php file (public function __call($name, $args)):
// method of Smarty object?
if (method_exists($this->smarty, $name)) {
return call_user_func_array(array($this->smarty, $name), $args);
}
I had the same problem when I tried to upgrade a site from 1.11.4 to 1.11.6.
What do I have to do to solve this problem?
I made an upgrade of CMSMS from 1.11.4 Fernandina to 1.11.7 Genovesa and after the upgrading was done, An error message is displayed at the top of each page of the website:
Warning: Parameter 2 to SmartyBC::assign_by_ref() expected to be a reference, value given in /homez.443/milieu/www/lib/smarty/sysplugins/smarty_internal_templatebase.php on line 1521.
Apparently the problem comes from this return in the php file (public function __call($name, $args)):
// method of Smarty object?
if (method_exists($this->smarty, $name)) {
return call_user_func_array(array($this->smarty, $name), $args);
}
I had the same problem when I tried to upgrade a site from 1.11.4 to 1.11.6.
What do I have to do to solve this problem?