Notify Module

Hi

I tried to use the notifed module, but doesn't get it on the right way.

The installtion seems ok,  there is no application error.

I checked als the cron.php file and saw the the table feeds will be check for the last feed time entry .

The time fields are all Null in thee feed table. is this because of using the phpfiwa engine?

 

Does the notify work with phpfiwa engine or only with mysql?

I hope somebody have a hint for me

 

michael

Bra1n's picture

Re: Notify Module

I had the same problem, it only works with mysql but as I wanted that functionality back I created my own version of cron.php which uses the feed list api to get the feeds which aren't updating. Hopefully this will be independent of which storage engine is used and perhaps more future proof. My version is here https://github.com/Bra1nK/notify/blob/patch-1/cron.php and is looking good under testing so far, you're welcome to try it.

Bra1n's picture

Re: Notify Module

Just noticed the link was wrong now edited and should be ok

Bra1n's picture

Re: Notify Module

Has been working perfectly for the last few weeks so I've submitted a pull request

TrystanLea's picture

Re: Notify Module

Thanks Bra1n, I have merged your pull request.

Bra1n's picture

Re: Notify Module

Thanks Trystan, for those interested it's here https://github.com/emoncms/notify

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.