PDA

View Full Version : Fatal memory errors - Allowed memory size 8388608 exhausted



selogan
08-15-2005, 06:33 PM
Hello,

I just installed Zoom 4.1, Professional edition, build 1003 on our webserver. When attempting a search, I'm receiving somewhat random errors along the lines of:

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 12 bytes)

Occasionally this occurs when searching on a complex string; other times the error is triggered by toggling search results to "sort by date." I uploaded all files in binary mode as suggested elsewhere in this forum, but that didn't do the trick.

Is there some setting that I'm overlooking that will increase "Allowed memory size"? A config file in Apache? Anything else that I overlooked?

Thanks.

wrensoft
08-15-2005, 08:56 PM
This is due to the memory limits set on your web server for PHP scripts being too low. You can fix this by editing the PHP config file for your webserver (php.ini) or changing the limit via a .htaccess file.

See this page for details.
http://www.wrensoft.com/zoom/support/faq_php.html

----
David