thechris Posted December 15, 2006 Share Posted December 15, 2006 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\extSo I'm at a total loss for what I need to do Quote Link to comment Share on other sites More sharing options...
btherl Posted December 15, 2006 Share Posted December 15, 2006 Some possible causes1. the php.ini you are looking at is not being used2. the php.ini you are looking at is being used, but the extension path is not being changed due to some syntax or permission problemSome possible solutions1. Edit the php.ini that IS being used :)2. Fix whatever error is in the php.ini3. Or, if neither of the above were the causes, move all your extensions (or copy them) to where PHP expects them to be. Quote Link to comment Share on other sites More sharing options...
thechris Posted December 15, 2006 Author Share Posted December 15, 2006 There is only one php.ini file in my folder and I cannot find another one anywhereI moved all my extensions into the php5 folder where it says its looking for them but php still won't load the extensions Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted December 15, 2006 Share Posted December 15, 2006 Run phpinfo() function and look at the [b]Configuration File (php.ini) Path[/b] line. Is that the correct path to the php.ini you're editing? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.