|
Posted by Robert Iver on 06/06/06 20:46
Any chance of you posting the code of the footer, or at least the first
20 lines or so?
I'm wondering if it is trying to include some other PHP file that has a
function that is the same as one defined in the main body of the
footer.
I'm a PHP beginner myself, so this may not be the case, but it's just a
suggestion, will be able to help more if you could post some code to
look at.
TristaSD wrote:
> Thanks. The bottom part of the footer is gone, but the "recursive"
> error persists:
>
> Fatal error: Nesting level too deep - recursive dependency? in Unknown
> on line 0
>
>
>
>
> robert.iver@gmail.com wrote:
> > Do you need/use the SNMP module for PHP? If not, I'd just go into your
> > php.ini file and turn it off (comment it out). It looks like it's
> > complaining about not being able to find it, but if you're not using
> > it, who cares?
> >
> >
> > TristaSD wrote:
> > > Hi,
> > >
> > > Here's a nice footer I get inside every php page I write in wwwroot on
> > > my server. The code gets parsed just fine. I installed php5.2-win32
> > > under W2K Server, IIS 5.0. I've installed php on XP machines before,
> > > no problems there.
> > >
> > > Fatal error: Nesting level too deep - recursive dependency? in Unknown
> > > on line 0
> > > Cannot find module (IP-MIB): At line 0 in (none) Cannot find module
> > > (IF-MIB): At line 0 in (none) Cannot find module (TCP-MIB): At line 0
> > > in (none) Cannot find module (UDP-MIB): At line 0 in (none) Cannot find
> > > module (SNMPv2-MIB): At line 0 in (none) Cannot find module
> > > (SNMPv2-SMI): At line 0 in (none) Cannot find module (UCD-SNMP-MIB): At
> > > line 0 in (none) Cannot find module (UCD-DEMO-MIB): At line 0 in (none)
> > > Cannot find module (SNMP-TARGET-MIB): At line 0 in (none) Cannot find
> > > module (SNMP-VIEW-BASED-ACM-MIB): At line 0 in (none) Cannot find
> > > module (SNMP-COMMUNITY-MIB): At line 0 in (none) Cannot find module
> > > (UCD-DLMOD-MIB): At line 0 in (none) Cannot find module
> > > (SNMP-FRAMEWORK-MIB): At line 0 in (none) Cannot find module
> > > (SNMP-MPD-MIB): At line 0 in (none) Cannot find module
> > > (SNMP-USER-BASED-SM-MIB): At line 0 in (none) Cannot find module
> > > (SNMP-NOTIFICATION-MIB): At line 0 in (none) Cannot find module
> > > (SNMPv2-TM): At line 0 in (none)
> > >
> > > Does anyone have experience with something like this?
[Back to original message]
|