Click here to Skip to main content
15,891,253 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have been getting a strange error in an embedded webbrowser in c# for some time now which i can find the cause.

When ever i auto fill a webform and submit in the webbrowser in c#, i get the error shown in the image. I even deleted and used another webbrowser control, but i get the error.

I tried filling and submitting the same form in internet explorer,creating other project and other browsers, but i don't get the error.

Has anyone experience this error in filling webforms?

The website is http://www.blavagen.com/submit_article.php.

Fatal error: Allowed memory size of 50331648 bytes exhausted (tried to allocate 15843330 bytes) in /home/content/61/8631361/html/blavagen.com/libs/inputfilter/class.inputfilter_php4.php on line 103
Posted

1 solution

Hi,

in (your) php config is set an memory_limit which sets the maximal space a php script can reserve for itself (in RAM).
It looks like a bad coded php file which causes a memory leak, then this exception will be thrown.


Best Regards
 
Share this answer
 
v4

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900