I was putting some css style for texts in a php file and after saving, I got this error: PHP has encountered an Access Violation at 01BAB0EF
Even I deleted that php file but still I can't load my website!! what happened?
|
I was putting some css style for texts in a php file and after saving, I got this error: PHP has encountered an Access Violation at 01BAB0EF Even I deleted that php file but still I can't load my website!! what happened? | |||||||
feedback
|
This question came from our site for professional and enthusiast programmers.
|
Contact your hosting provider, PHP shouldn't crash like this. Btw, is this a Win32 based host running PHP? Yuk. | |||||
feedback
|
|
PHP died hard, and probably took a chunk of IIS with it. Try restarting IIS, or even the entire server if it's possible If at all possible, try moving to LAMP for PHP hosting. I've yet to see a Windows AMP stack that works well enough to be production-ready. | |||||
feedback
|