When in "Edit Items", the items seem to not show up for me to edit. There isn't any errors listed, but when I click "Update Items", I receive this error:
Warning: Variable passed to each() is not an array or object in /home/initial/public_html/forums/admincp/itemadmin.php on line 292
The line 292 contains the following:
PHP Code:
while (list($key,$val) = each($name) AND list($key,$val2) = each($cat)
What could be the problem?