Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Forum: Fixing WordPress
    In reply to: cron job error
    Thread Starter Cyberhick

    (@mandrakedar)

    Thanks guys, all fixe. Appreciate the prompt replies.

    Forum: Fixing WordPress
    In reply to: cron job error
    Thread Starter Cyberhick

    (@mandrakedar)

    tried changing to false and commenting out no change

    define(‘WP_DEBUG’, false);
    /* That’s all, stop editing! Happy blogging. */
    /** Absolute path to the WordPress directory. */
    if ( !defined(‘ABSPATH’) )
    define(‘ABSPATH’, dirname(__FILE__) . ‘/’);
    /** Sets up WordPress vars and included files. */
    require_once(ABSPATH . ‘wp-settings.php’);
    /*?>define(‘DISABLE_WP_CRON’, ‘FALSE’);*/
    /*define(‘DISABLE_WP_CRON’, ‘FALSE’);*/
    /*define(‘DISABLE_WP_CRON’, ‘FALSE’);*/

    This actually got me in and am able to fix site – Thanks

    • This reply was modified 6 years, 8 months ago by Cyberhick.
    Forum: Fixing WordPress
    In reply to: cron job error
    Thread Starter Cyberhick

    (@mandrakedar)

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)