Viewing 15 replies - 76 through 90 (of 241 total)
  • Thread Starter Tremayne

    (@tremayne)

    did it, now all the linked images have returned and I can log in

    Thread Starter Tremayne

    (@tremayne)

    no to get ahead, but if we changed the blog ID table to 1, and mirrored it on the wp-config.php would that straighten itself out? The site url and home url were updated 10 hours ago to be correct

    yeah, the original site is no longer that main site. So, that is why the blog id has to be 2. I wondered about that when I saw it.

    Now, please go into the site Settings > permalinks and save them. If they are at default, for seo purposes, it might be better to change to post rather than default, or if you want to keep dates involved choose one of those, but definitely resave the permalinks. This will flush the rewrite rules. I want to see if the url will change now to the root url.

    I wouldn’t change the blog ID at this time.

    Thread Starter Tremayne

    (@tremayne)

    okay, I did that, changed to “post”. The site url didn’t change, root is still blank and /wordpress works, but now the links do not work, yet images are still loading on the main page

    Do you have a caching plugin installed or use any caching for the site?

    Thread Starter Tremayne

    (@tremayne)

    no, but I will flush the browser in case

    Thread Starter Tremayne

    (@tremayne)

    no change, and if I go back to default it returns

    Do me a favor and go to the network admin Settings > Network Setup and see make sure wp-config.php and the root .htaccess files are the same as what WordPress is saying they should be.

    That’s fine, if they work on default and not on post right now, that is the way it works for now.

    Thread Starter Tremayne

    (@tremayne)

    they’re both different.

    the network setup wp-config has the path as /wordpress vs just /
    and the current site in network says “1” vs the 2 on the server

    ,htaccess, the one in teh install directory right? not root. They are different too

    Thread Starter Tremayne

    (@tremayne)

    netwrok setup wp-config
    define(‘MULTISITE’, true);
    define(‘SUBDOMAIN_INSTALL’, false);
    define(‘DOMAIN_CURRENT_SITE’, ‘marcusassoc.net’);
    define(‘PATH_CURRENT_SITE’, ‘/wordpress/’);
    define(‘SITE_ID_CURRENT_SITE’, 1);
    define(‘BLOG_ID_CURRENT_SITE’, 1);

    whats in teh /wordpress folder on teh server

    define(‘WP_DEBUG’, false);
    define(‘WP_ALLOW_MULTISITE’, true);
    define(‘MULTISITE’, true);
    define(‘SUBDOMAIN_INSTALL’, false);
    define(‘DOMAIN_CURRENT_SITE’, ‘marcusassoc.net’);
    define(‘PATH_CURRENT_SITE’, ‘/’);
    define(‘SITE_ID_CURRENT_SITE’, 1);
    define(‘BLOG_ID_CURRENT_SITE’, 2);

    Give me a few minutes.. I have to take care of something. I will be right back.

    Thread Starter Tremayne

    (@tremayne)

    so I changed both the .htaccess in my /wordpress folder and wp-config.php to match the Network setup in dashboard and I got this database error

    “Could not find site marcusassoc.net/wordpress/etwork. Searched for table wp_blogs in database marcusdb. Is that right?”

    “etwork”?? The Network folder is in /wordpress/wp-admin/network

    is that any insight?

    Sorry for the delay.
    I would change them back to what we had.
    In the “wp_2_options” table looking at the site_url, what does it show in the “option_value”?

Viewing 15 replies - 76 through 90 (of 241 total)
  • The topic ‘wp-admin link suddenly stopped working’ is closed to new replies.