• Skip to content
  • Skip to primary sidebar
  • Skip to footer

Foliovision

Main navigation

  • Weblog
    • FV Player
    • WordPress
    • Video of the Week
    • Case Studies
    • Business
  • About
    • Testimonials
    • Meet the Team
    • We Support
    • Careers
    • Contact
    • Pricing
  • Products
  • Support
    • FV Player Docs
    • Pro Support
  • Login
  • Basket is empty

JavaScript broken

[Solved]

Foliovision › Forums › FV Player › Troubleshooting › JavaScript broken

  • lunahicks 11 years, 1 month ago

    Getting this error when logged in as admin:

    I’m sorry, your JavaScript appears to be broken. Please use “Check template” in plugin settings or order our pro support and we will get it fixed for you.

    Players don’t have any controls when viewing as a regular user. All players worked until last week. I updated the plugin today to the latest version, but still no luck.

    Page is:
    http://www.rochemarketing.com/fbl/freedom3/

    Can provide password to page privately – don’t want to share publicly here.

    When I run the check template and check videos, all comes up fine and green.

    I’m guessing there is a conflict with another plugin maybe? But I can’t seem to figure out how to figure out which one and/or how to fix.

    Thanks for any help.

Viewing 21 replies - 1 through 21 (of 21 total)
  • Martin 11 years ago

    Hello lunahicks,

    there must be some JavaScript error on your site or perhaps some external item which blocks the page load from completing.

    You should follow the Step 3. here to check if your browser is reporting any JavaScript errors.

    I had a quick look and the issue appears to be with your plugin: http://wordpress.org/plugins/sharebar/

    Thanks,
    Martin

    Wendy 11 years ago

    I think it has something to do with the password protection. I got a notice on template check that I didn’t have jquery or html5.js, but on the live server it’s fine. This showed up after adding jquery ui to functions, but I only get these fv errors on the dev site.

    This just happened after the last upgrade:

    html5.js not found in your template! Videos might not play in old browsers, like Internet Explorer 6-8. Get it here and put it into your template.

    It appears there are no Flowplayer scripts on your site, your videos might not be playing, please check. Check your template’s header.php file if it contains wp_head() function call and footer.php should contain wp_footer()!

    It appears there are no jQuery library on your site, your videos might not be playing, please check.

    Martin 11 years ago

    Hello Wendy,

    you should be adding the html5.js file for maximum compatibility with IE6 and IE8 like the message says.

    What plugin are you using for password protection? The checked checks your homepage using Ajax, so it’s not a logged in user. So you are probably right. If you could let us know what plugin are you using to lock down the site, we can put it into a list of exclusions.

    Thanks,
    Martin

    Wendy 11 years ago

    Hi Martin,
    I’m not using a plugin, it’s htaccess. So that’s not going to work. It does have something to do with adding jquery ui core and tabs to functions.php, because when I remove them, it’s fine. And when I add them on the live, not password protected site, it’s fine as well.

    qtrade 11 years ago

    I am getting the same error. Check template finds no errors.

    It was working but I moved the site to a sub domain and now it does not. I reinstalled the plugin but it didnt fix.

    http://usa.vibration-exercise-store.com/vibration-exercise-video/

    Any ideas?
    Cheers, Cris

    Martin 11 years ago

    Hello Wendy,

    if it’s .htaccess then there is little our plugin can do without coding specifically for your site. I don’t see how adding jQuery UI can affect that though.

    Hello Cris,

    please check your browser JavaScript console. Here’s a handy guide from WordPress.org about how to check that console in various browsers, just skip right to step 3: http://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors#Step_3:_Diagnosis There might be some broken JavaScript on your site which breaks any JavaScript execution afterwards.

    Thanks,
    Martin

    Wendy 11 years ago

    Hi Martin,

    Rather than troubleshoot why it was getting this error just in the newest version only on the dev site, I just restricted jquery ui to the page I was using it on, something I was planning on doing anyway, and it’s fine. There are no js errors on the page,

    Thanks,
    Wendy

    ABE 11 years ago

    It appears my theme header.php and footer.php do have have wp_head() function call … BUT I still receive It appears there are no Flowplayer scripts on your site, your videos might not be playing, please check. Check your template’s header.php file if it contains wp_head() function call and footer.php should contain wp_footer()!

    Martin 11 years ago

    Hello ABE,

    a couple of troubleshooting steps:

    1) You should be seeing wp_footer() in footer.php
    2) Does this also happen with the standard WordPress template (TwentyFourteen)?
    3) What other plugin are you using which might be loading Flowplayer library?

    I’m leaving for a vacation for the rest of the week, so I’ll be able to help afterwards, but other members of our team might jump in to the discussion.

    Thanks,
    Martin

    Werner H. 11 years ago

    Hey,

    I have the same problem after upgrading. Here it must be a conflict with the plugin nextgen galery, but I’ve no idea how to solve it. Anyone an idea what’s crashing the flowplayer with nextgen?

    Werner H. 11 years ago

    And it seems that the problem is in the part of the footer. If I deactivate nextgen I got the full flowplayer code. If I activate nextgen again the code above <!–fv-flowplayer-footer–> is missing.

    Martin 11 years ago

    Hello Werner,

    as our licensed user, could you please post the exact URL where we can see the issue? We won’t make it public if you don’t want to.

    In the meantime, I’m installing NextGen Gallery to see what happens. Are you using any custom theme for it?

    Thanks,
    Martin

    Werner H. 11 years ago

    Hi Martin, thanks for your answer.

    In some cases we use Flowplayer instead of the article picture. The player seems to be still there if you do a right click.

    And in some cases the player makes an autostart and has no status bar and logo.

    If I deactivate nextgen everything is fine and the flowplayer code is back.

    We use a custom theme for the site, not for nextgen.

    Martin 11 years ago

    Hello Werner,

    I had a look at your private reply and unfortunately this appears to be a problem of NextGen Gallery only. It gives a fatal JavaScript error: “script.aculo.us requires the Prototype JavaScript framework >= 1.6.0.3”

    This is not something what we could affect. Prototype is not used in Worpdress, WordPress (and FV Flowplayer) uses jQuery. So it appears NextGen Gallery plugin has some compatibility issues (perhaps with WordPress 3.9.1 or your theme specifically).

    Only thing that I can recommend is that you look if you can somehow turn off the Ajax functions of the galleries. Because these seem to trigger the error.

    Thanks,
    Martin

    Alec Kinnear 11 years ago
    Avatar photo

    Hi Werner,

    All you can do is disable NextGenGallery’s javascript on non-NGG pages. Same can be done with FV Flowplayer. Then don’t mix the two.

    NextGenGallery is at the top of my list of worst WordPress plugins. Poisoned many a site build in the day.

    Thanks for being part of Foliovision!

    Alec Kinnear 11 years ago
    Avatar photo

    Hi Werner,

    All you can do is disable NextGenGallery’s javascript on non-NGG pages. Same can be done with FV Flowplayer. Then don’t mix the two.

    NextGenGallery is at the top of my list of worst WordPress plugins. Poisoned many a site build in the day.

    Thanks for being part of Foliovision!

    Alec Kinnear 11 years ago
    Avatar photo

    Hi Werner,

    All you can do is disable NextGenGallery’s javascript on non-NGG pages. Same can be done with FV Flowplayer. Then don’t mix the two.

    NextGenGallery is at the top of my list of worst WordPress plugins. Poisoned many a site build in the day.

    Thanks for being part of Foliovision!

    Martin 11 years ago

    Hello Werner,

    FV Flowplayer version 2.2.8 fixed NextGen Gallery conflict in JavaScript loading. Perhaps it will work fine for you this time.

    Thanks,
    Martin

    Bart 11 years ago

    The conflict seems to happen again in v 2.2.9?
    How do I turn off NextGen Gallery on a certain page?

    Thanks in advance

    Bart

    Martin 11 years ago

    Hello Bart,

    we just released version 2.2.10 which should fix your issue. Our fix for the issue disappeared from the 2.2.9 version, sorry about that.

    Thanks,
    Martin

    Bart 11 years ago

    Hi Martin,

    Thanks for your reply. I just updated to 2.2.10 and the problem is resolved.

    Thanks again,
    Bart

