upgraded without problems from 2.2 to 2.x dev
But now when I go to Queue page.. I get blank page and this error in php log:

PHP Fatal error: Call to undefined function messaging_log_get() in /notifications/notifications.admin.inc on line 399

I temporally commented out that if in line 399
if ($logs = messaging_log_get()) {

but I know that's not the solution.

Comments

jayson’s picture

+1 I also get this error on the Manage Subscriptions Queue tab. Also using 6.x-2.x-dev.

squinternata’s picture

i m using 6.x-2.3 and i m also having this error..
could you hlp me??
thanks
A

Anonymous’s picture

+1

Anonymous’s picture

Assigned: Unassigned »
Status: Active » Fixed

Messages module change the function name from "messaging_log_get" to "messaging_get_log"
Se we must to update messaging module to 6.x-2.3

@!#!!£%$§!!!!!!

Status: Fixed » Closed (fixed)

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

msonnabaum’s picture

Throwing up a patch for anyone else who needs it.