Forums / General / runcronjobs - continuous notification sending

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

runcronjobs - continuous notification sending

Author Message

Tomas Trnka

Wednesday 29 March 2006 2:17:10 am

Hi,

i'm using version 3.7.0 of Exponential and i have trouble with notification.

My notification settings are: receive general digest (daily at 11:00) + some subtree filter. At 11:00 is email correctly send to my adress, but after this first email, Exponential keep sending me the same email every time runcrojobs is executed (it's every 15 minut).

Any suggestions?

Kristof Coomans

Wednesday 29 March 2006 2:35:56 am

We had the same issue a while ago. Unfortunately we kept spamming some people a couple of days without knowing it :s

Couldn't find the reason wy it happended, and finally I deleted all rows from the notificationevent, notificationcollection and notificationcollection_item database tables. This solved the problem.

independent eZ Publish developer and service provider | http://blog.coomanskristof.be | http://ezpedia.org

Tomas Trnka

Wednesday 29 March 2006 2:54:37 am

Thanks for reply ..

I tried deleting these three tables, you mentioned above, but it clouldn't help ;(

or more precisely .. it help only to time, i have setup for general digest (i.e. 11:00).

Tomas Trnka

Wednesday 29 March 2006 4:35:30 am

I solved it! ;)

It was all about template ezsubtree/view/digest_plain.tpl

This line was deleted, so i put this line back.
{append-block scope=global variable=collection_item_id_list}{$Items:item.id}{/append-block}

So there wasn't collection of item_ids for remove.

I think it's stupid to collect information like this in templates and not in php files.