calligrafee
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Please login to commenton my site it says “Veuillez vous connecter pour laisser un commentaire” which means “Please login to comment” although the “Users must be registered and logged in to comment” is unticked…
Forum: Fixing WordPress
In reply to: Please login to commentHello, thank you for your reply. Yes, that was my first test, the box is unchecked and i still have the message. I use antispam bee, i tried to disactivate it but it has no effect…
Forum: Everything else WordPress
In reply to: change login wordpress network super adminHello, thank you for the quick response. Yes, i have seen this option on the web, but you have to use a separate email and when you delete the old super administrator you have to choose the option of transfering all his history to the new one and i am not 100% sure that the transfer will take place correctly. And when it is done, too late… I would prefer an option modifying the database. I tried changing the login in the users page of the database as i found the suggestion on internet too but with the new login i loose privilege on the network. I suppose it works for a single site but for a network, there is a change to do in an other part of the database and i have not found anything about it on the net.
Forum: Fixing WordPress
In reply to: multisite comments not workingHello, thank you for your reply; I have already disabled all plugins and i am using the default twentythirteen theme. This did not change anything…
br ms
Forum: Networking WordPress
In reply to: Unable to access Network Admin dashboardHello, here is my .htaccess:
# BEGIN WordPress
<IfModule mod_rewrite.c>
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]
</IfModule># END WordPress
here is my wp_config:
/* Multisite */
define(‘WP_ALLOW_MULTISITE’, true);
define(‘MULTISITE’, true);
define(‘SUBDOMAIN_INSTALL’, false);
define(‘DOMAIN_CURRENT_SITE’, ‘www.calligrafee.com’);
define(‘PATH_CURRENT_SITE’, ‘/’);
define(‘SITE_ID_CURRENT_SITE’, 1);
define(‘BLOG_ID_CURRENT_SITE’, 1);
define(‘WP_HOME’,’http://www.calligrafee.com’);
define(‘WP_SITEURL’,’http://www.calligrafee.com’);in wp_site i have domain: calligrafee.com path: /
in wp_sitemeta i have site_name réseau calligrafee, siteurl : http://www.calligrafee.com
in wp_blog i have two lines for my two blogs with id 1 and 3 respectively (no id 2):
domain: calligrafee.com path:/
domain calligrafee.com path /en/can this help? thanks
Forum: Networking WordPress
In reply to: Unable to access Network Admin dashboardwhat i suspect is that i did not desactivate the plugins from both sites and network before transferring from localhost to ovh. I tried to desactivate them afterwards but it did change nothing. I looked in the tables of the database corresponding to the plugins but i see nothing wrong. I have tables for 404 to 301 and statpress.
br, ms
Forum: Networking WordPress
In reply to: Unable to access Network Admin dashboardi removed the / from the path box but no change
thanks
Forum: Networking WordPress
In reply to: Unable to access Network Admin dashboardHello, i checked ww_site, in the domain box i have only the domain name calligrafee.com and in the path box i have a /
thanks for your help
Forum: Networking WordPress
In reply to: Unable to access Network Admin dashboardhello, yes i did both the wp congif and ht access files modifications
for the database i used Search-Replace-DB-master as recommended on the web. I tried also to update to wordpress 4.5.2 and it tried to access to the /network/ directory but does not seem to find it although it is in place in wp-admin.Forum: Networking WordPress
In reply to: Unable to access Network Admin dashboardHello,
i have the same problem, i have migrated a multisite that i created on localhost to ovh. I have followed in detail what is indicated on the web. I have full access to my two websites administration and they work well but i cannot access the dashboard of the network. When i click on “sites” on the top left i see only the main site and if i go into the network administration menu and clic on any item it tells me that the page was not redirected correctly. Idem if i try to access directly the /network/ directory which is in wp-admin.
All this is working ok on my local host.
can somebody help?