Closed (cannot reproduce)
Project:
Subscriptions
Version:
7.x-1.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Dec 2012 at 07:59 UTC
Updated:
12 Sep 2013 at 23:57 UTC
I get the following error at the bottom of every admin page.
Fatal error: Call to undefined function subscriptions_content_load_node() in drupal-7/sites/all/modules/contrib/subscriptions/subscriptions_mail.cron.inc on line 66
Comments
Comment #1
salvisSomething is weird on your site:
1. Your site apparently runs hook_cron() for every admin page. Why?
2. subscriptions_content_load_node() is defined in the Subscriptions Content module. Apparently, you have Subscriptions Mail enabled but not Subscriptions Content. What are you expecting to mail out?
3. If you have Subscriptions Content disabled, then how in the world do you get notifications queued that call 'subscriptions_content_load_node'?
My guess is that you have some rogue modules installed, including a buggy third-party Subscriptions add-on.
Comment #2
salvisNo follow-up.