PDA

View Full Version : Blank search with using the word number


hoosierwebdesign
07-30-2007, 08:38 PM
Odd issue
http://www.hofcraft.com/

when searching for "paint by number (page dies)
but if you search "paint by" or "paint" the page shows.. also if you just search "number" page dies
"numb" "numbe" work.. just "number"

any ideas?

wrensoft
07-30-2007, 10:37 PM
I think you have the Apache configuration problem described here (http://www.wrensoft.com/forum/showthread.php?t=12).

Depending on the CPU time and / or RAM used the Apache install on this server is killing the script before it can finish execution.

So less resource intensive search words work. You must be sitting right at the limit that has been set on your server.

hoosierwebdesign
07-30-2007, 11:19 PM
I am sure I had the resources reconfigured a long time ago.. as numbers worked..

I added this to the sites .htaccess file (faster than ssh)

<FilesMatch "\.(php|html?)$">
php_value memory_limit 32000000
</FilesMatch>

and it works again