I get this error in firebug

Drupal is not defined
(?)()mollom.js (line 8)
$ = function()
mollom.js?lwbgh6()mollom.js (line 65)
[Break On This Error] 	

Drupal.behaviors.mollomPrivacy = {
mollom.js?lwbgh6 (line 8)

Issue is we need to wait until misc/drupal.js is added. My guess is this is an issue because mollom.js is added in an info file and CAN appear before drupal.js as a result.

CommentFileSizeAuthor
#1 mollom-js-drupal-1373612-1.patch335 bytesmikeytown2
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mikeytown2’s picture

Status: Active » Needs review
FileSize
335 bytes
sun’s picture

Status: Needs review » Postponed (maintainer needs more info)

This usually means that a JavaScript error occurred on the page (and so execution of some scripts is halted).

Alternatively, it could also be caused by a module inappropriately altering the weights, as you already outlined - although that module would be very bogus then.

Is this bug visible on an accessible site somewhere?

sun’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

It's been some time since the last update here. I'm going to close this ticket for now, as I hope that the issue is resolved.

Please feel free to reply if I'm mistaken or if you have additional questions.

Thanks for your feedback!