Appearance Screen Bug

This topic contains 17 replies, has 4 voices, and was last updated by  Giri 7 years, 3 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #354941

    Paolo
    Site Admin
    Post count: 31206

    p.s. I don’t see any error with Firefox nor with Chrome….

    #354948

    Alec
    Lifetime Member
    Post count: 319

    I have no idea why it is not recreating for you. I am just saying what I am seeing how it is happening.

    Like I mentioned before, I will continue in I.E. since this issue is not appearing for me in that browser.

    Thank you for your time.

    #355754

    Giri
    Expired Member
    Post count: 3155

    I saw that, but it concerns me to suppress error codes because how will I know if there is an error if it will not show me an error code in the future?

    In a production website, you should disable the debug option. debug option is applicable only for developers. So if you have no idea what those error means, its safe to disable debug option. Because your users will see that too.

    If you really want to see the notices, use

    WP_DEBUG_LOG

    and

    WP_DEBUG_DISPLAY

    together along with

    WP_DEBUG

    .

    Those option will hide the notices from public, but log them instead in a file called debug.log

    https://codex.wordpress.org/Debugging_in_WordPress#WP_DEBUG_LOG
    https://codex.wordpress.org/Debugging_in_WordPress#WP_DEBUG_DISPLAY

Viewing 3 posts - 16 through 18 (of 18 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket