what does the debug log show when attempting to expire posts?
what does the debug log show when attempting to expire posts?
I am getting this error in my log see below:
Undefined index: expireType in wp-content/plugins/post-expirator/post-expirator.php on line 1026
Posts are also not expiring for me (taken in order):
Crons:

Debug info:

Time settings:

Post list:

The posts were set to delete, as seen in the debug details. I’m trying to figure out whether it’s due to time zone settings, but the post expirator metabox did indicate MDT.
Any help is much appreciated.
-
This reply was modified 8 years, 11 months ago by
blankride.
@aislingrasdale That is just a strict error that I will get resolved. Can you make sure you have debugging enabled, and then try to schedule and expire a post and let me know what you see in the debug log?
@blankride do any other cron processes work? For example, if you create a post that is scheduled to be published in the future, does that publish correctly?
Hi,
how ca I activate “View debug logs” tab to see debug messages in your plugin?
Thanks,
@lingenchan you can enable it on the Diagnostics tab
@axelseaa, Sorry for the late reply, the issue stemmed from server time zone settings. All seems to work well now, thanks!