I'm getting the following errors after upgrade. Yes, I'm using a customized effervescence theme from way back when, but I get the errors regardless of whether I use the new theme or the old.
Error 1)
Uncaught TypeError: Object # has no method 'ipad'
line is:
}).ipad();
in flowplayer plugin code.
Error 2)
Uncaught SyntaxError: Unexpected string
if (newsearch.length > 0) { $('#search_input').val('('++') AND ('+newsearch+')');
Maybe this was addressed elsewhere but I can't find it...
Thanks!
Example URL with errors:
http://share.gospelriver.com/Music/Array-Hymn/005-According-to-Thy-gracious-word.mp3.php
In Firefox the unexpected string error is said to be invalid increment operand pointing to the '++' in
.val('('++')
I test for idevices with the Firefox User Agent Switcher extension. It works quite well. I still get the error about .ipad not being a function when using the extension.
I was thinking jPlayer was already activated but it wasn't. Also I thought jplayer enabled html5 functionality but it still says I need the latest flash plugin when running with firefox (or the latest browser - ha!). The ipad error does go away with the jplayer installed instead. The link to the flash player works in the jplayer error message.
I installed flash player and it still doesn't work so maybe this is a bug in FF 11. I have the latest version available.
Forgot about the user agent switch. However without the proper device some things will not work. Which directly leads to your mentioning of this:
Quote:I was thinking jPlayer was already activated but it wasn't. Also I thought jplayer enabled html5 functionality but it still says I need the latest flash plugin when running with firefox (or the latest browser - ha!).
Yes, and you should really read here why that is so and why that it is more Firefox's than jPlayer's "fault":
http://jplayer.org/latest/developer-guide/#reference-html5-media (this is referenced in the plugin documentation on http://www.zenphoto.org/documentation/plugins/_zp-extensions---jplayer.php.html).