PHP warnings shown in backend when TEC (Pro) is active

Home Forums Calendar Products Events Calendar PRO PHP warnings shown in backend when TEC (Pro) is active

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #74208
    alternatewords
    Participant

    This one’s a strange one. I’ve started seeing PHP warnings in my WP backend when TEC is active – both, free and Pro. When I deactivate both the issue goes away. I think, I am not sure though, this started happening after adding custom fields, because I did not notice this until yesterday, and that’s when I added two custom fields, one text, one URL. I am also using this code in my WP themes functions.php: https://gist.github.com/codearachnid/6067127 (unless this should go in a custom events theme?). Any hints and feedback would be much appreciated.

    Cheers,
    Thorsten

    #74429
    Barry
    Member

    Hi Thorsten,

    Can you give an example of the sort of warnings you are seeing? A problem we are aware of – and are incrementally addressing with each maintenance release – is one of strict standard notices which are more prevalent with recent versions of the PHP runtime.

    Often, setting WP_DEBUG to false (in your wp-config.php file) can address this – if it is already false then ensuring your hosting environment is configured such that errors are not displayed (which is any way a best practice in a live or production environment) is worth investigating – please reach out to your web hosting provider if you need guidance on that end.

    Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘PHP warnings shown in backend when TEC (Pro) is active’ is closed to new replies.