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

salvis’s picture

Category: bug » support
Status: Active » Postponed (maintainer needs more info)

Something 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.

salvis’s picture

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

No follow-up.