• Resolved cldpl

    (@cldpl)


    Hi,
    i’m using your plugin Wpematico, but cron stopped working after a couple of days after the installation.
    This is the error the plugin gives me if i call it externally:

    Warning: require_once(/wp-load.php): failed to open stream: No such file or directory in /home/u556166603/public_html/wp-content/plugins/wpematico/app/wpe-cron.php on line 10 Fatal error: require_once(): Failed opening required ‘/wp-load.php’ (include_path=’.:/usr/lib/php’) in /home/u556166603/public_html/wp-content/plugins/wpematico/app/wpe-cron.php on line 10

    Can you help me fixing the error?

    Thanks!

    https://www.ads-software.com/plugins/wpematico/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author etruel

    (@etruel)

    the file wpe-cron.php runs alone of plugin.
    if you call it externally, you must be sure that call wp-load.php correctly.
    may be your WP is installed into subdir ?

    change the line
    require_once(/wp-load.php);

    to
    require_once(/YOUR-WP-DIR/wp-load.php);

    This helped me too – thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Cron not working’ is closed to new replies.