-
Author
-
May 4, 2017 at 12:21 #160330
dlx
ParticipantHi Kleo team!
When trying to add a new post I get this error in the visual editor:
Failed to load plugin url: https://domain.com/wp-content/plugins/k-elements//admin/tinymce/plugin.js
Please note the // in the url between “k-elements” and “admin”. Maybe this causes the problem.
Kleo version: 4.1.8
K-Elements version: 4.1.8Any ideas to solve this?
Best regards,
JanMay 4, 2017 at 22:31 #160459dlx
ParticipantHello Laura, seems you have a bug in the theme - the url with double slashes causes the problem. I have a security setting in the htaccess to prevent double slashes because this can be used by hackers for URL based exploits. I deactivated this protection now but it´s really important you fix the code that loads the tinymce. Hope this will help to find the problem. To check this you can add this to the .htaccess: RedirectMatch 403 \[ <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / # stopp double slashes in URLs RewriteCond %{THE_REQUEST} ^[A-Z]+\ /(([^/\ ]+/)*)/+([^\ ]*) RewriteRule ^ /%1%3 [L,R=301] </IfModule> Best regards Jan -
AuthorPosts
Viewing 11 posts - 1 through 11 (of 11 total)
The forum ‘Bugs & Issues’ is closed to new topics and replies.
You will have to remove the / before the admin from K_ELEM_PLUGIN_URL . '/admin/tinymce/plugin.js';
Let me know
Cheers
R.