Jump to content

PHP Extensions


Recommended Posts

I have my php.ini file all configured to load the extensions
[code]extension_dir = "C:\php5\ext\"[/code]
I tried to install phpmyadmin and it told me I couldn't load the extensions so I looked at the phpinfo(); and it tells me that my extension directory is C:\php5. So I went and checked my php.ini file again but it still says that my extension directory is set to C:\php5\ext

So I'm at a total loss for what I need to do
Link to comment
Share on other sites

Some possible causes

1. the php.ini you are looking at is not being used
2. the php.ini you are looking at is being used, but the extension path is not being changed due to some syntax or permission problem
Some possible solutions

1. Edit the php.ini that IS being used :)
2. Fix whatever error is in the php.ini
3. Or, if neither of the above were the causes, move all your extensions (or copy them) to where PHP expects them to be.
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.