How to fix WordPress WPMU – There doesn’t seem to be a wp-config.php file -

You tried to install WPMU and in one moment you go to install directory and got  :

“There doesn’t seem to be a wp-config.php file. I need this before we can get started.”

Solution :

1) Don’t create config.php alone.

2) Go to file wp-blog-header.php, this line searches for two possible wp-config.php files:

if ( !file_exists( dirname(__FILE__) . '/wp-config.php') && !file_exists( dirname( dirname(__FILE__) ) . '/wp-config.php')) {

This problem could be fixed by changing this line to:

if ( !file_exists( dirname(__FILE__) . '/wp-config.php') ) {

Try now !

Did this post help to solve problem ?




Related Posts

  1. How to find solution for WPMU problem – There doesn’t seem to be a wp-config.php file
  2. How to remove index.php from WordPress or WPMU permalink ?
  3. How to install wordpress at shared hosting using Cpanel
  4. File Delete in PHP – php tutorial
  5. File Close in PHP – php tutorial
  6. File Upload in PHP – php tutorial
  7. File Append in PHP – php tutorial
  8. File Truncate in PHP – php tutorial
  9. File Read in PHP – php tutorial
  10. WPMU DEV SEO WordPress Plugin – full review and download
  11. Creation of File in PHP – php tutorial
  12. How to fix wrong characters in foreign languages – serve the Web Page and javascript as UTF-8
  13. Methods how to install wordpress under Windows XP – Xampp tutorial

Comments

  1. Jesse T says:

    It worked for me after days of trying everything else! Thank you!!!

  2. Azstrel says:

    YES!!!! It Did, help to solve the problem ? ! Thank You So much!

  3. Jon Mathew says:

    i am using wordpress 2.9.2

    pls update the FIX for this version.

    pls see the message in my site http://www.dvdtompeg4.com

    http://www.dvdtompeg4.com/wp-admin/setup-config.php

  4. Registry cleaner can help solving registry problems.

Speak Your Mind

*


*