I've updated WooZone to 8.0 version and I'm having problems with the Synchronisation module

 

After you update the woozone plugin to version 8.0 or greater and you use cPanel to setup cron jobs, please take your time and read the "How to Replace WordPress Cron With A Real Cron Job" section of the plugin new module "cronjobs" wp-admin/admin.php?page=wwcAmzAff#!/cronjobs

Basically you'll use now the following line (also with adjustments depending on your web hosting server):

wget -q -O - http://yoursite.com/wp-plugins/WooZone/wp-cron.php?doing_wp_cron >/dev/null 2>&1

to setup cron system. 

The wp-cron.php?doing_wp_cron replace the do-cron.php or do-cron-assets.php used in older plugin versions.

And then activate the wp hooks for the cronjobs you want activated, see bellow:

The line wget -q -O - http://yoursite.com/wp-plugins/WooZone/wp-cron.php?doing_wp_cron >/dev/null 2>&1 should be setted to every 2 minutes in your cPanel.

Back To Top