debug mode not turning off

Home Forums Calendar Products Events Calendar PRO debug mode not turning off

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1202927
    wineschool
    Participant

    The error_log of our site is getting HUGE. I have “Debug Mode” unchecked, but Events Calendar Pro is publishing to the error log every few minutes. Is there a way I can turn this off via functions.php?

    Here’s an example:

    [07-Dec-2016 23:30:29 UTC] Array
    (
    [post_type] => tribe_events
    [post_status] => publish
    [posts_per_page] => -1
    [meta_key] => _EventStartDate
    [meta_compare] => >
    [meta_value] => 2016-12-07 23:30:29
    [meta_type] => DATETIME
    [orderby] => meta_value
    [order] => ASC
    [tax_query] => Array
    (
    [0] => Array
    (
    [taxonomy] => tribe_events_cat
    [field] => slug
    [terms] => Array
    (
    [0] => class
    )

    )

    )

    )

    [07-Dec-2016 23:31:15 UTC] Array
    (
    [tpl] => 4
    [show] => 6
    [category] => class
    )

    [07-Dec-2016 23:31:15 UTC] Array
    (
    [post_type] => tribe_events
    [post_status] => publish
    [posts_per_page] => -1
    [meta_key] => _EventStartDate
    [meta_compare] => >
    [meta_value] => 2016-12-07 23:31:15
    [meta_type] => DATETIME
    [orderby] => meta_value
    [order] => ASC
    [tax_query] => Array
    (
    [0] => Array
    (
    [taxonomy] => tribe_events_cat
    [field] => slug
    [terms] => Array
    (
    [0] => class
    )

    )

    )

    )

    [07-Dec-2016 23:31:17 UTC] Array
    (
    [tpl] => 4
    [show] => 6
    [category] => class
    )

    [07-Dec-2016 23:31:17 UTC] Array
    (
    [post_type] => tribe_events
    [post_status] => publish
    [posts_per_page] => -1
    [meta_key] => _EventStartDate
    [meta_compare] => >
    [meta_value] => 2016-12-07 23:31:17
    [meta_type] => DATETIME
    [orderby] => meta_value
    [order] => ASC
    [tax_query] => Array
    (
    [0] => Array
    (
    [taxonomy] => tribe_events_cat
    [field] => slug
    [terms] => Array
    (
    [0] => class
    )

    )

    )

    )

    #1202969
    Cliff
    Member

    Hi. Sorry you’re experiencing this.

    Could you please specify the exact location of this debug log file on your server or within your wp-admin screens?

    This information will make sure I’m digging into the right places to help with your question.

    Thanks!

    #1203114
    wineschool
    Participant

    This reply is private.

    #1203430
    Cliff
    Member

    This reply is private.

    #1203462
    wineschool
    Participant

    I am confused.I know this isn’t the Tribe error log, but this is tribe_event data. What other plugin could be outputting your data? More to the point, what other plugin would be outputting ONLY your data, as there is 10 megs of tribe_event verbosity cluttering my error log.

    [post_type] => tribe_events
    [post_status] => publish
    [posts_per_page] => -1
    [meta_key] => _EventStartDate
    [meta_compare] => >
    [meta_value] => 2016-12-07 23:31:17
    [meta_type] => DATETIME
    [orderby] => meta_value
    [order] => ASC
    [tax_query] => Array

    #1203592
    Cliff
    Member

    That’s the question… our plugin isn’t writing that output but maybe another one of your plugins is. Or maybe something in your server setup is doing so.

    It could also be that you have @error_reporting( integer-here ); in your wp-config.php file. If you do, try changing that to zero or commenting out that line. Or it could be something in your php.ini file (which your web host would be able to investigate). Please reference https://secure.php.net/manual/en/function.error-reporting.php and let me know what you discover.

    Thanks for your effort here.

    #1211800
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘debug mode not turning off’ is closed to new replies.