![]() |
|
Forum search broken? - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Development (/forumdisplay.php?fid=32) +--- Forum: Website and Forum Issues or Suggestions (/forumdisplay.php?fid=35) +--- Thread: Forum search broken? (/showthread.php?tid=99450) |
Forum search broken? - hudo - 2011-04-16 21:20 No matter what string I search, the following message gets expelled: Code: Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 71 bytes) in /var/www/forum/search.php on line 1155Something wrong? h.udo - stoli - 2011-04-16 21:23 works fine for me... - branlr - 2011-04-16 21:29 Like the message is trying to say in it's own computery way, there is a parameter set on the server side of the search that limits the results to a certain size because of memory limitations. For me, I get this when I stupidly include "xbmc" in the search string, because basically every thread on the forum will turn up if you do this. - hudo - 2011-04-16 22:07 It must be that. I was searching for 'xbmc 100% core usage'. h.udo - waldo22 - 2011-04-22 04:53 I thought you may have posted this because of all the PS3 threads that keep turning up. ![]() -Wes |