• Resolved cb-rcw

    (@cb-rcw)


    Hello~

    I just did the upgrade to 3.1 from 3.0.5 and I can access the initial dashboard, but when I go to access the network admin, it gives me this error:

    Fatal error: Call to undefined function get_current_blog_id() in /homepages/46/d294401325/htdocs/uht/wp-includes/link-template.php on line 2302

    Any/all information would be great! Please and thank you!

Viewing 15 replies - 1 through 15 (of 15 total)
  • Thread Starter cb-rcw

    (@cb-rcw)

    ** ADDITIONALLY **

    I just noticed that the error:

    Fatal error: Call to undefined function get_current_blog_id() in /homepages/46/d294401325/htdocs/uht/wp-includes/link-template.php on line 2302

    is showing up on ALL of my pages – not just when I go to access the network admin. It just is the only thing that shows up when I go to access network admin.
    http://www.ultimatehealthtrends.com.

    FYI – my multi-site is via subdomains with 1and1.com.

    I have tried disabling all of the plugins and no dice. I also looked at my .htaccess file and it reads as so:

    AddType x-mapp-php5 .php .php4
    AddHandler x-mapp-php5 .php

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]

    # uploaded files
    RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ – [L]
    RewriteRule . index.php [L]

    Let me know if there is anything else you need from me to help solve this issue.

    Thank you!

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    Change

    AddType x-mapp-php5 .php .php4
    AddHandler x-mapp-php5 .php

    to

    AddType x-mapp-php5 .php
    AddHandler x-mapp-php5 .php

    Sometimes 1&1 gets testy.

    Thread Starter cb-rcw

    (@cb-rcw)

    OMGOODNESS…

    Okay… Before I saw this, I went to delete/reupload the admin and includes folders one more time to see if maybe something just uploaded wrong… And the little deleter just deleted the ENTIRE folder my site was in… *sobs*

    Now, I am reuploading the current WP 3.1 files – and once I get all my custom stuff (themes, pictures) reuploaded – everything should be fine, right? Because…it is all backed up on the virtual mySql database, right? **Please, please, please say yes!!!!**

    Once I get all of this uploaded again, I will upload the new .htaccess file and let you know if it works…

    *sigh*

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    Um… Maybe.

    Did you have a good, RECENT, backup of wp-content?

    Thread Starter cb-rcw

    (@cb-rcw)

    I make all changes on my computer before I upload them, so I am pretty sure I do…

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    Yeeeeah, your blogs.dir (the uploaded images in posts etc) are in that folder. If you didn’t back that up, you’re kinda f**ed.

    Grab your host ASAFP and ask if they have a backup from yesterday or this morning. MANY (but not all) hosts do this for you.

    Thread Starter cb-rcw

    (@cb-rcw)

    Blah… Okay. Well, I’ve reuploaded it and can access the dashboard, but my site is completely blank.

    I pretty much do all the picture uploads myself and link to them instead of using the media uploader – so would that still be really bad about the blogs.dir folder?

    I’m pretty sure I have all of the core stuff reuploaded – but I don’t know why absolutely nothing is showing when you go to the site (http://www.ultimatehealthtrends.com).

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    I pretty much do all the picture uploads myself and link to them instead of using the media uploader – so would that still be really bad about the blogs.dir folder?

    You MAY be okay there. Without knowing the details, I cautiously think you’ll be okay.

    Blank page means a PHP error.

    Check that your theme got uploaded to wp-content/themes

    Thread Starter cb-rcw

    (@cb-rcw)

    Okay… The site is once again visible… I think I successfully re-established it without TOO much drama… *deep breath*

    But it’s still giving me the same fatal error! =( – on the bottom of all of my pages – and it’s preventing me from doing the network update.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    1) Change your Theme to 2010
    2) rename plugins to plugins-old
    3) rename mu-plugins to mu-plugins-old

    NOW try the network upgrade.

    The Fatal Error means a theme or plugin is clashing with your site.

    Thread Starter cb-rcw

    (@cb-rcw)

    Okay – I changed the plugins folder name and the theme to 2010… Still no dice. It’s still saying the same fatal error about the link-template.php file.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    Delete wp-includes and wp-admin, recopy them up from a FRESH wordpress zip.

    Thread Starter cb-rcw

    (@cb-rcw)

    Blah – I did that yesterday. The whole site was uploaded fresh yesterday. I’ll try it one more time – but that’s how the stupid thing deleted itself!!

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    Be VERY careful πŸ™‚

    But seriously, ‘fatal error’ is a conflict with SOMETHING installed in WP. A bare, naked, nothing at all, install of WP shouldn’t be able to have this error.

    You could try making a second site and see if that works…

    Thread Starter cb-rcw

    (@cb-rcw)

    Okay – I did… It looks like it worked. Sometimes technicalness befuddles me with its ways… Because I did a fresh install yesterday too – completely – whether I wanted to or not…=P

    Regardless, thank you for your help! It’s much appreciated. =)

    Have a great rest of your day/night/whatever! =)

    Cheers!

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘upgraded to 3.1 – network error’ is closed to new replies.