От разработчика:Подскажите, что за беда: поставил сначала верси. 1.3.2, но она не грабит, не знаю почему, появляется надпись Подготовка, а потом ожидание следующего запуска. Накатил 1.4.3 - тупо крутиться спинер Подготовка и все.
На двух разных хостингах, одна и та же картина. PHP 7.1
"
- If you use ionMag WordPress Theme, please continue with this step otherwise you can skip to next step. You should modify the wp-content/themes/ionMag/includes/wp_booster/td_cake.php and file td_js.php.
function _schedule_modify_add_three_days() {
to
function _schedule_modify_add_three_days($schedules) {
After you edit and save the file, re-save your task to check if is it working as expected or not. If it’s not, please follow the next step.
- If you duplicated any of your tasks by clicking “Copy” button, please continue with this step otherwise you can skip to next step. Duplicated task will stay at “Preparing” state until you edit it. In this case, just re-save your task by clicking “Edit” button to check if is it working as expected or not. If it’s not, please follow the next step.
- In some cases, WordPress can’t insert the tasks into schedules and “Next Run” looks empty on “All Scrapes” screen. In this case, just re-save your task by clicking “Edit” button to check if is it working as expected or not. If it’s not, please follow the next step.
- Try adding the code below to your wp-config.php file before the line “That’s all, stop editing! Happy blogging.”
define('ALTERNATE_WP_CRON', true);
After you edit and save the file, re-save your task to check if is it working as expected or not. If it’s not, please follow the next step.
- Next steps requires “Cron Manager by Duo Leaf” WordPress Plugin to check your cron jobs which you can install from Для просмотра ссылки Войди
или Зарегистрируйся for free.
- In some cases, cron job queue might be too long. If you use other auto poster plugins or pinging external websites option is chosen in your WordPress admin, you can see a lot of “do_pings” in “Cron Manager by Duo Leaf”. In order to reset your cron job queue, please run the SQL query below in your phpMyAdmin panel to clear the list;
UPDATE wp_options SET option_value = '' WHERE option_name = 'cron'
After you run the query, re-save your task to check if is it working as expected or not. If it’s not, please follow the next step.
- In some cases, other themes or plugins might be interrupting your cron schedules. Please check intervals from “Cron Manager by Duo Leaf” and see ”5 Minutes” to “1 Month” schedules in the list. If they are not in the list, deactivate all possible plugins and change your theme to WordPress’s default “twentyseventeen” for a while. If they appear, re-save your task then revert your theme and try to find which plugin is causing this issue afterwards. If they not appear, please follow the next step.
- Call the URL Для просмотра ссылки Войди
или Зарегистрируйся replacing “YOUR-DOMAIN” from your browser. If your task is changing its status to “Running”, contact your hosting provider to find a clue about your wp-cron.php is not firing automatically. You can also check your Apache or NGINX error logs for more details.