Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => Topic started by: rgecy on February 17, 2010, 07:34:11 AM

Title: Help with ERRORS!
Post by: rgecy on February 17, 2010, 07:34:11 AM
I have done a complete reinstall of 2.0rc2 and got my mods installed.  I am getting the same two errors over and over.  Ideas on this.

RGecy
    Today at 07:28:59 AM
c4a93ee49400e8d03ed8371a3a22c1be
Type of error: General 
http://forums.sideimagingsoft.com/index.php?action=admin;area=logs;sa=errorlog;desc2: Invalid argument supplied for foreach(
File: /home/content/r/g/e/rgecy1/html/forums/Sources/Subs.php
Line: 4233
 
   RGecy
    Today at 07:28:59 AM
c4a93ee49400e8d03ed8371a3a22c1be
Type of error: Undefined 
http://forums.sideimagingsoft.com/index.php?action=admin;area=logs;sa=errorlog;desc8: Undefined variable: menutitles
File: /home/content/r/g/e/rgecy1/html/forums/Sources/Subs.php
Line: 4233
 

Here is the code from the lines:
} else {
$menuorder_visible = array();
foreach($menutitles as $key => $value) {
$menuorder_visible[$key] = true;
}
}


Any ideas?

Thanks,

RGecy
Title: Re: Help with ERRORS!
Post by: Oldiesmann on February 17, 2010, 10:58:45 AM
This is due to a problem with one of the mods you've installed, as that code doesn't appear in a default installation of SMF.