zedrino
Forum Replies Created
-
Forum: Networking WordPress
In reply to: No plugin menu and Error 310I 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 aError 310 (net::ERR_TOO_MANY_REDIRECTS).
Forum: Networking WordPress
In reply to: No plugin menu and Error 310Here we go, something bad again !!!
you know what, I have tried almost everything I found, nothing worked, nothing till this code… then what ?
Forum: Networking WordPress
In reply to: No plugin menu and Error 310Ok 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 allForum: Plugins
In reply to: [WP CleanFix] WP Cleanfix did make network admin inaccessiblehum I was going to install it because I can’t acces Network Admin and Update Network…
error 310 too many redirect thing…Forum: Networking WordPress
In reply to: No plugin menu and Error 310here is a phpinfo from the /network/ folder .
Forum: Fixing WordPress
In reply to: Update Network need public access to work?I have a error 310 on the Upadte Network and this smell really like yours…
But nobody can find from where this problem is coming from. Still stuck on that ?
Forum: Networking WordPress
In reply to: No plugin menu and Error 310Should 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 thanksForum: Networking WordPress
In reply to: No plugin menu and Error 310I 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 https://example.mywp.com/wp-admin/network/upgrade.php
but therehttps://mywp.com/wp-admin/network/upgrade.php
you think that’s correct ?
thanks again
Forum: Networking WordPress
In reply to: No plugin menu and Error 310Hi I’m back
I tried to have some response from the host but nothing came in.
Then I keep going and I find this post.
I have a _transient_random_seed on several wp_xx_options tabs not all of them.
Start to delete one but would better to ask you first if this tell you something…
thanks
Forum: Networking WordPress
In reply to: No plugin menu and Error 310Also something new:
In the Top of the admin screen there is the menu with Updates 26.
Same problem, Error 310.Andrea_r is right, this Updateslink points to https://mysite.com/wp-admin/network/update-core.php.
It must be a problem with the whole network folder or files or config…. don’t understand…
Forum: Networking WordPress
In reply to: No plugin menu and Error 310No I didn’t…
then
I added the 3 lines in the wp-config (before authentification keys)
– the blog is unaccessible with problem to connect to the database.Where should I put them ?
I removed them, back to “normal”. Thanks Ipstenu, please more suggestions…. you must be close to find the problem !
Access to the wp-config (txt format) here.
Forum: Networking WordPress
In reply to: No plugin menu and Error 310On the wp_blogs table:
Blog_id site_id domain
1 1 bluegreenbelize.com
and a list of all the blogs and subdomains… without www.On the wp-config.php:
define(‘DB_COLLATE’, ”);
define(‘VHOST’, ‘yes’);
$base = ‘/’;
define(‘DOMAIN_CURRENT_SITE’, ‘bluegreenbelize.com’ );
define(‘PATH_CURRENT_SITE’, ‘/’ );
define(‘SITE_ID_CURRENT_SITE’, 1);
define(‘BLOGID_CURRENT_SITE’, ‘1’ );Should I check somewhere else ? thanks for your serious help.
Forum: Networking WordPress
In reply to: No plugin menu and Error 310Hi Ipstenu
I changed the htaccess to this
# BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule . index.php [L] # END WordPress
Also I have deleted cookies but
the admin is still the same;
no Plugin menu
no access to Network Admin, result; Error 310 (net::ERR_TOO_MANY_REDIRECTS)WordPress is in the root and have subdomains.
Do you have an other idea please ? thank you
Forum: Networking WordPress
In reply to: No plugin menu and Error 310Thanks Andrea_r,
well /network/ is 755 like others and files are 644.
aouch…Forum: Networking WordPress
In reply to: No plugin menu and Error 310Ok sorry for the salts (didn’t realize this was confidential too) and thanks for answering,
In fact following your and Ipstenu advise I upgraded from MU 2.9.1 to WP 3.0 manually then… yes I have to admit to the 3.2.1…
Then now that I did this what do you think I can do to repair all this ?
Should I export the BDD to a clean and fresh install of WP 3.2.1 ?thank you for your help.
After Andrea_R warning I show back the wp-config if this can help to find a solution…