bobbo
09-16-2009, 12:53 PM
I am getting the following error displayed when I try to edit my vba cmps pages.
Warning: trim() expects parameter 1 to be string, array given in [path]\admincp\vba_cmps_admin.php on line 3290
It is displayed right after the Inactive Modules and right before the Usergroup permissions. As a result, the previously set usergroup permissions end up being blank, so it looks like it is failing to retreive the settings from the database due to that error.
Line 3290:
if ((trim($page['userperms']) AND in_array($usergroup['usergroupid'], $page['userperms']))
Anyone ever see this before?
Warning: trim() expects parameter 1 to be string, array given in [path]\admincp\vba_cmps_admin.php on line 3290
It is displayed right after the Inactive Modules and right before the Usergroup permissions. As a result, the previously set usergroup permissions end up being blank, so it looks like it is failing to retreive the settings from the database due to that error.
Line 3290:
if ((trim($page['userperms']) AND in_array($usergroup['usergroupid'], $page['userperms']))
Anyone ever see this before?