The MU forums have moved to WordPress.org

Inertnal server error (error log included) (11 posts)

  1. ajoit
    Member
    Posted 15 years ago #

    i want to install wordpress mu before this wordpress also installed on my local system using wamp i created a database withname mu and begin the instalation the same unziped folder which i get form the WPMU site after filling my information on the form i click submit it shows
    Installation Finished!
    Congratulations!
    Your WordPress ยต site has been configured.
    You can log in

    when i click on the login button it give a error 500 internal server error

    and inmy php error log i found the following information

    PHP Notice: Constant DB_NAME already defined in C:\wamp\www\mu\wp-config.php on line 23

    PHP Notice: Constant DB_USER already defined in C:\wamp\www\mu\wp-config.php on line 26

    PHP Notice: Constant DB_PASSWORD already defined in C:\wamp\www\mu\wp-config.php on line 29

    PHP Notice: Constant DB_HOST already defined in C:\wamp\www\mu\wp-config.php on line 32

    PHP Notice: Constant VHOST already defined in C:\wamp\www\mu\wp-config.php on line 39

    WordPress database error Table 'mu.wp_blogs' doesn't exist for query SELECT * FROM wp_blogs WHERE domain = '127.0.0.1' AND path = '/mu/' made by require, include, include_once, require_once, require_once

    WordPress database error Table 'mu.wp_sitemeta' doesn't exist for query SELECT meta_value FROM wp_sitemeta WHERE site_id = 1 AND meta_key = 'site_name' made by require, include, include_once, require_once, require_once, get_current_site_name

    WordPress database error Table 'mu.wp_blogs' doesn't exist for query SELECT blog_id FROM wp_blogs LIMIT 0,1 made by require, include, include_once, require_once, require_once

    WordPress database error Table 'mu.wp_sitemeta' doesn't exist for query SELECT meta_value FROM wp_sitemeta WHERE meta_key = 'wpmu_sitewide_plugins' AND site_id = 1 made by require, include, include_once, require_once, get_site_option

    can anyone helpme to get out of this plz give some detailed information
    thanks

  2. SteveAtty
    Member
    Posted 15 years ago #

    Is WP still installed? Did you install WPMU in a directory under the directory containing WP?

  3. ajoit
    Member
    Posted 15 years ago #

    yes i installed both wordpress and WPMU in the www directry of wamp server

  4. SteveAtty
    Member
    Posted 15 years ago #

    in the same directory?

    You can install WPMU in a subfolder under WP but you need to basically rename the WP config file for the WP install when you install WPMU.

  5. ajoit
    Member
    Posted 15 years ago #

    now i tried deleted the existing instalation files and database for freash installation of WPMU i creat a new database name"wp" and unziped my folder inside it and rename it to mu
    in browser i typed 127.0.0.1/wp/mu and the installation begin
    and choose
    Sub-directories (like example.com/blog1 ) in the options
    database name: wp
    user=root
    pass =blank
    Database Host =localhost
    Server Address=127.0.1
    and tile and email after this hit submit
    again sucsses message but when go for login it shows the same 500 error
    and this time i got nothing new in my php error file

  6. SteveAtty
    Member
    Posted 15 years ago #

    But is the single WP install still there in either the same directory or one level up?

  7. andrea_r
    Moderator
    Posted 15 years ago #

    Did it even add any tables to the db? Also, even locally, don't use the root db user and no pass.

  8. ajoit
    Member
    Posted 15 years ago #

    i remove all the installation files that was there and i didnt create any table inside database but after instalation it create table itself inside database

  9. ajoit
    Member
    Posted 15 years ago #

    how can i change my password and username help needed

  10. v-term
    Member
    Posted 14 years ago #

    I'm getting the same errors.

    `Notice: Constant DB_NAME already defined in C:\wamp\www\wordpress\wp-config.php on line 23

    Notice: Constant DB_USER already defined in C:\wamp\www\wordpress\wp-config.php on line 26

    Notice: Constant DB_PASSWORD already defined in C:\wamp\www\wordpress\wp-config.php on line 29

    Notice: Constant DB_HOST already defined in C:\wamp\www\wordpress\wp-config.php on line 32

    Notice: Constant VHOST already defined in C:\wamp\www\wordpress\wp-config.php on line 39

    Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\wordpress\wp-settings.php on line 765

    Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\wordpress\wp-settings.php on line 780

    Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\wordpress\wp-settings.php on line 787

    Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\wordpress\wp-settings.php on line 794

    Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\wordpress\wp-settings.php on line 830

    Deprecated: Function set_magic_quotes_runtime() is deprecated in C:\wamp\www\wordpress\wp-settings.php on line 18
    You must enter an email address!`

    My "LoadModule rewrite_module modules/mod_rewrite.so" and "AllowOverride All" are also set right. What's missing here?

  11. SteveAtty
    Member
    Posted 14 years ago #

    They are NOT errors - they are warnings and you really should have PHP set, in a live environment, to push warnings and errors to a log file

    Have you got a WP and a WPMU installed in the same directory structure.

About this Topic