• Resolved wpsoul

    (@wpsoul)


    I found that plugin stops working on some servers after 5.6 WordPress update. The most problem that it doesn’t show any error message. Just have infinite loading on importing.

    Is it possible to check what’s going on in such cases?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter wpsoul

    (@wpsoul)

    Found in debug.log

    PHP Warning: Invalid argument supplied for foreach() in …/wordpress/wp-cron.php on line 117

    and this is after each plugin’s ajax request to admin_page_import_demo ajax

    Plugin Author Gregor Capuder

    (@capuderg)

    Hi @wpsoul,

    our plugin does have any background tasks that would rely on WP CRON, which your PHP warning points to.

    Detecting these kinds of issues is really hard since they are usually caused by server configuration or other plugin conflicts.

    Do you maybe have access to your server’s error logs. Are there any errors logged when importing with our plugin?

    Did you try to disable other plugins and then try the import?

    Which PHP version are you using?

    Did the import work OK before the WP 5.6 update?

    Take care!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Infinite loading after wordpress 5.6’ is closed to new replies.