seems i have a common error here occuring with my install but i've tried what has been suggested before with other users and i still have problems:
Code:
Warning: Invalid argument supplied for foreach() in /usr/local/www/****/public_html/forums/global.php on line 639
this only happens when i make the last file edit on the global.php file, the code line this error is in and some surrounding code is shown below
Code:
// Make a list of the all the actions...
foreach ($storeactions as $actionid => $theaction) {
if ($theaction['active'] == "1") {
$allowed = explode(",", $theaction['allowedgroups']);
foreach ($allowed as $allow) {
if (is_member_of(array('userid'=>$bbuserinfo['userid'], 'usergroupid'=>$bbuserinfo['usergroupid'], 'membergroupids'=>$bbuserinfo['membergroupids']), $allow)) {
$canenter = "1";
im currently using vb 3.0.3 and have the v3 arcade mod installed. i have tried fresh installs of the db and editing fresh files.