Closed (fixed)
Project:
Admin block
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
2 Feb 2010 at 05:54 UTC
Updated:
27 Jul 2012 at 05:29 UTC
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
Comment #1
frjo commented1. 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!
Comment #3
WildBill commentedI got this error by using Admin Block 6-1.3 and Mollom 6.10..... not the dev versions...
Comment #4
toddgee commentedIn 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.*