• Resolved AnneHijme

    (@annehijme)


    Alright, I’m transferring the wordpress multisite to a new server.
    I’ve been having problems with it and then it looked like I finally got things to work, except the network admin is an infinite loop so I cannot change thing on a network level.

    I can log into main site, charlesbenz.com, (currently shows the godaddy redirect page-which I’m working on changing that)

    I can log into the other site, weddingsbycharles.com (which is up and showing just fine).

    I am using the Mu Domain Mapping Plugin. Everything worked fine on the other server, but as mentioned trying to get things onto new server has been lots of trouble.

    So any ideas what may be the problem? I’ve looked at other login infinite loops, but their fixes didn’t seem to do anything for me.

    Thanks and the sooner the better because I’m unfortunately on a tight deadline.

    Anne Hijme

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter AnneHijme

    (@annehijme)

    I decided to check for errors using the wp-config debug and turned it on.

    I got the following:

    Notice: wpdb::escape is deprecated since version 3.6! Use wpdb::prepare() or esc_sql() instead. in /home/charlesbenz/public_html/wp-includes/functions.php on line 2876
    
    Strict Standards: Non-static method FrmAppHelper::frm_capabilities() should not be called statically, assuming $this from incompatible context in /home/charlesbenz/public_html/wp-content/plugins/formidable/classes/models/FrmSettings.php on line 144
    
    Notice: Use of undefined constant add_shortcode - assumed 'add_shortcode' in /home/charlesbenz/public_html/wp-content/plugins/stray-quotes/stray_quotes.php on line 615
    
    Strict Standards: Declaration of UTCW::widget() should be compatible with WP_Widget::widget($args, $instance) in /home/charlesbenz/public_html/wp-content/plugins/ultimate-tag-cloud-widget/utcw.php on line 54
    
    Strict Standards: Declaration of UTCW::update() should be compatible with WP_Widget::update($new_instance, $old_instance) in /home/charlesbenz/public_html/wp-content/plugins/ultimate-tag-cloud-widget/utcw.php on line 54
    
    Strict Standards: Declaration of UTCW::form() should be compatible with WP_Widget::form($instance) in /home/charlesbenz/public_html/wp-content/plugins/ultimate-tag-cloud-widget/utcw.php on line 54
    
    Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/charlesbenz/public_html/wp-includes/functions.php:2876) in /home/charlesbenz/public_html/wp-content/plugins/formidable/classes/controllers/FrmAppController.php on line 284
    
    Warning: Cannot modify header information - headers already sent by (output started at /home/charlesbenz/public_html/wp-includes/functions.php:2876) in /home/charlesbenz/public_html/wp-content/plugins/si-contact-form/wp-session/class-wp-session.php on line 92

    These looked to be the same errors the site had before I transferred it over. The new server may be more sensitive to these, but I’m uncertain about that. I’m also,not sure what some of these problems are or how to fix them. I can access the files of course, but uncertain of how to approach it.

    Thanks,

    Anne Hijme

    Thread Starter AnneHijme

    (@annehijme)

    Okay, I found a post that stated they had a similar problem and to fix it they had to go to their wp_options in their database table and change their URL to include ‘www.’ It didn’t have it before so I added it.

    It seemed to log in fine, but this time I get an error code:

    This webpage has a redirect loop

    The webpage at https://www.charlesbenz.com/wp-admin/network/ has resulted in too many redirects. Clearing your cookies for this site or allowing third-party cookies may fix the problem. If not, it is possibly a server configuration issue and not a problem with your computer.

    Error code: ERR_TOO_MANY_REDIRECTS

    So I’m still playing I can go back to previous problem if needed.

    Any ideas would be nice.

    Thanks,

    Anne Hijme

    Thread Starter AnneHijme

    (@annehijme)

    Alright, after deleting the Mu Domain Mapping Plugin I’ve found it wasn’t the problem.

    I had went back to my wp_option and got rid of the ‘www.’ and then I relooked at my wp_config.php file again and realize it had the ‘www.’, so I got rid of it.

    Now everything works.

    I really don’t understand, but my advice for anyone with this problem is to check that wp_option, wp_blog, and such in your SQL database table matches your wp_config exactly.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Network Admin infinite log in loop’ is closed to new replies.