new user account issues…

Hello,

I’m having an issue and can’t seem to figure it out.

Every time someone signs up for a new account, and click the activation link in the email, they go to a page

that shows them…

Warning: require(../wp-load.php) [function.require]: failed to open stream: No such file or directory in /home/blogtwis/public_html/wp-admin/upgrade.php on line 4

Warning: require(../wp-load.php) [function.require]: failed to open stream: No such file or directory in /home/blogtwis/public_html/wp-admin/upgrade.php on line 4

Fatal error: require() [function.require]: Failed opening required ‘../wp-load.php’ (include_path=’.:disappointed:usr/lib/php:disappointed:usr/local/lib/php’:wink: in /home/blogtwis/public_html/wp-admin/upgrade.php on line 4

If anyone can help me figure it out it would be GREAT!~

OH – you can see it yourself by setting up a test account at: http://www.blogtwister.com

Thank you,

– Patrick

  • 7seas
    • WPMU DEV Initiate

    Hello illutic,

    I thought of that and checked all of the files, including the activate.php file and and the wp-load.php IS there and I even set a full path to it in the files to see if that would help – and nothing. Same error and it’s even still calling the file the same way even though I have a full path there now (../wp-load – instead of – /home/user/public_html/wp-load.php)

    Yeah I upgraded to the latest (2.6). That’s actually when it started :slight_smile:

    Patrick

  • 7seas
    • WPMU DEV Initiate

    Hi Andrew & illutic,

    I THINK I got it fixed. I removed the “multiple domains” plugin from the mu-plugins folder and re-uploaded the upgrade.php, then hard coded the full path in the upgrade.php file for wp-load.php and all seems to work now.

    EXCEPT – now when someone joins they get a “you database is out dated” with a button to update it, after activating via email – and when they do hit the button they get a 404 page.

    It’s getting there though. One down, one to go!

    Thanks for looking into the other issue :slight_smile:

    Patrick

  • Andrew
    • Champion of Loops

    Hi Patrick,

    I THINK I got it fixed. I removed the “multiple domains” plugin from the mu-plugins folder and re-uploaded the upgrade.php, then hard coded the full path in the upgrade.php file for wp-load.php and all seems to work now.

    upgrade.php or upgrades.php? If it’s upgrade.php then make sure all of the new files were uploaded because that’s a core file and should definitely not be tossing an error like that.

    Thanks,

    Andrew

  • 7seas
    • WPMU DEV Initiate

    Hi Andrew,

    upgrade.php or upgrades.php? If it’s upgrade.php then make sure all of the new files were uploaded because that’s a core file and should definitely not be tossing an error like that.

    I don’t an ‘upgrades.php’ in the wordpress-mu-2.6 zip folder (at least not in wp-admin). I only have an ‘upgrade.php’

    I even went and re-downloaded the file again for the MU site and still no ‘upgrades.php’. SHOULD?? I have that file?

    Patrick