• Resolved eitanc

    (@eitanc)


    The issue of the php warning of “cau_functions.php on line x” is constantly filling the error log, for a long time, and you haven’t come up with a fix yet!
    What is going on with this??

Viewing 3 replies - 1 through 3 (of 3 total)
  • Change line 373 to

    // Check if cronjobs are disabled
    function checkCronjobsDisabled() {
    	if ( defined('DISABLE_WP_CRON') && DISABLE_WP_CRON ) {
    		return true;
    	} else {
    		return false;
    	}
    }
    • This reply was modified 4 years, 5 months ago by Marc Bernard.
    Thread Starter eitanc

    (@eitanc)

    I rather wait for an official plugin version with a fix

    Plugin Author Papin Schipper

    (@papin)

    Hi,

    So I’ve been having a few issues with my pc’s lately and wasn’t able to push a fix but I’m finally able to do so again. I’ve just pushed update 3.7.1 that should fix all these errors.

    If the issue is not fixed for you please let me know and I’ll get back to it a.s.a.p. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Guys, what’s happening with the PHP errors?!’ is closed to new replies.