I can't add new sites
-
Hi guys,
I’m begginer in wordpress.
My problem is that, I can’t create new sites in Network Admin. When I Click on Add New, the system show that the site is created but when I visit it show a message:
Error establishing a database connectionThen, I go to /site/wp-admin and the system request me that repair the database. I click in the link of repair and this is the message:
wp_39_posts: Table ‘wordpress.wp_39_posts’ doesn’t exist
wp_39_comments: Table ‘wordpress.wp_39_comments’ doesn’t exist
wp_39_links: Table ‘wordpress.wp_39_links’ doesn’t exist
wp_39_options: Table ‘wordpress.wp_39_options’ doesn’t exist
wp_39_postmeta: Table ‘wordpress.wp_39_postmeta’ doesn’t exist
wp_39_terms: Table ‘wordpress.wp_39_terms’ doesn’t exist
wp_39_term_taxonomy: Table ‘wordpress.wp_39_term_taxonomy’ doesn’t exist
wp_39_term_relationships: Table ‘wordpress.wp_39_term_relationships’ doesn’t exist
wp_39_commentmeta: Table ‘wordpress.wp_39_commentmeta’ doesn’t existthe lines of my .htaccess:
# BEGIN WordPress
RewriteEngine On
RewriteBase /wordpress/
RewriteRule ^index\.php$ – [L]# uploaded files
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [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).*) $1 [L]
RewriteRule ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L]
RewriteRule . index.php [L]
# END WordPressthe lines of my wp-config.php:
….
define(‘WP_ALLOW_MULTISITE’, true);define( ‘MULTISITE’, true );
define( ‘SUBDOMAIN_INSTALL’, false );
$base = ‘/wordpress/’;
define( ‘DOMAIN_CURRENT_SITE’, ‘blogjavevirtual.puj.edu.co’ );
define( ‘PATH_CURRENT_SITE’, ‘/wordpress/’ );
define( ‘SITE_ID_CURRENT_SITE’, 1 );
define( ‘BLOG_ID_CURRENT_SITE’, 1 );
….All my pluggins are disable from the network admin.
All my themes are disable from the network admin.I don’t know to do. Help me, please.
Excuse Me for my bad English.
Thanks a lot.
- The topic ‘I can't add new sites’ is closed to new replies.