A mi me ocurrió lo mismo… ¿Pudiste solucionarlo?
not yet solved.
please let me know once solved this error.
http://www.hibrise.com/ loads.
When you say you added this:
define('DOMAIN_CURRENT_SITE', 'domain.com');
You REALLY mean you did this, right?
define('DOMAIN_CURRENT_SITE', 'www.hibrise.com');
Also since you have WWW in your domain right now, you did not do this:
i have modified at wp_option table itself
home : http://hibrise.com
siteurl : http://hibirse.com
If you had, WP would be not using www right now 🙂
Lo que a mi me ocurre es que cuando actualizo mi wordpress multisitio a la nueva versión me aparece el error en la base de datos como manifestaron anteriormente.
MariaBelenSubiran – I’m really sorry but I don’t speak Spanish. We’re primarily English here 🙁
What’s YOUR domain? May we see what’s happening?
No habllo English, but google translator can perhaps help us communicate. I’m putting together the design of a site, which in my case is that when I update my wordpress multisite to new version I get the error in the Database As stated above.
Please forgot the domain “hibrise” i have given it as a example.
Problem : “Error establishing a database connection”
once i had done changes as you mentioned in reply (www).
still.”Error establishing a database connection” remain
phpmyAdd:
home and siteurl : http://www.sparker.in
wp-config.php
define(‘WP_ALLOW_MULTISITE’,true);
define(‘MULTISITE’, true);
define(‘DOMAIN_CURRENT_SITE’, ‘www.sparker.in’);
define(‘PATH_CURRENT_SITE’, ‘/’);
define(‘SITE_ID_CURRENT_SITE’, 1);
define(‘BLOG_ID_CURRENT_SITE’, 1);
Current working output scenario :
for example:
wp-config.php:
define(‘WP_ALLOW_MULTISITE’,true);
define(‘MULTISITE’, true);
define(‘DOMAIN_CURRENT_SITE’, ‘10.10.10.10’);
define(‘PATH_CURRENT_SITE’, ‘/~sparkeri/’);
define(‘SITE_ID_CURRENT_SITE’, 1);
define(‘BLOG_ID_CURRENT_SITE’, 1);
phpMyAdmin:
home and siteurl : http://10.10.10.10/~sparkeri/
Expecting outcomes is:
(WPMU) WordPress MultiSite features
http://www.sparker.in
http://www.sparker.in/site1
http://www.sparker.in/site2
…etc.
but,now if we used,
http://www.sparker.com it will automatically redirect to (i.e) 10.10.10.10/~sparkeri/
Are you moving your site AND enabling multisite at once?