Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.
Hi,
I added the PHP cron event in WP Crontrol plugin
wp_remote_get(get_site_url().”/?c=1&ss_c=4XXXXXXXXXXXXXXX9″);
it’s configured properly and running every minute, but I’m not getting photos processed.
Any suggestion?
You definitely should not run it this way. You should runit through your control panel system. This way you are relying on both WordPress and the processor to run at the same time and this may result in unforeseen issues.
A simple way to see if your system is able to parse images is to turn off all automatic processor calls and run the processor manually after uploading an image.
You must be logged in to reply to this topic.