• I try to make a localhost copy of a multisite network to work.

    I installed Bitnami Multisite stack on my PC. Was fixing a login problem in the sub site by setting the cookie domain in the WP-Config file.

    Then I was using WPVivid Backup Pro to get me the entire content from the live website transfered to localhost.

    Now I got the website working on localhost, but I cannot log in to the dashboard. Whenever I do a login, it redirects again to the login page, without any error message. What could be the problem that I am not able to log in to my site?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Did you open the _users table in the database to make sure your user was migrated?
    Did you try the /wp-login.php?action=lostpassword
    Can you upload the default htaccess:
    https://www.ads-software.com/support/article/htaccess/#basic-wp
    Do you have any anti-virus running locally?

    Thread Starter martinneumannat

    (@martinneumannat)

    Yes, the user table was migrated correctly
    I was able to reset the password, but it still hangs on the login. If I type a wrong password, I get an error that the password is incorrect. I do not get this with the correct password.
    I updated the htacess file, but still no success.
    I have Avira Antivirus and turned off real time protection for 10 minutes, but no difference.

    Login to your host and check the php error logs.

    Thread Starter martinneumannat

    (@martinneumannat)

    I did multiple login attempts today and got only this error message in the apache error log, which seems to be unrelated:
    [Tue Aug 03 13:58:14.740798 2021] [php7:notice] [pid 13204:tid 1196] [client fe80::7965:3a34:98b8:2519:49538] PHP Notice: Undefined property: stdClass::$plugin in C:\\Bitnami\\wordpressmultisite-5.8-0\\apps\\wordpress\\htdocs\\wp-admin\\includes\\class-wp-automatic-updater.php on line 172, referer: https://laptopmartin/wp-cron.php?doing_wp_cron=1628009875.2939391136169433593750

    And I have set define( ‘WP_DEBUG’, true ); in the wp-config file. No errors showing up on the frontend.

    > [Tue Aug 03 13:58:14.740798 2021] [php7:notice]

    Update your php version.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Not being able to login to multisite network’ is closed to new replies.