• Resolved TriniD4

    (@trinid4)


    My site has been having issues since upgrading to 4.9.4… here’s the list of problems; 1. elements of my site’s design are messed up, 2. I use the thesis theme and I am unable to make any edits to the theme and 3. when I attempt to edit or write new posts, I get this error:
    “Failed to load plugin: wplink from url https://mysite.com/wp-includes/js/tinymce/plugins/wplink/plugin.min.js”

    I’m guessing all of the issues are related to some sort of javascript problem. I have tried deactivating all my plugins and activating the default 2017 theme, neither of these have solved the problem. I’ve cleared caches, reloaded the site, tried different browsers and made sure my flash installation is up-to-date. None of that worked… I’ve also tried adding “define( ‘CONCATENATE_SCRIPTS’, false );” to my wp-config.php file and that didn’t sole the problem either, actually that seemed to break my admin dashboard a bit. So I could use some help here.

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

Viewing 15 replies - 1 through 15 (of 15 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    There’s a ton of errors on your site. You need to resolve the http/https errors.

    Mixed Content: The page at '<URL>' was loaded over HTTPS, but requested an insecure image '<URL>'. This content should also be served over HTTPS.
    (index):78 
    Mixed Content: The page at 'https://duanedefour.com/' was loaded over HTTPS, but requested an insecure image 'https://www.duanedefour.com/wp-content/thesis/skins/ddefour/images/ddefour-logo2.png'. This content should also be served over HTTPS.
    (index):99 
    Mixed Content: The page at 'https://duanedefour.com/' was loaded over HTTPS, but requested an insecure image 'https://www.duanedefour.com/wp-content/thesis/skins/ddefour/images/social-fb.png'. This content should also be served over HTTPS.
    (index):99 
    Mixed Content: The page at 'https://duanedefour.com/' was loaded over HTTPS, but requested an insecure image 'https://www.duanedefour.com/wp-content/thesis/skins/ddefour/images/social-li.png'. This content should also be served over HTTPS.
    (index):99 
    Mixed Content: The page at 'https://duanedefour.com/' was loaded over HTTPS, but requested an insecure image 'https://www.duanedefour.com/wp-content/thesis/skins/ddefour/images/social-twitter.png'. This content should also be served over HTTPS.
    (index):99 
    Mixed Content: The page at 'https://duanedefour.com/' was loaded over HTTPS, but requested an insecure image 'https://www.duanedefour.com/wp-content/thesis/skins/ddefour/images/social-pinterest.png'. This content should also be served over HTTPS.
    (index):99 
    Mixed Content: The page at 'https://duanedefour.com/' was loaded over HTTPS, but requested an insecure image 'https://www.duanedefour.com/wp-content/thesis/skins/ddefour/images/social-yt.png'. This content should also be served over HTTPS.
    (index):99 
    Mixed Content: The page at 'https://duanedefour.com/' was loaded over HTTPS, but requested an insecure image 'https://www.duanedefour.com/wp-content/thesis/skins/ddefour/images/social-rss.png'. This content should also be served over HTTPS.
    (index):200 
    Mixed Content: The page at 'https://duanedefour.com/' was loaded over HTTPS, but requested an insecure image 'https://www.duanedefour.com/wp-content/thesis/skins/ddefour/images/DD4_site_quote.png'. This content should also be served over HTTPS.
    (index):209 
    Mixed Content: The page at 'https://duanedefour.com/' was loaded over HTTPS, but requested an insecure image 'https://www.duanedefour.com/wp-content/thesis/skins/ddefour/images/social-fb.png'. This content should also be served over HTTPS.
    (index):209 
    Mixed Content: The page at 'https://duanedefour.com/' was loaded over HTTPS, but requested an insecure image 'https://www.duanedefour.com/wp-content/thesis/skins/ddefour/images/social-li.png'. This content should also be served over HTTPS.
    (index):209 
    Mixed Content: The page at 'https://duanedefour.com/' was loaded over HTTPS, but requested an insecure image 'https://www.duanedefour.com/wp-content/thesis/skins/ddefour/images/social-twitter.png'. This content should also be served over HTTPS.
    (index):209 
    Mixed Content: The page at 'https://duanedefour.com/' was loaded over HTTPS, but requested an insecure image 'https://www.duanedefour.com/wp-content/thesis/skins/ddefour/images/social-pinterest.png'. This content should also be served over HTTPS.
    (index):209 
    Mixed Content: The page at 'https://duanedefour.com/' was loaded over HTTPS, but requested an insecure image 'https://www.duanedefour.com/wp-content/thesis/skins/ddefour/images/social-yt.png'. This content should also be served over HTTPS.
    (index):209 
    Mixed Content: The page at 'https://duanedefour.com/' was loaded over HTTPS, but requested an insecure image 'https://www.duanedefour.com/wp-content/thesis/skins/ddefour/images/social-rss.png'. This content should also be served over HTTPS.
    
    jquery.js:2 Uncaught Error: Syntax error, unrecognized expression: a[href$=.mp3]
        at Function.fa.error (jquery.js:2)
        at fa.tokenize (jquery.js:2)
        at fa.select (jquery.js:2)
        at Function.fa [as find] (jquery.js:2)
        at n.fn.init.find (jquery.js:2)
        at new n.fn.init (jquery.js:2)
        at n (jquery.js:2)
        at HTMLDocument.<anonymous> (wpaudio.min.js:42)
        at i (jquery.js:2)
        at Object.fireWith [as resolveWith] (jquery.js:2)
    fa.error @ jquery.js:2
    fa.tokenize @ jquery.js:2
    fa.select @ jquery.js:2
    fa @ jquery.js:2
    find @ jquery.js:2
    n.fn.init @ jquery.js:2
    n @ jquery.js:2
    (anonymous) @ wpaudio.min.js:42
    i @ jquery.js:2
    fireWith @ jquery.js:2
    ready @ jquery.js:2
    K @ jquery.js:2
    nVPYYuH9T-E:1 
    Error parsing header X-XSS-Protection: 1; mode=block; report=https://www.google.com/appserve/security-bugs/log/youtube: insecure reporting URL for secure page at character position 22. The default protections will be applied.
    Thread Starter TriniD4

    (@trinid4)

    Thanks. I’m working on the HTTPS/HTTP errors. Those I have an idea how to fix. But I don’t know how to fix the js issues.

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Once the https stuff is done, check for a plugin/theme conflict using the health check plugin’s troubleshooting tab: https://www.ads-software.com/plugins/health-check/

    Thread Starter TriniD4

    (@trinid4)

    I’ve done health check before (and just ran it again) and everything’s got a green checkmark except this:

    cURL version Your version of cURL, 7.35.0, is lower than the recommended minimum version of 7.38. Your site may experience connection problems with other services and www.ads-software.com

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    You can ignore that. Use HC to disable all plugins and themes on the troubleshooting tab.

    Thread Starter TriniD4

    (@trinid4)

    Just tried that. Nothing seems to be different. Getting the same js errors as before.

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    what version of WP did you update your site from? The error Syntax error, unrecognized expression: a[href$=.mp3] first occurred a long time ago in WordPress 4.5 and was usually fixed by updating plugins and/or themes.

    Note that Thesis is not supported in the forums, as it’s a commercial product.

    Thread Starter TriniD4

    (@trinid4)

    I may have missed a few versions before updating to 4.9.4 but I can’t remember off hand which version. I don’t think it’s a Thesis issue because the problems exist even when I’m not using Thesis. But are you suggesting I try reinstalling wordpress then?

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    What about that wplink plugin? What happens if you remove it?

    Thread Starter TriniD4

    (@trinid4)

    that actually isn’t showing up in my list of plugins. Perhaps it was installed at some point? I’ll look and see if I can find remnants of it in my WP files.

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Sorry, no, I misread the original error. It looks like a bit of the editor is missing. On the dashboard, click “updates” then “reinstall wordpress”.

    Thread Starter TriniD4

    (@trinid4)

    just did it and I got the same error again: “wplink from url https://duanedefour.com/wp-includes/js/tinymce/plugins/wplink/plugin.min.js&#8221;

    so it seems that wplink is missing or something? Perhaps I should try reinstalling that plugin?

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    That’s not a plugin; it’s part of WP core.

    A thought: Do you have any editor related plugins like “TinyMCE Advanced”?

    Thread Starter TriniD4

    (@trinid4)

    I downloaded TinyMCE Advanced after I started getting the error, thinking it would help me fix it. But I haven’t figured out what to do with it yet, so it’s installed but unused.

    Thread Starter TriniD4

    (@trinid4)

    So I ended up backing everything up and reinstalling wordpress manually. This fixed the TinyMCE or JS or whatever it was, error. There’s still a site design issue I’m dealing with, but I’m thinking that’s related to Thesis at this point. I have at least eliminated the “failed to load plugin” error.

    Thank you.

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘problems since upgrade to 4.9.4’ is closed to new replies.