Closed (won't fix)
Project:
Advanced Forum
Version:
5.x-1.0-alpha12
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Oct 2008 at 17:43 UTC
Updated:
22 Oct 2008 at 00:05 UTC
I was getting the following fatal error on every page load, including non-forum pages (in Drupal 5.10):
Error: missing ; before statement
Source File: http://xyz.com/misc/jquery.js
Line: 3, Column: 3
Source Code:
<b>Fatal error</b>: Call to undefined function drupal_json() in <b>/home/farmtof/public_html/test/sites/all/modules/advanced_forum/advanced_forum.module</b> on line <b>1099</b><br />
Turns out that the module requires the jquery update module to work properly in Drupal 5. Once that was installed and enabled everything ran smoothly. Please could you add jquery update module to the module dependencies and documentation for the Drupal 5 version.
Comments
Comment #1
michelleI have no intention of requiring jquery update. I don't have it on my dev or test sites for D5 and haven't seen this error. The containers, however, are not currently working so it's possible the unfinished code is causing problems. That will be cleared up by the next alpha.
Michelle
Comment #2
dgtlmoon commentedAlrite, so pretty much you are saying if you are using this module, your site is broken, until the next release
Comment #3
michelle@dgtlmoon - If you refuse to either use the fixed dev release as reccomended on the project page or remove the js from the template yourself, then, yeah, I don't know what else you expect? I can't go back and time and fix the version your site is using.
Michelle
Comment #4
dgtlmoon commentedAhh my mistake, i found this issue via a google search, didnt know this was fixed in the dev release, i'll switch to that now