• gregb43

    (@gregb43)


    Fatal error: Call to undefined function get_blog_details() in /home/***/public_html/wp-includes/user.php on line 98

    I’ve upgraded to wordpress 3, i’m trying to install the Network functions to use just like wordpress MU, I’ve followed the instructions in the “Network” settings as far as adding code to wp-config.php and to the .htaccess. once I upload the changes using a FTP, it takes me to login again and the error message appears once I log in. Help?

Viewing 2 replies - 1 through 2 (of 2 total)
  • neolee

    (@neolee)

    i have the same question as yours, who can help me

    neolee

    (@neolee)

    OK, I have solved this problem
    I put these codes

    define ('WP_ALLOW_MULTISITE', true  ) ;
    define( 'MULTISITE', true );
    define( 'VHOST', 'no' );
    $base = '/';
    define( 'DOMAIN_CURRENT_SITE', '123.com' );
    define( 'PATH_CURRENT_SITE', '/' );
    define( 'SITE_ID_CURRENT_SITE', 1 );
    define( 'BLOG_ID_CURRENT_SITE', 1 );
    to the top of wp-config.php

    just below : `*
    * @package WordPress
    */`

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error message while using wordpress 3 beta’ is closed to new replies.