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
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.
Re: Notify Module
Just noticed the link was wrong now edited and should be ok
Re: Notify Module
Has been working perfectly for the last few weeks so I've submitted a pull request
Re: Notify Module
Thanks Bra1n, I have merged your pull request.
Re: Notify Module
Thanks Trystan, for those interested it's here https://github.com/emoncms/notify