The MU forums have moved to WordPress.org

Error on new Account Creation (2 posts)

  1. Adeptris
    Member
    Posted 14 years ago #

    I have a clean install of MU2.8.6 and when a new account is created the following error is show:

    Warning: require(../wp-load.php) [function.require.php]: failed to open stream: No such file or directory in D:\instancesintime.com\wwwroot\wp-admin\upgrade.php on line 18

    It is a new Install and the email is sent ok, when the user confirms the account the error happens and no password email is sent, although the blog account is setup.

    The latest plug-ins were avatars and photoQ photoblog, I have already re-copied over most of the install files again just in case.

    First thing I checked, the files are in the correct places:
    wwwroot\wp-admin\upgrade.php
    wwwroot\wp-load.php

    lines in upgrade.php:
    17. /** Load WordPress Bootstrap */
    18. require( '../wp-load.php' );

    I then tried changing:
    require( '../wp-load.php' );
    require( ABSPATH . 'wp-load.php' );

    It now get further brings up a page with a button to upgrade database and then errors, but it does send the new password email now.

    You can try it if you want at http://www.instancesintime.com

    Anyone have any suggestions?

    David

  2. Adeptris
    Member
    Posted 14 years ago #

    [RESOLVED]
    I have the MU Plugin Management to activate plug-ins when it creates a new Blog, the WP125 ad plugin was causing the problem, when it was set to Auto-Activate from the MU Plugin Management - it errored.

    David

About this Topic

  • Started 14 years ago by Adeptris
  • Latest reply from Adeptris