• Just wanted to share this. After searching, trial & error, and pulling my hair out for the last 2 days, I’ve finally got my WordPress working on http://localhost for Windows + IIS + MySQL + PHP (WIMP). At various times, I ran into the following error messages:

    • “Error establishing a database connection”
    • The directory name is invalid”
    • “Your PHP installation appears to be missing the MySQL which is required for WordPress.”
    • “There doesn’t seem to be a wp-config.php file”

    Also, just a blank page showed up more often than not. I searched high and low for an answer, including on these support threads, none of which worked.

    Finally, finally, finally I found the answer:

    In IIS 5.1 on Windows XP, go to IIS , and into the Properties of the virtual directory or “Default Web Site” (where ever you have your localhost site). Then, click on the the “Home Directory” tab and then click on the “Configuration…” button. Select the “.php” extension, and press “Edit”. On the bottom, make sure the “Check that file exists” checkbox is checked.

    Problem solved 🙂 Just thought I’d share.

Viewing 2 replies - 1 through 2 (of 2 total)
  • i thought for sure my problem with this would have been solved by your solution, since my “check file exists” box was unchecked.

    sorry, but no cigar for you. 🙂

    i’m really tired of looking at all the people solving this issue and i’m still sitting with this:

    Your PHP installation appears to be missing the MySQL which is required for WordPress.

    there’s gotta be something i can do to make this go away. it’s driving me mad.

    On IIS I did get the “The directory name is invalid” message. But that got solved by making sure the permissions were set correctly on the server. ie. user Everyone had to be given access to the directory. Hope this is helpful to someone out there. Also, it seems that on Windows you have to create the database first… but then it’s a real breeze from there.
    Cheers,
    –Jeffery

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘One Solution for failed WIMP Installation’ is closed to new replies.