Using subscriptions-5.x-2.0-beta11 I am not getting subscription notifications being triggered when FeedAPI creates a page node. When I create a node manually I get notified and when I modify a node created by FeedAPI I get notified but nodes created from a cron run do not create notifications.
Would it be possible for one or more of the FeedAPI developers to help out with issue #226317: PHP Error on subscriptions.module line 456 to help to diagnose the cause of the problem?
It may have something to do with the uid of the user creating the nodes being 0 during a cron run but all of the nodes seem to have the correct uid set after creation.
Comments
Comment #1
alex_b commentedI guess it has to do with the way feedapi creates nodes. On which nodeapi operation is subscriptions kicking in?
Comment #2
gustav commentedOn "insert" and "update".
Comment #3
alex_b commentedClosing after extended period of inactivity. #226317: PHP Error on subscriptions.module line 456 is addressed.