Currently we are facing an issue in schedule publishing , when we schedule a content node to be published. it seems to schedule alright and then the content does not get published on the front end.
On further diagnosis, i can see in the database cmsDocument table does update correct on the schedule time and mark the node as published and i also can see cmsContentXml table gets proper updated content as desired once the node is marked as published in the database. However, the front end kept showing the older content.
I can also see last edited and last published properties updated as desired.
Similarly i have attached couple of event hooks with publishing API to see if they are being invoked during schedule publishing but they seems not be invoked at all even though we know the database is being updated properly.
(If we try to publish it directly , it works fine though and i can also debug my hooked events).
Anyone has idea about this please?
Weird Schedule Publishing Error
Currently we are facing an issue in schedule publishing , when we schedule a content node to be published. it seems to schedule alright and then the content does not get published on the front end. On further diagnosis, i can see in the database cmsDocument table does update correct on the schedule time and mark the node as published and i also can see cmsContentXml table gets proper updated content as desired once the node is marked as published in the database. However, the front end kept showing the older content.
I can also see last edited and last published properties updated as desired.
Similarly i have attached couple of event hooks with publishing API to see if they are being invoked during schedule publishing but they seems not be invoked at all even though we know the database is being updated properly. (If we try to publish it directly , it works fine though and i can also debug my hooked events). Anyone has idea about this please?
is working on a reply...