So I am teacher, and I am setting up a WP Multisite in order to teach the students about WordPress and Webdesign. I did a clean install, watched the Elementor Multisite video https://www.youtube.com/watch?v=NR_zJjl-7cc&t=292s
and started setting up a multisite. I chose subdomains and edited the wpconfig and htacess files.
Heres the problem, I can make sites, however after I do I can see the site in the list of sites. But I cannot see the sites under MySites so I cannot actually get to the site to use and edit it.
Then if I click on the site name to view it I get an error code:
The following error was encountered while trying to retrieve the URL: https://nikijacob2025.wordpresscampus.co/
Read Error
The system returned: (104) Connection reset by peer
An error condition occurred while reading data from the network. Please retry your request.
——–
What should I do?
when i disable or revert or remove multisite into single site and after that when i login to admin, its giving error message “sorry, you are not allowed to access this page”, any help on this.
Thanks in advance
]]>Advance thanks for help
]]>As i feel that this plugin is best and super caching for a single site but unfortunately not working for multisite. Please make it for MultiSite.
What error i found – The plugin does not work with Multisite
]]>Any assistance would be gratefully received.
]]>background changing only after I change (in F12 Google Chrome mode)
background-color
to
background
Where I should change background-color to background into you CODE?
]]>However now I receive the following error message:
Fatal error: Call to undefined function wp_get_current_user() in /homepages/18/d317155877/htdocs/clickandbuilds/WordPress/Chris_Hilfe/wp-includes/capabilities.php on line 424
The site is https://s317155896.online.de/
the .httaccess looks like this:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
# add a trailing slash to /wp-admin
RewriteRule ^wp-admin$ wp-admin/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule ^(wp-(content|admin|includes).*) $1 [L]
RewriteRule ^(.*\.php)$ wp/$1 [L]
RewriteRule . index.php [L]
</IfModule>
# END WordPress
AddHandler x-mapp-php5.5 .php
AddHandler x-mapp-php5.5 .php
the wp-config.php looks like this:
/**
* For developers: WordPress debugging mode.
*
* Change this to true to enable the display of notices during development.
* It is strongly recommended that plugin and theme developers use WP_DEBUG
* in their development environments.
*/
define(‘WP_DEBUG’, false);
/**
* Disable the Plugin and Theme Editor.
*
* Occasionally you may wish to disable the plugin or theme editor to prevent
* overzealous users from being able to edit sensitive files and potentially crash the site.
* Disabling these also provides an additional layer of security if a hacker
* gains access to a well-privileged user account.
*/
define(‘DISALLOW_FILE_EDIT’, true);
/* Multisite */
define( ‘WP_ALLOW_MULTISITE’, true );
define(‘MULTISITE’, true);
define(‘SUBDOMAIN_INSTALL’, true);
define(‘DOMAIN_CURRENT_SITE’, ‘s317155896.online.de’);
define(‘PATH_CURRENT_SITE’, ‘/’);
define(‘SITE_ID_CURRENT_SITE’, 1);
define(‘BLOG_ID_CURRENT_SITE’, 1);
/* That’s all, stop editing! Happy blogging. */
I am not a programmer have only basic knowledge.May be here in this forum is someone who has an advice for me how I could proceed.
Many Thx
]]>I recently installed wordpress multisite, followed all the steps required to do so and I just can’t seem to get it to work.
I was setting it up with sub-domains (only option as mine is not a new site). I set up wildcard subdomains with the right root folder (I double, triple and quadruple checked).
This is the code I have in my wp-config.php (everything related to Multisite
/* Multisite */
define('WP_ALLOW_MULTISITE', true);
define('MULTISITE', true);
define('SUBDOMAIN_INSTALL', true);
define('DOMAIN_CURRENT_SITE', 'otakubu.com');
define('PATH_CURRENT_SITE', '/');
define('SITE_ID_CURRENT_SITE', 1);
define('BLOG_ID_CURRENT_SITE', 1);
This is the code I have in my .htaccess file (it used to be in a ifmodule with the condition of mod_rewrite.c but since i’m using InMotion hosting and they have mod_rewrite.c enabled I figured an ifmodule was unnecessary.
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
# add a trailing slash to /wp-admin
RewriteRule ^wp-admin$ wp-admin/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
RewriteRule ^(wp-(content|admin|includes).*) $1 [L]
RewriteRule ^(.*\.php)$ $1 [L]
RewriteRule . index.php [L]
RewriteRule . /index.php [L]
# END WordPress
After I add these codes and set all the settings and when it tells me to relog, I do so but there is no change to my dashboard, I still have the network setup under Tools->Network Setup and if i go to it it gives a message saying Warning: An existing WordPress network was detected..
If i try to access mysite.com/wp-admin/network i get this message – You do not have sufficient permissions to access this page. even though I only have one account on the site and it’s an admin.
Thanks for reading!
]]>