amitcohen
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Lost my 'add new plugin' linkIt happen again, I can’t believe it!
Now upgrading to 3.2 and the redirect issue is back.To fix the Network Admin redirect problem, I have override the file admin.php in the path /public_html/wp-admin/network
Using this code:<?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; } ?>
It works!
Forum: Networking WordPress
In reply to: Wrong dashboard stats: You have x sites and x usersYes.
This one works.Forum: Networking WordPress
In reply to: Wrong dashboard stats: You have x sites and x usersI have disabled plugins and I can see the numbers of sites and users are up by 20.
But I have run a test, searching for sites and still Search results: No sites found.
This is a major problem!
Any ideas?
Forum: Networking WordPress
In reply to: Wrong dashboard stats: You have x sites and x usersHi,
I got the exact same problem.
I have update to 3.1.4 manually, then added 20 new users and 20 new sites (sub-domains).
But the counter didn’t update the numbers. and worse then that, searching for the newly added sub-domain(s), WP tells me they are not exist.
(Running a search for the new Users, WP do find them)While looking to the DB with PHP My Admin, I can see that WP actually created the tables for the new sites in the DB.
Any ideas for the right direction?
Thanks,
AmitForum: Networking WordPress
In reply to: Lost my 'add new plugin' linkThis is the solution
https://core.trac.www.ads-software.com/ticket/17090Forum: Networking WordPress
In reply to: Lost my 'add new plugin' linkHi Andrea,
Thanks for that..
Me just couldn’t find it, that why I’ve started this thread.Can you give me a link to a thread??
Thanks,
AmitForum: Networking WordPress
In reply to: Lost my 'add new plugin' linkHi Andrea
So, in other words, there is no solution to this at the moment?Forum: Networking WordPress
In reply to: Lost my 'add new plugin' linkHi Andrea
This is a news to me, I didn’t knew about that.
+
Yes my site is with www.
Is this is the problem? (or the solution?)I should add that I have made sub-domains as ‘Network Admin’.
So there are few ‘Network Admin’, not just one.In my personal opinion, this should not affect the ability to access the ‘Network Admin’.
All accounts with ‘Network Admin’ cannot access the ‘Network Admin’.
But its only make sense as they are all referring to the same page.Or.. maybe I’m wrong here..
Forum: Networking WordPress
In reply to: Lost my 'add new plugin' linkHi Tim
Thanks for replaying.
One of the problems is that clicking that link
give me the error:
<——–>
The page isn’t redirecting properly
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.This problem can sometimes be caused by disabling or refusing to accept
cookies.
<——–>
Must say i do accept cookies, so this is not the problem.Also,
How do I get back the ‘Add New’ in the plugin menu on the sidebar?