Greetings,
I have a few issues in RC5 I had mentioned in a previous thread, but that thread got to be pretty focused on a specific issue (which very thankfully was resolved)
First is a conflict with my MooTools enabled templates. If I am using a MooTools enabled template the media simply won't load. You can click the links, but nothing happens. I have disabled MooTools in the template I am currently using, however would like to switch to a new template that unfortunately does not give me the option to disable MooTools. When MooTools is enabled in the template I get the following errors on the studies listing page.
Error: window.addEvent is not a function
Source File:
www.thegatheringevansville.com/ws/compon...iblestudy/tooltip.js
Line: 1
Error: $ is not a function
Source File:
www.thegatheringevansville.com/ws/media/system/js/mootools.js
Line: 23
When I click the media icons to launch the media I also get this error
Error: $ is not a function
Source File:
www.thegatheringevansville.com/ws/plugin...loaded/avreloaded.js
Line: 2
In the template that I can disable MooTools in only the first error appears, but I have a few other problems (that exist whether MooTools is enabled or not).
Clicking the comments icon takes me to the study details page, but with no interface for leaving comments.
Clicking the pdf icon opens a pdf file without the study notes or scripture, just a single comma and nothing else.
Clicking the download icon for audio files that have been added as AVR Media doesn't work. It tries to download a file named "http_" which is only a few bytes in size. Opening the download file in TextPad reveals the following
<br />
<b>Warning</b>: readfile(http://) [<a href='function.readfile'>function.readfile</a>]: failed to open stream: operation failed in <b>/home/gatheringchurch/thegatheringevansville.com/ws/components/com_biblestudy/class.biblestudydownload.php</b> on line <b>59</b><br />
This last problem isn't a huge issue, because I can work around it by adding the audio file with an absolute path rather than as AVR Media and it will download fine.
I know that's a whole lot of issues to cram into one thread, but I suspect they may all be related to a single javascript issue. I do have a work site side by side with my live site where I can test anything you need me to test.
Thanks in advance.