Error message: Failed to load plugin url
-
Hi. As the title says, this error message turns up when I try to write new posts.. This happened compeletely randomly, I havent made any changes to the site nor installed any new plugins..
Error Code:
Failed to load plugin url: https://vpnbasen.se/wp-content/plugins/thirstyaffiliates/js/lib/thirstymce/editor-plugin.js
I cant even write any new posts anymore..
I′ve edited the HTaccess file but the issue persists..
# BEGIN Cache-Control Headers
<ifmodule mod_headers.c>
<filesmatch “\\.(ico|jpe?g|png|gif|swf|gz|ttf)$”>
Header set Cache-Control “max-age=2592000, public”
</filesmatch>
<filesmatch “\\.(css)$”>
Header set Cache-Control “max-age=1592000, public”
</filesmatch>
<filesmatch “\\.(js)$”>
Header set Cache-Control “max-age=1592000, private”
</filesmatch>
<filesmatch “\\.(html|htm)$”>
Header set Cache-Control “max-age=7200, public”
</filesmatch>
# Disable caching for scripts and other dynamic files
<filesmatch “\.(pl|php|cgi|spl|scgi|fcgi)$”>
Header unset Cache-Control
</filesmatch>
</ifmodule>
# END Cache-Control HeadersThat code snippet doesnt seem to work in my case. Please help:)
The page I need help with: [log in to see the link]
- The topic ‘Error message: Failed to load plugin url’ is closed to new replies.