soumilroy
Forum Replies Created
-
@axelseaa Finally fixed it. You’re correct about the cron problem. There were like 40k cron jobs stored in the db. I cleared them from the mysql commandline with this
UPDATE wp_options SET option_value = '' WHERE option_name = 'cron';and voila. It worked.
@axelseaa There isn’t much difference. They all have similar settings. The only difference I see is that the installs vary in sizes. The Post expirator working site expires 1-2 posts everyday, the other expires nearly 30-40 posts everyday.
Hi Aaron,
I have a similar issue on a client’s site. I have two websites which are hosted on the same server(VPS). Both use Post Expirator to expire deals by category replacement. One of them is working fine. The other one is not.
I checked the debug log and got the same error.
2017-07-20 15:54:40 230075 -> SCHEDULED at Thu, 31 Aug 2017 19:59:00 +0000 (1504209540) with options Array ( [expireType] => category [id] => 230075 [category] => Array ( [0] => 5270 ) [categoryTaxonomy] => offer_cat ) 2017-07-20 15:54:39 230075 -> EXISTING FOUND - UNSCHEDULED 2017-07-20 15:53:06 230075 -> SCHEDULED at Thu, 31 Aug 2017 19:59:00 +0000 (1504209540) with options Array ( [expireType] => category [id] => 230075 [category] => Array ( [0] => 5270 ) [categoryTaxonomy] => offer_cat ) 2017-07-20 15:53:04 230075 -> EXISTING FOUND - UNSCHEDULEDI thought it was a cron issue, but the plugin is working just fine on the other website, given that both of them are on same VPS.
Is it plugin conflict? Can you give some pointers?
Thanks.