Today I tried the new DEV Version ... where I recognized some bugs in.

I installed it on Drupal6.17

Here are the BUGS:

1.) More strings should be able to be translated:

Line 274 - should be t('Master switch')
Line 276 - should be t('Notify status')
Line 284 - should be t('Notify new content')
Line 290 - should be t('Content')

2.) Error Message after sending a Notification in the LogFiles

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY
nn.created' at line 1 query: SELECT DISTINCT nn.nid FROM node nn WHERE (nn.status = 1 OR nn.moderate = 1) AND (nn.type = 'gewinnspiel')
AND ((nn.created > 1276080766 AND nn.created <= 1276095350) ORDER BY nn.created in /xxx/sites/all/modules/notify/notify.module in Zeile 459.

3.) No E-Mail was sent

In the Logfiles there was the Message:
User xxx (xxx@xxx.de) notified successfully.

But the Mail never received.

4.) Search Engine Module wasn´t working anymore!

Search Engine Referers not available - was the message. After deinstalling the reports where again available.

Hope this BUG Report can help the maintainer.

THX for the work!

Comments

matt2000’s picture

Thanks for this report! I'll work on (1) and (2) shortly.

Regarding (3), are you able to verify if the message appears in your mail server logs? i.e., how do you know the message was actually not sent by drupal, and that it's not just a problem on the receiving end (spam filter?) or elsewhere?

Regarding (4), is the conflicting module: http://drupal.org/project/search_engine_referers ? Can you provide the URL path for the page where the issue occurs?

Thoor’s picture

Hello Matt,

well to Nr. 3) - I tried to use the module on a productive Site where Mails from i.e. ACTIONS and TRIGGERS and the COMMENT_NOTIFY Modules are working. So I thought it is a bug, that I never received a Mail.

For Nr. 4) It is the Module you found.
The missing report is usually seen under "admin/reports/search_engine_referers", when you use the module ... There where also Core Reports not available like "admin/reports/referrers"

I didn´t check them all - because of those bugs i deinstalled the DEV Version then ...

matt2000’s picture

Status: Active » Postponed (maintainer needs more info)

Committed fixes for 1 & 2, could not reproduce 3, or 4 with the core referrers report.

Can you verify if your cron job is successfully completeing?

gisle’s picture

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

First two appear to be fixed.

Unable to reproduce #3 and #4.

Feel free to reopen if you're able to tell me what steps are required to reproduce the problems from a clean install of the latest dev.