enticx
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Can't create new sites on networki read this article an set up a mirror sub domain. it worked.
thanks!!!
Forum: Networking WordPress
In reply to: Can't create new sites on networkI didn’t set up any. should i?
Forum: Networking WordPress
In reply to: Can't create new sites on network/* That's all, stop editing! Happy blogging. */ define('WP_ALLOW_MULTISITE', true); define( 'MULTISITE', true ); define( 'SUBDOMAIN_INSTALL', true ); $base = '/'; define( 'DOMAIN_CURRENT_SITE', 'facekitt.com' ); define( 'PATH_CURRENT_SITE', '/' ); define( 'SITE_ID_CURRENT_SITE', 1 ); define( 'BLOG_ID_CURRENT_SITE', 1 );correct?
Forum: Networking WordPress
In reply to: Can't create new sites on networkHey Mika,
those hash passwords are actually misguided. Thank you for helping me to delete those though. 🙂
I realised that i had removed that line when I pasted
define( 'MULTISITE', true ); define( 'SUBDOMAIN_INSTALL', true ); $base = '/'; define( 'DOMAIN_CURRENT_SITE', 'facekitt.com' ); define( 'PATH_CURRENT_SITE', '/' ); define( 'SITE_ID_CURRENT_SITE', 1 ); define( 'BLOG_ID_CURRENT_SITE', 1 );Have since added the
'define('WP_ALLOW_MULTISITE', true);'back to it’s place. but it’s still not working
Any idea where can went wrong besides this? on another forum post it says something about removing, $base = ‘/’;
I have tried this method and it did not work either.:(( the double chin is out! – bad joke!
Forum: Networking WordPress
In reply to: Can't create new sites on networkahhh… I am slightly in a situation right now, my original blog has about 300blog entries, i’m not too technically inclined to recreate a new blog and transpose all the old information in. 🙁
is there a better way to resolve this?