faqts : Computers : Programming : Languages : PHP : Database Backed Sites : MySQL : Questions in search of an Answer

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

156 of 306 people (51%) answered Yes
Recently 4 of 10 people (40%) answered Yes

Entry

What is "PHP has encountered an Access Violation at 77FCA3F0"

Jan 18th, 2002 03:20
David Resende, Jimbo, Onno Benschop,


I encountered the same problem.

This problem hapens when the PHP is trying to access some file and has 
not premissions to do it.

To solve this problem, inspect your php.ini, some paths variables like 
upload_tmp_dir or session_save_path and others, must be configured to 
use directories with write permissios for the http user.