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 #<b> 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
Comments
.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.
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).
The world of web is a complicated, ever-changing stream of which audio is a part!