|
|||||
|
|
#1 |
|
|
what the heck is this? After installing PHP 4.3.7 on W2K/SP4 and IIS5, PHP creates the following output below my footer line (in fact, after the last </body></html>, when I review the source in the browser). What do I have to look for? PHP.INI is unchanged since the former PHP 4.3.3, so is there a new required setting there? According to the txt files coming with PHP, I copied all the mibs subdir to C:\usr\mibs. Thanks in advance, Michael Here's the output: ------------------ .......</BODY></HTML> 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) |
|
|
#2 |
|
|
that you downloaded the correct version of PHP for IIS? Personally, I would recommend downloading apache, as it is free, and is a lot easier to customise/install things like PHP. I had trouble myself installing PHP and mysql on IIS, and find it so much easier now with apache. "Michael Kochendoerfer" <mk@isp.hem.de> wrote in message news:Xns950CA5A1ECD5Dmkisphemde@130.133.1.4... > Hi, > what the heck is this? After installing PHP 4.3.7 on W2K/SP4 and IIS5, > PHP creates the following output below my footer line (in fact, after the > last </body></html>, when I review the source in the browser). > > What do I have to look for? PHP.INI is unchanged since the former PHP > 4.3.3, so is there a new required setting there? > > According to the txt files coming with PHP, I copied all the mibs subdir > to C:\usr\mibs. > > Thanks in advance, > Michael > > > Here's the output: > ------------------ > ......</BODY></HTML> > > 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) |
|
|
#3 |
|
|
news:cb20i9$n3h$1@news7.svr.pol.co.uk: > By the looks of this, PHP has not installed correctly on IIS. Are you > sure that you downloaded the correct version of PHP for IIS? > > Personally, I would recommend downloading apache, as it is free, and > is a lot easier to customise/install things like PHP. I had trouble > myself installing PHP and mysql on IIS, and find it so much easier now > with apache. Unfortunately, I can't go to apache since my clients need the code running on IIS 5 and IIS 6. I have another server set up with PHP 4.3.7 (it is a W2K3 and IIS 6 server) and there it works well. The problem server is W2K and IIS 5. The first one is a fresh installation and the second one is a 'upgrade' from 4.3.3. Maybe they changed something in the PHP.INI file that affects my environment? I'll investigate again tomorrow... Thanks Michael |