muflu
Forum Replies Created
-
Forum: Networking WordPress
In reply to: can't login in admin multisite for cookies blockok I manage to enter the admin panel.
I update these files:.htaccess
.wp-config.php
.wp-blogs
.wp-site
.wp-optionswith the new domain and the new path of the local site.
Then in config.php I delete the auth key and paste these lines:define(‘ADMIN_COOKIE_PATH’, ‘/’);
define(‘COOKIE_DOMAIN’, ”);
define(‘COOKIEPATH’, ”);
define(‘SITECOOKIEPATH’, ”);and I finally enter the admin panel.
Forum: Networking WordPress
In reply to: error 500 after moving multisite from local to remote serverYes everything seems to be right.
I finally figured out that the host is apparently not supporting multisite wordpress (is it possible?!), I set:define(‘MULTISITE’, false);
in config.php and now I can run the site normally…but of course I can access just the main site and not the subdomain.
in the mean time I’m tring to find a solution to set the multisite on again…but no solutions at the moment 🙁Forum: Networking WordPress
In reply to: error 500 after moving multisite from local to remote serverEveryone, I still can’t see my site.
I checked all the links in db and everything seems to be correct. The config.php is updated and also the tables wp-options, wp-blogs and wp-site.
Don’t know what to do next…please if anyone have an idea would be very appreciated!
Forum: Networking WordPress
In reply to: error 500 after moving multisite from local to remote serverok it was a problem in the files access.
But now I have this error:Error establishing a database connection
Forum: Networking WordPress
In reply to: can't login in admin multisite for cookies blockfind and replace with text editor…