deljhp Posted January 15, 2009 Share Posted January 15, 2009 I run a site using Expression engine (version 1.6.4) and am getting an intermittent site failure. When it does I get a “http 500” error message coming up online. Reason code soming through on the server is “PHP has encountered an Access Violation at 01F5A727.” Has anyone seen thats code before or any ideas why it happening. I'm on a windows server running php 4.4.7 and mysql 4.1 Thanks Link to comment https://forums.phpfreaks.com/topic/140999-access-violation-problem/ Share on other sites More sharing options...
trq Posted January 15, 2009 Share Posted January 15, 2009 What http server are you using? Make sure its user has permissions to access the session_save_path directory. running php 4.4.7 and mysql 4.1 Sheesh, its time to upgrade don't you think? Link to comment https://forums.phpfreaks.com/topic/140999-access-violation-problem/#findComment-737959 Share on other sites More sharing options...
deljhp Posted January 15, 2009 Author Share Posted January 15, 2009 Site is hosted on windows server using IIS. I take it from the "sheesh" those version are on the old side? Web host says "session_save_path is also configured on server" Link to comment https://forums.phpfreaks.com/topic/140999-access-violation-problem/#findComment-737973 Share on other sites More sharing options...
trq Posted January 15, 2009 Share Posted January 15, 2009 I take it from the "sheesh" those version are on the old side? Indeed. PHP is currently at 5.2.8, while php4 (which is no longer developed) is at 4.4.9. Sorry, but googling that error hasn't revealed to much except that it only seems to effect windows ISAPI versions. People have switched to fastCGI and the errors disapeared. It could also be related to non thread-safe extensions being loaded. Its definately a php installation issue it would seem. Link to comment https://forums.phpfreaks.com/topic/140999-access-violation-problem/#findComment-737981 Share on other sites More sharing options...
deljhp Posted January 15, 2009 Author Share Posted January 15, 2009 by installation issue so you mean there could be a corrupt file in the program.? Link to comment https://forums.phpfreaks.com/topic/140999-access-violation-problem/#findComment-737992 Share on other sites More sharing options...
trq Posted January 15, 2009 Share Posted January 15, 2009 No, I meen it would seem to be a problem with php (or its configuration) itself. This is however only what I have gathered from a quick google search. Link to comment https://forums.phpfreaks.com/topic/140999-access-violation-problem/#findComment-737997 Share on other sites More sharing options...
deljhp Posted January 15, 2009 Author Share Posted January 15, 2009 just updated me to 5.2.5 on php heres the configuration info http://24framespersecond.net/phpinfo.php anything stand out as onviously wrong? Link to comment https://forums.phpfreaks.com/topic/140999-access-violation-problem/#findComment-738005 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.