Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!
Moderator: General Moderators
-
Shendemiar
- Forum Contributor
- Posts: 404
- Joined: Thu Jan 08, 2004 8:28 am
Post
by Shendemiar »
I have simple php&mysql database search code that makes my apache crash. Should i want to help developing these tools, whats the best thing to do?
Errorlog tells me this much:
FATAL: erealloc(): Unable to allocate 9 bytes
-
rehfeld
- Forum Regular
- Posts: 741
- Joined: Mon Oct 18, 2004 8:14 pm
Post
by rehfeld »
1- post it in the correct forum
2- google for the error you received. it sounds like your script it using too much memory
-
feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
Post
by feyd »
Moved to Web Servers...
As rehfeld said, it sounds like too much memory is being used by something.