Closed (fixed)
Project:
SoundManager2
Version:
6.x-2.3
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
11 Jan 2010 at 15:37 UTC
Updated:
3 Feb 2010 at 19:50 UTC
I've had problems installing js wrapper modules before in the past, so I knew that after I enabled the module I'd have to setup the js lib (sm2) properly before any of my js would work - some people don't realize this.
Even after I installed the sm2 in the libraries folder I had to chmod my folder to be writeable before it would work, a message that is only shown if I enable debug mode - I think a few easy housekeeping steps can avoid this common pitfall during installation.
if (jQuery().sm2) {...}
Comments
Comment #1
davebv commentedHi, thanks for the post.
Actually, I just modified the way the library is checked, so I think it would not matter if the files are writable, they just need to be readable. (As of new version)
2. As soon as drupal let me edit the documentation, I will add the reference to debug mode. Thanks for pointing that out!!!!
3. As you suggest, the new commit includes the check for soundmanager2 to be included for avoiding breaking the js.
Please, try the new dev version and let me know if this solves the problems.
Comment #2
davebv commentedThis should be fixed in latest version