• Resolved karliewharlien

    (@karliewharlien)


    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

    https://prnt.sc/qtlyxj

    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 Headers

    That code snippet doesnt seem to work in my case. Please help:)

    The page I need help with: [log in to see the link]

Viewing 15 replies - 1 through 15 (of 19 total)
Viewing 15 replies - 1 through 15 (of 19 total)
  • The topic ‘Error message: Failed to load plugin url’ is closed to new replies.