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

michelle’s picture

Status: Active » Closed (won't fix)

I 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

dgtlmoon’s picture

Alrite, so pretty much you are saying if you are using this module, your site is broken, until the next release

michelle’s picture

@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

dgtlmoon’s picture

Ahh 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