• I have started to get frequent errors where I just get a white page and “PHP Access Violation [random string here]” at the top.

    Occasionally only certain components of the page will be white with that error, for example in the Admin section. I presume that means it encountered the error halfway through trying to retrieve things.

    Could this have anything to do with the fact I have a phpBB forum installed on my website as well? Or is it my POS hosting company’s fault?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Sounds like php memory is low. Ask your host to bump it from 8M to 16M.

    Thread Starter migthegreek

    (@migthegreek)

    Is that the sort of thing they would charge me for?

    Does it depend on the amount of PHP scripts which are running (i.e. proportional to how much traffic I am getting)?

    No, they won’t charge you for it. PHP memory issues are hard to diagnose because of differing server/os, php version, query amounts, etc.
    Most set ups do just fine with the default 8M, but some need a bump up.

    Thread Starter migthegreek

    (@migthegreek)

    But I really don’t get that much traffic. I have about 400 page views a day. Surely if 8M is the default, most websites have no problem?

    Thread Starter migthegreek

    (@migthegreek)

    The exact error message is:

    PHP has encountered an Access Violation at 7C83248B

    If it helps. I googled that, including the string at the end, and it returns many results. So the string is obviously not unique to me.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘PHP Access Violation’ is closed to new replies.