WP-Cron not working

#1
I'm running Litespeed webserver, and a Wordpress website.

It seems that wp-cron doesn't work. For example, a scheduled post doesn't get posted. Other plugins, which use wp-cron aren't working either.

Anyway, how can I get wp-cron to work, as it would under a Apache server???



Thank you
 

NiteWave

Administrator
#2
have you enabled lsws page cache ?

any log to indicate the wp-cron succeeded or failed ?

wp-cron is configured to trigger by new request or fixed time ?

need collect more info to dig into it.
 
#3
Hi NiteWave,

I do not have the cache enables, because I use the free standard version of lsws. This doesn't allow caching.

I went looking for the log, and found many wp-cron plugins. One called Crontrol gave me a proper answer.

Code:
There was a problem spawning a call to the WP-Cron system on your site. This means WP-Cron jobs on your site may not work. The problem was:
server certificate verification failed. CAfile: /****/****/natuurlijklekkerder.nl/public_html/wp-includes/certificates/ca-bu***.crt CRLfile: none
Turns out there is a problem with the https certificate, for that site. Not lsws of php.

That doesn't make it a Liespeed error I guess. I'll make a new certificate and see if that'll work.


Thanks
 
Top