Multisite and problems with wp-config.php
-
Hi, to all.
I really need some light on this issue. I recently upgraded to ver. 3.8.2 and somehow three of the eight site I’ve launch stop allowing me to get into each of their dashboards. The message I received when trying to enter in this:
<<
There doesn’t seem to be a wp-config.php file. I need this before we can get started.
Need more help? We got it.
You can create a wp-config.php file through a web interface, but this doesn’t work for all server setups. The safest way is to manually create the file.
>>Well, what to say, … apart of the enigmatic way how the system eventually spread the shadow of suspicious on your basic skills with WP : “there doesn’t seem to be …”
Anyway. I’m really upset with this problem which is getting a serious trouble form the moment I need to upload the site content and time and date are working against my interest.
Does anyone idea on what did I do wrong when upgrading to WP 3.8.2?
Some data to exhibit:
The part of the wp-config.php file relating with multisite says this:
/* Multisite */ define('WP_ALLOW_MULTISITE', true); define('MULTISITE', true); define('SUBDOMAIN_INSTALL', false); define('DOMAIN_CURRENT_SITE', 'epulpeditions.com'); define('PATH_CURRENT_SITE', '/'); define('SITE_ID_CURRENT_SITE', 1); define('BLOG_ID_CURRENT_SITE', 1); /*activo sunrise del pluggin para multisite multidominio */ define( 'SUNRISE', 'on');
The htaccess file says this:
RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L] RewriteRule . index.php [L] RewriteCond %{HTTP_HOST} ^epulp\-editions\.com$ [OR] RewriteCond %{HTTP_HOST} ^www\.epulp\-editions\.com$ RewriteRule ^/?$ "http\:\/\/epulpeditions\.com" [R=301,L]
Have any of you experienced something similar to all that and fixed it?
Have I missed something in the process?The three sites in trouble haven’t vanished in the air; they all are still available to public, .. but not updatable by users!
- The topic ‘Multisite and problems with wp-config.php’ is closed to new replies.