I have adminblock and mollom installed on my site. For everything, Drupal, and modules (including these two) I use the dev versions.

After an update today, I noticed I was getting fatal errors on the home page and the /user/1:

Fatal error: Call to undefined function _mollom_get_mode() in adminblock.module on line 39 (paths removed)

I disabled adminblock and the issue went away.

Going to leave this disabled until this is marked fixed. Contact me if you'd like more info.
thanks!

Comments

frjo’s picture

Assigned: Unassigned » frjo
Status: Active » Fixed

1. It's a bad idea to run dev versions of modules unless it's for testing. You will just get a ton of problems like this one.

2. Some recent commits to mollom change the name of _mollom_get_mode() to mollom_get_mode(). I have committed a fix for this to 6-dev and HEAD now.

3. Thanks for the report!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

WildBill’s picture

I got this error by using Admin Block 6-1.3 and Mollom 6.10..... not the dev versions...

toddgee’s picture

In case anyone gets this error with D-7 -- it is, in fact an issue with the adminblock module.
Version '7.x-1.0-beta1' of the adminblock module does not contain the fix discussed in comment 1.
Until a new version of adminblock is cut (beta2?), you'll have to use branch 7.x-1.x if you're using Mollom 7.x-2.*