Jump to content

PHP Startup Error


Recommended Posts

When I load a .php page (after enabeling display_startup_errors) I get popup messages that says :

 

PHP Startup : Unable to load dynamic library 'C:\php\ext\XXXXX' - The specified module caould not be found.

 

Where XXXXX is replaced with the following files :

 

php_exif.dll

php_oci8.dll

php_pdo_oci.dll

php_pdo_oci8.dll

php_pspell.dll

php_sybase_ct.dll

php_ibm_db2.dll

php_ifx.dll

php_imagick.dll

php_ingres.dll

php_maxdb.dll

php_netools.dll

php_oracle.dll

php_pdo_ibm.dll

php_svn.dll

php_yaz.dll

 

when this set of errors finishes' I get the message :

"The remote procedure call failed."

 

in php.ini I enabled only php_mysql.dll.

 

all the files are in the above folder.

 

anyone has any idea?

Link to comment
Share on other sites

Your are best of adding the PHP folder (C:\php) to the windows PATH.

 

To do so. Go to start > control panel > system

 

Click the advanced tab and then click the environment variables button.

 

Next scroll down the list of the environment variables until you find the PATH variable. Select this variable and then press the Edit button. A dialog box should open up allowing you to edit the variable. Now press the End key on your keyboard and type the following exactly:

;C;\php

 

Make sure you do not delete anything that is already in the text box.

 

Close all open dialog boxes, making sure your click OK and not cancel to close them.

 

When all dialog boxes are closed restart Windows. When you restart windows PHP should now be able to access itself. All extensions you load up in the php.ini should now load with out problems.

Link to comment
Share on other sites

Have you checked that any of the above extensions need any more requirements. Such as external libraries (.dll) or extra packages to be installed. You might want to check over at php.net or whereever you got those extensions from.

 

From looking at the list you are using extensions that are not included by default, looks like you have downloaded them from pecl.php.net

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.