rspwfaq
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Time zone not recognized after 5.3 updateFor anyone else who might come across this page, in fact I discovered that the issue is that Open Live Writer is no longer currently being updated and is not compatible with WordPress 5.3 after the changes to time zone handling. So I’ve had to reluctantly switch to the WordPress.com desktop app instead, which has resolved the issue.
Forum: Plugins
In reply to: [Postie] Postie with external cron job?Update: I decided to just go with the easiest option. Disabled wp-cron in the config file, and set up an external cron job with EasyCron.com to run every five minutes. Postie now works fine. Doesn’t really solve the root of the issue, but it was getting too complicated for me anyway and now at least my e-mails post again on time!
Forum: Plugins
In reply to: [Postie] Postie with external cron job?It runs Postie if I do that. However, all of the cron events in the list are showing “In queue” unless I manually run the cron.
Forum: Plugins
In reply to: [Postie] Postie with external cron job?I installed WP Crontrol and it says that postie_hook is set to run every five minutes, which is what I set the plugin for. It also gives the following message :
The DISABLE_WP_CRON constant is set to true. WP-Cron spawning is disabled.
Forum: Plugins
In reply to: [Postie] Postie with external cron job?wp-cron was disabled in wp-config.php with the “define(‘DISABLE_WP_CRON’, true)” line.
Here’s the line that was inserted into the crontab file:
*/15 * * * * /usr/bin/php -q /home/rspwfaq/www/wp-cron.php
Which is supposed to be calling the cron every 15 minutes, I assume.
Forum: Plugins
In reply to: [Postie] Formatting problemI’ve just sent the most recent problem e-mail your way.