I have encountered a serious problem with moving directories.
I’ve tried to reproduce the error, and it seams to occur in the following instance:
– Create a sub-directory, say /test1/test2/test3
– Now upload a pdf to that directory
– Now move the directory, for example move test3 to test1
Now different types of errors occur. The directory test3 might not be visible in /test1. In other occasions the directory is visible, but if you go to the directory the last character of the directory name is gone (as can be seen in the bread crumb) and the directory is empty. Yet in other occasions the directory is doubled.
This problem seems to occur both in ‘move’ with the link directly beneath the directory name as in choosing ‘move’ in the drop down list of the bulk actions. (But I’m not completely sure.)
Can you please help! The simple file list is already in use by my customer.
Yours sincerely!
Tijs Krammer
]]>My code and other details can be found at:
https://stackoverflow.com/questions/65898647/implementing-a-multilingual-wordpress-site-by-installing-several-instances-of-wo
How can I fix this issue?
Note: I do not want to used plugins.
]]>Anyone have a solution?
]]>I found this https://www.ads-software.com/support/article/debugging-a-wordpress-network/#check-the-database
I looked in my database and the following tables where not created for the new subdirectory. The other subdirectory pages where created
wp_2_blogs
wp_2_blog_versions
wp_2_registration_log
wp_2_signups
wp_2_site
wp_2_sitemeta
I must conclude that a setting to enable the creation of the 6 tables is set to false or none
Anyone have a solution for this?
]]>[fileaframe source=”https://paladinadvisors.com/login-0/quarterly” name=”quarterly” scroll=”auto” width=”940″ height=”450″ devices=”desktop”]
[fileaframe source=”https://paladinadvisors.com/login-0/quarterly” name=”quarterly” scroll=”yes” height=”450″ devices=”mobile”]
This has worked for years so intuition tells me its no longer compatible with something. I can set you up as an admin and client to look further.
]]>So I managed to get the multisite function up and running, and I created a subdomain site, but from the network, as I clicked on “controlpanel” on the new website, I just get a 500 Internal Server Error. I can’t even edit the site. And the same thing happens when I try and visit the site directly. The unique domain I bought is brilleetui.no and the subdomain sitename is brilleetui.lillebrille.no/
Even if I try to go into the wp-admin of the new site, it just gives me the same error. I have no idea what I did wrong.
It might be .htaccess, wp-config.php or even the locations of the files and folders, cause I managed to double click on a few files in between, and then it suddennly said “file succesfully transfered”. I used Filezilla for this.
Please help.
I almost wish I can just restart this whole thing from where I first was with the single site, and follow the updated ste by step. I did make a backup of the site once it was a single site, but as I tried to re-setup the backup, it said “the backup is from a single site, and you’re trying to set the backup on to a multisite network”. If I just delete the code from wp-config.php:
/* Multisite */
define( ‘WP_ALLOW_MULTISITE’, true );
define(‘MULTISITE’, true);
define(‘SUBDOMAIN_INSTALL’, true);
define(‘DOMAIN_CURRENT_SITE’, ‘www.lillebrille.no’);
define(‘PATH_CURRENT_SITE’, ‘/’);
define(‘SITE_ID_CURRENT_SITE’, 1);
define(‘BLOG_ID_CURRENT_SITE’, 1);
Could I then just restore the backup, then start all over?
]]>I am new to wordpress multisite setup in subdirectories. I am running Ubuntu 16.04 with wordpress 5.1.1.
I installed it already and it is working, but I have not added my domains yet.
I have 3 sites in subdirectories and I want each of these sub sites to have its own domain name.
domain1.com (main wordpress site (wp_)
domain2.com (1st sub directory wordpress site (wp_2)
domain3.com (2nd sub directory wordpress site (wp_3)
domain4.com (3rd sub directory wordpress site (wp_3)
So I want 4 different domains (domain names) to same public IP (server) and have each domain to a different sub directory website.
I already have the letsencrypt installed for the 4 domains as well.
I have been looked and looked for a solution and I have not found it yet, or I don’t understand how it works:)
So I have tried to add a domain name to one of the sites, so ones added/configured, I am not able to access it because it does not route/map correctly because of the different domain names for the URL and home directory for wp_ vs wp_2 vs wp_3 etc.
Can someone please let me know if this is possible to accomplish? If so, how should it be configured? Any help is very much appreciated.
Current virtual hosts file for apache2
markus@vm-wp-16s-s1:/etc/apache2/sites-available$ cat wordpress.conf
# Alias /wp /usr/share/wordpress
# Alias /wp/wp-content /var/lib/wordpress/wp-content
ServerAdmin [email protected]
ServerName domain1.com
ServerAlias www.domain1.com
DocumentRoot /var/www/html/wordpress
Alias /wordpress /var/www/html/wordpress
Alias /wordpress/wp-content /var/www/html/wordpress/wp-content
# <Directory /usr/share/wordpress>
<Directory /var/www/html/wordpress>
Options FollowSymLinks
AllowOverride Limit Options FileInfo All
DirectoryIndex index.php
Order allow,deny
Allow from all
</Directory>
<Directory /var/www/html/wordpress/wp-content>
Options FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
Current .htaccess file
/var/www/html/wordpress/.htaccess
RewriteEngine On
RewriteBase /wordpress/
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]
Regards,
Markus
Thanks
Rockyuk
]]>mydomain.com – Works fine
mydomain.com/wp-admin – Works fine
mydomain.com/site1 – opens but with missing styles (as if there was no style.css)
mydomain.com/site1/wp-admin – Gives Internal Server Error 500
No plugins installed – so no question of plugins conflict
No new themes installed
Any help from you all experts out there??
]]>