Link to home
Start Free TrialLog in
Avatar of carchitect
carchitect

asked on

PHP Problem

PHP has encountered an Access Violation at 00EC29AE
can anybody tell me what is that?This problem came via accesing a php page. page runs as usual but once  a while it gives ths error
Avatar of us111
us111
Flag of Luxembourg image

upgrade your PHP version. it could be a memory bugs
Avatar of conner_bw
conner_bw

Although a longshot, perhaps the script requires a more memory than you have allocated to it?

Check your PHP.INI file for the following line:

memory_limit = 8M      

and try changing 8M to a bigger number such as 16M. Don't forget to restart your webserver to enable the change.





Avatar of carchitect

ASKER

hi thx for the reply
but its not due to memory prob and i am using latest php
regards
I get the same problem on my win2k dev laptop after using it for between 10 minutes - 3 hours!

All I can do to get rid of it is restart.

Reinstalling the webserver/php doesn't do anything.
A rebuild of windows from scratch seemed to fix it for a month or two...

The problem is annying as hell but I've gotten used to it.

All you can do (in my experience) is restart the machine and start from scratch.


Note: When using PHP from a command line rather than as a CGI add-on to IIS the problem never occours... something to do with webserver temporary files that only get cleaner out after a restart perhaps?
thx for responding ASCII Man
i know
that is the only possible solution
i had
but suddenly i am not encountering the problem from a long time
anyways thx for the answer
carchitect,
You have a couple of choices here.  You can award one of the experts who responded with the points for their effort or you can request a refund on the question (I personally recommend awarding as this builds a rapport with the experts especially on a question valued at below half the value of an "Easy" question, but DO NOT AWARD TO ME).  The second alternative is to post a zero-point question in community support (https://www.experts-exchange.com/Community_Support/) asking for a refund on this question.  Make sure you post your intentions for a refund here, then post the refund request in community support, copy the URL for this question (https://www.experts-exchange.com/questions/20428654/PHP-Problem.html) and paste it in the refund request.
ASKER CERTIFIED SOLUTION
Avatar of SpideyMod
SpideyMod

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
thx