Changes between Version 2 and Version 3 of Ticket #36545, comment 27
- Timestamp:
- 04/19/2016 08:44:28 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36545, comment 27
v2 v3 7 7 8 8 So a little digging in the console tells me that the server is 403'ing the tinymce plugins folder and the themes folder. 9 10 After some more poking around I have tried adding htaccss files to each folder with no luck, I found a site saying something about adding 'define('CONCATENATE_SCRIPTS', false);' to the config file, that did nothing, and last "I had the same problem. It was a security setting on the server, blocking urls with variables. Wordpress inludes tinymce files with variable in the end: 11 wp-includes/js/tinymce/themes/modern/theme.min.js?wp-mce-4203-20150730" 12 but have yet to see a setting in my php.ini file that could be blocking this.