• I want to provide a little explanation of what “white screen” or “blank page” is and the first steps you can do to try to debug this.
    First of all a Blank screen usually means that PHP has encountered a fatal error and thus stopped execution. If the error happens before PHP can render any html, nothing is rendered and you get a blank screen, so very different errors can cause the same outcome.
    Thus a blank screen is just a symptom that something is wrong but it could happen for very different errors.
    That’s why looking solutions that worked for blank screens of other users might not work for you.
    So what to do?
    1) look in the PHP error logs to see the cause of the error. If you don’t know where the log is, just ask your host. It must be a “Fatal Error” as “Warning” and “Notice” do not stop PHP execution
    2) try to google the error and see if you find something relevant.
    3) try point 2 from this link https://wordpress.org/support/topic/known-issues-with-version-216-and-above-and-possible-solutions?replies=1
    4) open a thread here with the error in the title.

    In this way we can help you faster as the first request would be to look at the PHP error log

    Please do not post support requests here as they will be ignored. Open a new thread.

    https://wordpress.org/plugins/all-in-one-event-calendar/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘White screen ( or blank page ) with all in one event calendar, please read’ is closed to new replies.