« Previous Next »

Thread: unable link php developed website under IIS

Last post 01-04-2009 2:04 PM by ksingla. 1 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (2 items)

Sort Posts:

  • 01-02-2009, 7:49 AM

    • coolgani
    • Not Ranked
    • Joined on 12-26-2008, 12:07 PM
    • Hyderabad
    • Posts 12

    unable link php developed website under IIS

     

    Hi To All....

    I am a junior system administrator.In my office environment they are developing php based websites using xammp tool.Xammp tool uses apache to host the website.

    What my problem is "to host the xammp developed websites under IIS" instead of Apache web server.

    To do this ,I have installed fastcgi application & php 5.2.8 on my 2003 server (test purpose).As mentioned in the article in iis.net I have configured the php.ini file.

    In the IIS.net artical it has been tolld that to map fcgiext.dll which is preseted in inetsrv.but if i do like this it is showing the error "fast cgi error".Even the php.info file is also unable to browse.

    Instead of this I mapped the php extension in iis configuraion by adding php-cgi.exe,If I do like this I am able to browse php.info and a sample .php page (which is placed in wwwroot folder)but including some errors like below

    Registration form

     

     

    PHP Warning: PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_oci8.dll' - The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_pdo_oci.dll' - The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_pdo_oci8.dll' - The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_pdo_pgsql.dll' - The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_pdo_sqlite_external.dll' - The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_pgsql.dll' - The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_pspell.dll' - The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_sybase_ct.dll' - The specified module could not be found. 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)

     

     

    I am struggling from last 3 days to solve this issue but not succeeded.Anybody got this error ever before,if enyone know how to solve this issue please tell me why this error occuring and how to resolve it.is that any configuration mistake or to add any more extensions...Thanks for any help.
    Gani
  • 01-04-2009, 2:04 PM In reply to

    • ksingla
    • Top 10 Contributor
    • Joined on 06-14-2006, 3:02 AM
    • Redmond, WA
    • Posts 863

    Re: unable link php developed website under IIS

    Errors indicate that php is not able to find bunch of extension dlls it is supposed to load as per configuration in php.ini. What is the value of extension_dir setting in php.ini? Make sure it is pointed to the c:\php\ext folder where php extensions are present. Also make sure all the php extension which are not commented in php.ini (look for 'extension <dll>') are present in c:\php\ext.

    Thanks.
    Kanwal

    Follow me on twitter at http://twitter.com/kjsingla
Page 1 of 1 (2 items)
Microsoft Communities