• Hi, we’re getting this error message when we try to access the admin section of our blogs:

    PHP has encountered an Access Violation at 7C82C853

    We’re also getting it when trying to access certain parts of our MediaWiki.

    I’ve done several searches but haven’t come up with any solid answers. Anyone know how to fix this. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter bluebeetle

    (@bluebeetle)

    I may have fixed it by changing this vaule in php.ini:

    max_execution_time = 120

    AWS

    (@adminreports)

    Are you running Windows Server?

    If you are check permissions on your temp directory and session save directory.

    This error normally happens when php can’t write to one of those directories.

    If you didn’t assign a value for those in php.ini then C:\Windows\Temp is being used and if write permissions aren’t given to NETWORK you’ll get that error.

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