PDA


View Full Version : My front page is uneditable Please help


Meadow
06-06-2005, 03:42 PM
I can no longer open the edit page at all I get Warning: Invalid argument supplied for foreach() in /admincp/vba_cmps_admin.php on line 996

the line is

while ($usergroup = $DB_site->fetch_array($usergroups))

this is direct from the zip file this file was never edited by me


I tried extracting this one file from the original zip to see if it wa somehow unknowingly edited and I get the same error.

Meadow
06-06-2005, 03:53 PM
I made another page and I can edit that one.. but the original page does not even show on the list.

Brian
06-07-2005, 01:11 PM
Try running this query and see if it solves the problem:

UPDATE adv_pages SET advanced = '' WHERE name = 'home';