Closed (won't fix)
Project:
Drupal core
Version:
4.6.0
Component:
search.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 May 2005 at 06:05 UTC
Updated:
20 Oct 2005 at 21:40 UTC
After upgrading my site from 4.5.2 to 4.6.0, most searches are working fine. However, some searches result in the site running out of memory with this error:
Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 8021 bytes) in /var/www/html/modules/search.module on line 715
And listed in the log is this message (in this case, I was searching for my first name: radi):
Location /search/node/radi
Message Missing argument 2 for do_search() in /var/www/html/modules/search.module on line 472.
Any ideas as to what could be causing this?
Thanks!
Radi Shourbaji
http://radi-shourbaji.profconnect.org
Comments
Comment #1
Bèr Kessels commentedhis is caused by memory limits.
You should increase the allocated memory in your php settings, or deinstall some big modules.
Comment #2
NaSPA1 commentedThanks... but no matter how high I set the limits - the results the same. Not to mention my hosting provider isnt thrilled with regularly occurring peaks in storage & CPU demands that.
Comment #3
killes@www.drop.org commentedI think you are using a module which has a search hook that isn't updated from 4.5.
Comment #4
killes@www.drop.org commentedno user feedback