Sorry - didn't read far enough to see that you'd already checked for that file :/
Main Topics
Browse All TopicsI'm trying to install wordpress on an IIS webserver. I have MySQL setup with a database and the wordpress configuration file configured. Heres the error message I get when trying to run the install.php script:
Error in my_thread_global_end(): 3 threads didn't exit PHP Warning: PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_exif.dll' - The specified module could not be found. in Unknown on line 0 PHP Warning: Module 'mysql' already loaded in Unknown on line 0 PHP Warning: Module 'mysqli' already loaded in Unknown on line 0 PHP Warning: Module 'mbstring' already loaded in Unknown on line 0
I've checked the php_exif.dll to ensure it was there. The other two modules it refers to are also there.
Any help would be much appreciated. Points will be awarded accordingly.
Thanks,
Subl1m1nal
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
@Slym
You proposed the right solution and your last comment is confusing for me as I think its negating what you proposed in the first comment i.e
Summary - It seems like you are trying to load the mysql module twice in your extensions.ini.
Take a look at /etc/php.ini and /etc/php/extensions.ini. You may have duplicate module entries.
Incase, you are on Windows, please take a look at your Windows/php.ini for duplicate extension entries.
yeah its correct as subl1m1nal asks here
"... line 0 PHP Warning: Module 'mbstring' already loaded in Unknown on line 0"
Regards,
Fahd Murtaza
Sorry for the confusion - my last post meant that I noticed too late that he had already checked for the presence of the file. I guess I didn't explain that very well, and made it sound like he didn't need to look for duplicate entries in the ini files. Like I said - I'm no pro in this stuff. Just starting out :)
Business Accounts
Answer for Membership
by: SlymPosted on 2007-11-14 at 15:48:45ID: 20285127
I'm no pro at this stuff but have been playing around setting up moodle. Maybe part of the problem - do you have the php_exif.dll file in your extension folder? Also, is it uncommented in php.ini?
m/knowledg ebase.php? act=art& ar ticle_id=7 7
The "already loaded" parts, I didn't see those errors, but you could try:
From: http://kb.helpdeskpilot.co
Summary - It seems like you are trying to load the mysql module twice in your extensions.ini.
Take a look at /etc/php.ini and /etc/php/extensions.ini. You may have duplicate module entries.
Incase, you are on Windows, please take a look at your Windows/php.ini for duplicate extension entries.
Hope that helps.