Error after upgrading from 1.9.4 to 1.12
Posted: Tue Aug 02, 2016 7:14 pm
Hi,
After upgrading CMSMS from 1.9.4 to 1.12, we get the following kind of error when editing the site content : Warning: array_search() expects parameter 2 to be array, null given in /var/www/alternc/v/vv/cmsms/admin/themes/default/defaultTheme.php on line 313
I've tried the following kind of fix everywhere the $gCms variable appears :
//global $gCms;
$gCms = cmsms();
But problems still happens.
Any ideas?
Thanks.
After upgrading CMSMS from 1.9.4 to 1.12, we get the following kind of error when editing the site content : Warning: array_search() expects parameter 2 to be array, null given in /var/www/alternc/v/vv/cmsms/admin/themes/default/defaultTheme.php on line 313
I've tried the following kind of fix everywhere the $gCms variable appears :
//global $gCms;
$gCms = cmsms();
But problems still happens.
Any ideas?
Thanks.