Closed (fixed)
Project:
Fasttoggle
Version:
5.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Feb 2008 at 07:50 UTC
Updated:
28 Nov 2009 at 11:48 UTC
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?
Comments
Comment #1
kkaefer commentedDid you update jQuery?
Comment #2
tomceek commentedDo you meant JQuery.js file from "JQuery Update" module uploaded to /misc folder?
Comment #3
kkaefer commentedYes. Fasttoggle module does not work together with jQuery versions beyond 1.0.x. Use the Drupal 6 version instead.
Comment #4
tomceek commentedFound 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.
Comment #5
kkaefer commentedThis seems to be resolved.