Viewing 21 replies - 1 through 21 (of 21 total)
Reply To: JavaScript broken



Please Sign in or Register to upload files.

Related Posts

  1. Troubleshooting Javascript Errors

    Troubleshooting Javascript Errors

  2. Lost your password in WordPress?

    Lost your password in WordPress?

  3. Apple Mail: Fixing Broken IMAP accounts after a server move

    Apple Mail: Fixing Broken IMAP accounts after a server move

Primary Sidebar

Sign in Register
FV Player Docs Post New Topic

Welcome

to Foliovision support forums! We'll be happy to provide free support to resolve all the reported bugs. You always can start by specifying your OS and browser and steps to reproduce the bug.

If you need help with the installation on your site, please submit a request for a Pro Support Incident. We'll have you up and running in no time, with detailed instructions on how to resolve your issue yourself in the future.

Facing a hard to solve WordPress problem? On a tight deadline?

Let us take care of it for you
right now.

Pro Support Buy FV Player

Footer

Our Plugins

  • FV WordPress Flowplayer
  • FV Thoughtful Comments
  • FV Simpler SEO
  • FV Antispam
  • FV Gravatar Cache
  • FV Testimonials

Free Tools

  • Pandoc Online
  • Article spinner
  • WordPress Password Finder
  • Delete LinkedIn Account
  • Responsive Design Calculator
Foliovision logo
All materials © 2025 Foliovision s.r.o. | Panská 12 - 81101 Bratislava - Slovakia | info@foliovision.com
  • This Site Uses Cookies
  • Privacy Policy
  • Terms of Service
  • Site Map
  • Contact
  • Tel. ‭+421 2/5292 0086‬

We are using cookies to give you the best experience on our website.

You can find out more about which cookies we are using or switch them off in .

Powered by  GDPR Cookie Compliance
Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.

Necessary Cookies

Strictly Necessary Cookie allow you to log in and download your software or post to forums.

We use the WordPress login cookie and the session cookie.

If you disable this cookie, we will not be able to save your preferences. This means that every time you visit this website you will need to enable or disable cookies again.

Support Cookies

Foliovision.com uses self-hosted Rocket.chat and self-hosted Freescout support desk to provide support for FV Player users. These cookies allow our visitors to chat with us and/or submit support tickets.

We are delighted to recommend self-hosted Rocket.chat and especially Freescout to other privacy-conscious independent publishers who would prefer to self-host support.

Please enable Strictly Necessary Cookies first so that we can save your preferences!

3rd Party Cookies

This website uses Google Analytics and Statcounter to collect anonymous information such as the number of visitors to the site, and the most popular pages.

Keeping this cookie enabled helps us to improve our website.

We reluctantly use Google Analytics as it helps us to test FV Player against popular Google Analytics features. Feel free to turn off these cookies if they make you feel uncomfortable.

Statcounter is an independent Irish stats service which we have been using since the beginning of recorded time, sixteen years ago.

Please enable Strictly Necessary Cookies first so that we can save your preferences!