• Resolved hopeisrael

    (@hopeisrael)


    Hi,
    wp-crontrol.php on line 45 requires /vendor/autoload.php, but there is no /vendor folder in the package, causing an error that breaks the site.

    Full Error message:
    PHP Fatal error: require_once(): Failed opening required ‘/public_html/wp-content/plugins/wp-crontrol/vendor/autoload.php’ (include_path=’.:/usr/local/php74/pear’) in /public_html/wp-content/plugins/wp-crontrol/wp-crontrol.php on line 45

Viewing 5 replies - 1 through 5 (of 5 total)
  • I can also confirm this issue that latest update is causing the error.
    Disabling or reverting to previous version can resolve the issue.

    Yes or go to the folder and run composer update.

    Waiting for a fix

    Fix is online (1.14, actually reverts 1.13 changes). Works well on my sites.

    For fix, just replace in wp-crontrol.php:

    require_once __DIR__ . '/vendor/autoload.php';

    to

    require_once __DIR__ . '/src/request.php';

    after it u can update plugin to last fixed version

    • This reply was modified 2 years, 4 months ago by deynekin.

    nevermind..cleared Cloudflare cache and all is well again

    • This reply was modified 2 years, 4 months ago by sunfishmedia. Reason: resolved issue
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Version 1.13.2 breaks site’ is closed to new replies.