robbarron1
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Can't add new users – HELP!Hmmm ok, with a spot of trawling I seem to have made those errors go away, however my initial problem remains.
One question – do I actually need to enable MultiSite? I don’t want to add anymore sites (not at this stage anyway), I simply want to add another user as a second Admin or even just contributor on the one existing site I already have.
Seems like I’m having to go all around the houses to achieve something that should be very simple :o/
Forum: Networking WordPress
In reply to: Can't add new users – HELP!Logged out…now it won’t let me log back in…
Warning: Cannot modify header information – headers already sent by (output started at /content/StartupHost/t/r/transenduro.co.uk/web/transpyrenduro/wp-config.php:1) in /content/StartupHost/t/r/transenduro.co.uk/web/transpyrenduro/wp-includes/pluggable.php on line 866
Oh deary me :o/
Forum: Networking WordPress
In reply to: Can't add new users – HELP!Oh actually…I did manage to post off my iPhone, although it still shows an error.
Forum: Networking WordPress
In reply to: Can't add new users – HELP!OK, done that.
No tables appear to have appeared. I think I may have broken it!
Looking at the WP app on my iPhone, I now get the old “Blog returned invalid data” and I am unable to post/edit etc
Back on the Mac, when I try to logout of my dashboard (or try to login from a different browser) I now get a screen full of errors:
Warning: Cannot modify header information – headers already sent by (output started at /content/StartupHost/t/r/transenduro.co.uk/web/transpyrenduro/wp-config.php:1) in /content/StartupHost/t/r/transenduro.co.uk/web/transpyrenduro/wp-login.php on line 349
Forum: Networking WordPress
In reply to: Can't add new users – HELP!Hmmmm ok, don’t seem to have those anywhere.
What I have found however in /wp-admin/network/sites.php is this which appears to say multisite is NOT enabled:
<?php /** * Multisite sites administration panel. * * @package WordPress * @subpackage Multisite * @since 3.0.0 */ /** Load WordPress Administration Bootstrap */ require_once( './admin.php' ); if ( ! is_multisite() ) wp_die( __( 'Multisite support is not enabled.' ) ); if ( ! current_user_can( 'manage_sites' ) ) wp_die( __( 'You do not have permission to access this page.' ) ); $wp_list_table = _get_list_table('WP_MS_Sites_List_Table'); $pagenum = $wp_list_table->get_pagenum(); $title = __( 'Sites' ); $parent_file = 'sites.php';
Forum: Networking WordPress
In reply to: Can't add new users – HELP!FTP – no probs, it’s part of my daily bread.
PHP and SQL etc not so much, not at all in fact….but I’ll take a look!
<some time later> Ok yes, I’ve looked at the mySQL databases menu via my hosts Control Panel. Very limited functionality on there but I have switched a few options on that were previously off, such as remote access.
I’ve also located the relevant file via my FTP…I think.
Forum: Networking WordPress
In reply to: Can't add new users – HELP!Look at my database? Hmmmmmm… I refer you to my initial “I’m a WP noob” comment. I’m afraid you’ve lost me there. Where would I find that? :o/
Thanks for your help thus far by the way…
Forum: Networking WordPress
In reply to: Can't add new users – HELP!You don’t see https://codex.www.ads-software.com/images/7/7c/tools-network.png
…and no, I don’t get those tools at all
Forum: Networking WordPress
In reply to: Can't add new users – HELP!What do you mean by ‘In fact when I looked at the php it was already enabled.’ ?
And who’s your host?
I mean that when I opened up the php to insert define(‘WP_ALLOW_MULTISITE’, true); it was already there, ie already “true”.
Host is NamesCo
Forum: Networking WordPress
In reply to: Can't add new users – HELP!Yup, done that…and just checked again to make sure.
I’ve only got one WP site running on the domain, but I have enabled multisite just to be on the safe side. In fact when I looked at the php it was already enabled.
I started following the Create a Network instructions, and only got as far as completing step 2! After that, step 3 doesn’t seem to work as I can’t see Network Setup in my Dashboard.
Which is why I’m wondering if my host is blocking something…
Forum: Networking WordPress
In reply to: Can't add new users – HELP!… I’m sure this is where the problem is. I don’t have the option on my dashboard to add a new user and the associated form, just the option to add an existing user…which doesn’t seem to work. In fact, having looked through several support threads, there are several options that appear to be absent from my dashboard.
Despite having enabled Multisite in the php, the Network options haven’t been enabled (ie they’ve not appeared) in my dashboard so I can’t add a new user.
Forum: Fixing WordPress
In reply to: Can't add new users – HELP!Urrrrm okm, thanks!
Forum: Fixing WordPress
In reply to: Can't add new users – HELP!I’ve only got one WP site running on the domain, but I have enabled multisite just to be on the safe side.
I started following the Create a Network instructions, and got as far as completing step 2! After that, step 3 doesn’t seem to work as I can’t see Network Setup in my Dashboard.