Home › Forums › Calendar Products › Events Calendar PRO › debug mode not turning off
- This topic has 7 replies, 4 voices, and was last updated 9 years, 3 months ago by
wineschool.
-
AuthorPosts
-
December 7, 2016 at 3:45 pm #1202927
wineschool
ParticipantThe 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
))
)
)
December 7, 2016 at 8:34 pm #1202969Cliff
MemberHi. 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!
December 8, 2016 at 7:46 am #1203114wineschool
ParticipantThis reply is private.
December 8, 2016 at 12:48 pm #1203430Cliff
MemberThis reply is private.
December 8, 2016 at 1:22 pm #1203462wineschool
ParticipantI 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] => ArrayDecember 8, 2016 at 3:37 pm #1203592Cliff
MemberThat’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.
December 30, 2016 at 8:35 am #1211800Support Droid
KeymasterHey 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 -
AuthorPosts
- The topic ‘debug mode not turning off’ is closed to new replies.
