error
tomceek - February 1, 2008 - 07:50
| Project: | Fasttoggle |
| Version: | 5.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
I'am getting this error and don't now how to solve it..
Error from firefox 2 (also not working in Explorer)
$("a.fasttoggle").unclick is not a function
Mysite/modules/i/fasttoggle/fasttoggle.js
Line 24
Fasttoggle 5.x-1.x-dev (also not working with 1.0 stable)
I have Drupal 5.7
modules
Content Access 5.x-1.3
Automatic Nodetitles 5.x-1.x-dev
Diff 5.x-1.x-dev
Module Weight 5.x-1.x-dev
Revision Moderation 5.x-1.0
Token 5.x-1.10
Vocabulary Permissions 5.x-1.x-dev
Any Ideas?

#1
Did you update jQuery?
#2
Do you meant JQuery.js file from "JQuery Update" module uploaded to /misc folder?
#3
Yes. Fasttoggle module does not work together with jQuery versions beyond 1.0.x. Use the Drupal 6 version instead.
#4
Found strange behaviour in logs that error was because drupal is trying to open files from non existing folder:
"page not found 02/07/2008 - 21:38 theme/misc/collapse.js"
"page not found 02/07/2008 - 21:38 theme/misc/drupal.js"
"page not found 02/07/2008 - 21:38 theme/misc/jquery.js"
I can not figure why so happened but solved issue - created new folder "theme>misc" and uploaded files from default /misc folder.
#5
This seems to be resolved.