transient feeds aren’t the issue. Though I don’t know what is. The feeds are just cached rss data from the back end of your site. They’re okay.
I deleted the cookies and try again directly on the blog 17 (where I have deleted the transient_random_seed entry in the tab) same problem when I click on Network Admin…
Thanks ipstenu
Something I don’t understand:
if
the blog xx is named “example” under mywp.com (WP multi site),
the Network admin doesn’t link to http://example.mywp.com/wp-admin/network/upgrade.php
but there
http://mywp.com/wp-admin/network/upgrade.php
you think that’s correct ?
thanks again
Don’t use <li> tags outside of <ol> or <ul> on the forums, You’ll BREAK things π
Your network admin is ALWAYS off the main site, NEVER off a subsite. That’s expected.
Should I just make a new fresh htaccess with the www redirection thing (as you said at the beginning) ? Actual htaccess doesn’t have this specified…
more thanks
here is a phpinfo from the /network/ folder .
Ok gentlemen, I’m back with the solution,
please don’t tell me again I did something wrong ok,
I just did what Amit Cohen did,
replace the original admin.php code
and make it more simpler….
<?php
/**
* WordPress Network Administration Bootstrap
*
* @package WordPress
* @subpackage Multisite
* @since 3.1.0
*/
define( 'WP_NETWORK_ADMIN', TRUE );
/** Load WordPress Administration Bootstrap */
require_once( dirname( dirname( __FILE__ ) ) . '/admin.php' );
if ( ! is_multisite() )
wp_die( __( 'Multisite support is not enabled.' ) );
if ( ! is_main_site() ) {
wp_redirect( network_admin_url() );
exit;
}
?>
Yes that’s poetry, it sounds just perfect, nothing more nothing less, just right ! Right ?
take it easy,
thanks for all
FYI we never ever advocate editing core files. This is a bad way to do things.
Here we go, something bad again !!!
you know what, I have tried almost everything I found, nothing worked, nothing till this code… then what ?
I would try a fresh install in a different folder, just to see if you can recreate the problem. Because … we can’t :/
I am having the same problem as zedrino. I upgraded my installation today and I have no access to the network admin link and my plugins page has no plugins available for activation or deactivation although there are certainly plugins activated.
Nevermind.
I discovered I was using the old blue-network plugin for highlighting network plugins in blue. That was in my mu-plugins folder. I removed it and everything came up the way it was supposed to.
I upgraded to the 3.3 and of course the problem is back.
Deleted the mu-plugin folder and still have no access to Update Network and got a
Error 310 (net::ERR_TOO_MANY_REDIRECTS).
admin.php is not working for this version anymore.
Now will probably have to do a fresh install on a new folder, as suggested by Ipstenu but still try to find an alternative to it.