BlueBeetle Posted January 11, 2008 Share Posted January 11, 2008 We're currently running this version of PHP on our Win2k3 server: PHP 5.0.5 (cli) (built: Sep 5 2005 15:54:44) Copyright © 1997-2004 The PHP Group Zend Engine v2.0.5, Copyright © 1998-2004 Zend Technologies We keep getting this message at random times on our MediaWiki and Wordpress installations: PHP has encountered an Access Violation at 7C82C853 Does anyone know how to fix this? I've read that reinstalling PHP can help but that sounds scary to me. I don't want to break anything else in the process. Thanks! Quote Link to comment https://forums.phpfreaks.com/topic/85551-php-has-encountered-an-access-violation/ Share on other sites More sharing options...
jamesisin Posted February 12, 2008 Share Posted February 12, 2008 I am having the same problem (though the error code is different--and I've seen at least three of those). I will post my information here too, but I made a thread over at the WordPress site (which is what I'm trying to use PHP for): http://wordpress.org/support/topic/156430 I tried upgrading from PHP4.something to the latest version of PHP5. Yes it was a hassle; no it didn't seem to effect this problem. Here is my assessment for comparison: When I visit some part of the blog portion of my site (that is, the WordPress portion) I can visit one item (page, link, etc.) and that works fine. But when I click to another link or load another page (involving WP/PHP) I get an error: PHP has encoutered an Access violation at 0128902E (or other codes) I am running SBS 2003, PHP5, MySql4.1, IIS6, and WP2.3.3 on a pretty much brand new box. The general html of the site is working, it seems to be just the WP/PHP segments which this is happening to. Oddly, every time I reset IIS I can access one more link. So, in theory I could do everything I wanted to do in WP/PHP by clicking a link, going over and restarting IIS, and then clicking the next link. I did some more testing. I was mistaken about an IIS reset being required. On the server, seemingly at random, links will or will not work within WP running on Firefox or IE. I've basically just been clicking them in rapid succession and going back when the error comes. Currently the error code is 012B1255 (but I think it changes and IE skips this part). When the page is going to error out, it takes ages to do so. Well, the Access error message tends to appear right away, but then the page continues to attempt to load. Then Opera stops loading the page; Firefox switches to a "The connection was reset" error; and IE gives a "This program cannot display the webpage" error. Hope we are both able to get the solutions we are seeking. Cheers, James Quote Link to comment https://forums.phpfreaks.com/topic/85551-php-has-encountered-an-access-violation/#findComment-465340 Share on other sites More sharing options...
jamesisin Posted February 13, 2008 Share Posted February 13, 2008 Fixed. There was something from PHP4 that was mucking things up. Once I scoured through and removed anything related to PHP4 I came to a different error which was much easier to fix (changing the extensions path from ./ext to c:/php5/ext). Now it looks to be fully functional. Quote Link to comment https://forums.phpfreaks.com/topic/85551-php-has-encountered-an-access-violation/#findComment-465426 Share on other sites More sharing options...
BlueBeetle Posted February 29, 2008 Author Share Posted February 29, 2008 Could you be more specific as to what you did to fix the issue? Thanks. Quote Link to comment https://forums.phpfreaks.com/topic/85551-php-has-encountered-an-access-violation/#findComment-480154 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.