Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter whipsocket

    (@whipsocket)

    Sorry about the delay. I have updated the plugin and tested, but still getting the issue. I will send you an email with temporary logins to see if you can see what is happening. Thanks for your help! We love this plugin and hope to get it working.

    Thread Starter whipsocket

    (@whipsocket)

    Okay I have dug a bit deeper into this, but still haven’t resolved it. If I switch everything back to the original IP address network dashboard works just fine. However, when I switch back to the domain everything works fine – all admin sites, all sites, except for the network dashboard. Just as before the network dashboard tries to load a page that looks like the following url: https://’domainorg’/wp-admin/network .

    I have searched through the forums, but couldn’t find anything quite like this, although, I have tried editing my htaccess and wp-config based on some other forum posts, but nothing seems to work. Any ideas?

    Thread Starter whipsocket

    (@whipsocket)

    If this also helps below is what is in the .htaccess file:

    # BEGIN WordPress
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    
    # add a trailing slash to /wp-admin
    RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
    
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ - [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
    RewriteRule . index.php [L]

    # END WordPress

    And below is the multisite lines in the wp-config file:

    /* Multisite */
    define( 'WP_ALLOW_MULTISITE', true );
    
    define('MULTISITE', true);
    define('SUBDOMAIN_INSTALL', false);
    define('DOMAIN_CURRENT_SITE', ‘domain.org’ );
    define('PATH_CURRENT_SITE', '/');
    define('SITE_ID_CURRENT_SITE', 1);
    define('BLOG_ID_CURRENT_SITE', 1);

    Absolutely everything seems to be working flawlessly now except for the network dashboard, but I can’t understand why it is not working. Any help is appreciated.

    Thread Starter whipsocket

    (@whipsocket)

    By the way – forgot to mention – network admin dashboard works fine when you switch everything back to IP address. However, it puts the quotes in when you change to the domain name.

    Thread Starter whipsocket

    (@whipsocket)

    I have updated to 2.09, but didn’t seem to resolve it for me. When I click on the next page to view page 2 of modals – it simply refreshes the sidebar in the admin with the “Love It? Share It!” heading. It never actually updates the page to see the second, third, fourth, etc pages of modals. Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)