When Subscriptions Mail is enabled and you run cron, the following FATAL error will show:
Fatal error: Function name must be a string in /var/www/drupal-6.2/modules/subscriptions/subscriptions_mail.module on line 117

Pending mail is probably required for the bug to show.

Comments

grn’s picture

Status: Postponed (maintainer needs more info) » Active

I forgot to tell, that the subscriptions README.txt states that: * Subscriptions Mail (requires Mail Editor, http://drupal.org/project/mail_edit)

But Mail Editor is not available for Drupal 6.2.

**EDIT** how do I subscribe to this post, so I will get an e-mail notif, when a reply is posted?

salvis’s picture

Status: Active » Postponed (maintainer needs more info)

As I asked in #205536: Subscriptions Port to D6#36: What type of subscription causes this error?

Yes, unfortunately, Mail Editor has not been ported yet. This means the mail templates can't be edited, but otherwise, Subscriptions should work. I don't think this error is related to the missing of Mail Editor.

grn’s picture

Status: Active » Postponed (maintainer needs more info)

Hmm I don't follow.

a) Can the Subscriptions module send mail notfications on it's own?

***EDIT*** To cut it out in paper, b) should I receive e-mails of my subscriptions without the mail editor module? The only thing that works by mail in my Drupal is when I forget my password and the "comment subscribe" module.

I am testing subscription on forum topics and whole forums. As an admin I would like to know if there is a new post i the forums by mail.

**EDIT** how do I subscribe to this post, so I will get an e-mail notif, when a reply is posted?

grn’s picture

Modules I have enabled:

Content Subscriptions
Subscriptions
Subscriptions Mail
Subscriptions UI
Taxonomy Subscriptions

I am subscribing on all forum topics and forum pages.

I run cron and I get the fatal error described in #1.

I remove Subscriptions Mail and cron runs smoothly.

At any time, I don't get any subscription mails except from comment subscribe.

Hope this was better ;-)

salvis’s picture

Status: Postponed (maintainer needs more info) » Fixed

Yes, this has helped — thanks!

I committed the fix to 6.x-1.x-dev (wait up to 12 hours for the packaging script to create a new tarball).

a) Can the Subscriptions module send mail notfications on it's own?

Yes, see #2.

how do I subscribe to this post, so I will get an e-mail notif, when a reply is posted?

Click on Subscribe at the bottom of the node.

grn’s picture

Thanks, I will try out the new version of the Subscriptions module, when enough time has passed.

Unfortunately I don't have Subscribe at the bottom of the node?

salvis’s picture

Go to admin/settings/subscriptions, scroll down to Display settings and set all controls to the defaults; then click [Save configuration].

grn’s picture

Bugfix confirmed. I am getting subscription mails. Thanks salvis!

#7 Ooh that's not the problem, I am thinking about subscribing to this bugnode...

Just a note the wrong place at the wrong time: On IIS windoze server setup, I have to remove the "&" at line 685 in subscriptions.admin.inc ( subscriptions_delete_form_submit($form, &$form_state); )

Cheers ;-)

salvis’s picture

#7 Ooh that's not the problem, I am thinking about subscribing to this bugnode...

If that's not the problem, then what is?

Just a note the wrong place at the wrong time: On IIS windoze server setup, I have to remove the "&" at line 685 in subscriptions.admin.inc ( subscriptions_delete_form_submit($form, &$form_state); )

Right, thanks. Actually, that function will be gone in the next -dev snapshot...

grn’s picture

#7 Ooh that's not the problem, I am thinking about subscribing to this bugnode...

If that's not the problem, then what is?

I would like to get e-mail notifications when comments are posted at this post/node (drupal.org)

I don't have admin rights, so I can't go to admin/settings/subscriptions.... and do what you suggested.

Sorry about this, but I don't get it.

salvis’s picture

Ah, you're talking about drupal.org! It doesn't run Subscriptions, so you can't subscribe to a specific issue.

You can subscribe to the issues queue of one module, using the link on the issues list of that module.

grn’s picture

Oooh okay :-) Thanks

Anonymous’s picture

Status: Fixed » Closed (fixed)

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