Windows 10 theme not working in a Linux server
-
Hi.
I noticed that Windows 10 theme is not working in a Linux server, despite it does in a Xampp for Windows install.
I did an inspection in all files loaded by the browser (F12 key and Network tab afterward), when in admin area, and noticed an error 404 in the file:/wp-content/plugins/filester/includes/File_manager/lib/themes/Windows-10/css/theme.css
The error occurs because a Linux server differentiates lowercase and uppercase, in the file name. As you used the string “Windows-10” (uppercase), in the script html-filemanager.php, and “windows-10” (lowercase) in the folder name, the result is a file not found by the server.
Naturally, renaming the folder or editing the string in the script will solve the problem (I did that and it worked).
The topic ‘Windows 10 theme not working in a Linux server’ is closed to new replies.