PDA

View Full Version : Error occurs when new module is added


TDCT
07-13-2005, 05:54 AM
When I added a new module, I got this message:
Invalid argument supplied for foreach() in /includes/adminfunctions_vba_cmps.php on line 634

Here's line 634 in adminfunctions_vba_cmps.php:

634 foreach ($setting AS $gtitle => $sgroups)
635 {
636 $gtitlearray[] = $gtitle;
637 }


That module is added and works anyway. But is there anything wrong inside the box? I wonder if version 2.0 requires special formatting in module files.

Brian
07-13-2005, 01:39 PM
http://www.vbadvanced.com/forum/showthread.php?t=8513