also @ TechSpot: Toshiba abandons netbook market in US, focuses on Ultrabooks instead

TechSpot

Allowed memory size of 8388608 bytes exhausted. Error feedback.

Discussion in 'Site Feedback and Suggestions' started by Mr Papschmere, May 18, 2006.

  1. Mr Papschmere Newcomer, in training

    Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 1024 bytes) in /var/www/html/vb/includes/functions_search.php on line 197

    I'm only trying to post a short text - like this!
  2. Spike Newcomer, in training

    It happens to me from time to time also, but I've no idea why. It's not a very common problem, and usually seems to dissapear of its own accord quite quickly.

    Just to fully answer your problem, it's a server error rather than a problem with anything you are doing or a problem with your computer.
  3. Nodsu Newcomer, in training

    The PHP script running on the server gobbled up so much memory, it exceeded the hard limit. Either a bug in the script, server misconfiguration or simple misjudgement.
  4. Per Hansson TechSpot Server Guru

    Just wanted to bump this thread and let everyone know that I have implemented fixes that I hope fixes the issue, however if you should see it again please post saying so in this thread, exact (GMT) time you got the error would help too...

    And just to be clear the error will be:
    Code:
    Fatal error: Allowed memory size of 8388608 bytes exhausted
    
    (Along with which file caused the issue, which line in it and how much memory was asked for)
  5. Tedster Techspot old timer.....

    error

    got this error when doing a thread search:

    Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 6 bytes) in /var/www/html/vb/search.php on line 997
  6. Peddant Newcomer, in training

    I had that error recently.Too many results for your search term,overloading something maybe ?
  7. howard_hopkinso Newcomer, in training

    It`s a problem with the site and is currently under investigation by Per Hansson.

    I have reported your problem to per, please just bear with us and I`m sure it`ll get fixed.

    Edit: you should post this problem in this thread HERE.

    Regards Howard :)
  8. howard_hopkinso Newcomer, in training

    I have temporarily stickied this thread, until the matter has been resolved.

    Regards Howard :)
  9. Julio Franco TechSpot Editor

    As a side note, I've been doing a number of things lately (you will see soon) and right after that I have plans for upgrading the forums to version 3.5 and hopefully implement a different more effective search engine which may resolve the problem.
  10. Vigilante TechSpot Paladin

    oooooo, not to steal the thread, but what new features come with version 3.5?
  11. Julio Franco TechSpot Editor

  12. Julio Franco TechSpot Editor

    Threads merged.
  13. Per Hansson TechSpot Server Guru

    Thank you very much for your feedback guys...

    I have made changes already that I had hoped would fix this (limiting how many threads are searched by the "similar threads" feature, unfortunately this appears to be a core issue in vBulletin and nothing else, there is a post on the vBulletin forums that dates back to 2003 with this issue, it still has new posts up to this year but no solution is provided, except to switch to vBulletin v3.5, which will bring a completely new search engine (server side)
  14. howard_hopkinso Newcomer, in training

    I have just received this error when trying to do a search.

    Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 35 bytes) in /var/www/html/vb/search.php on line 997

    I have tried doing a search several times within the last hour 01:54 GMT and keep getting the above error.

    Regards Howard :)
  15. Per Hansson TechSpot Server Guru

    Anyone else seeing this?

    I can do searches just fine... Dang vB...

    Really hoping v3.5 of vB will fix this issue...
  16. howard_hopkinso Newcomer, in training

    Hi Per.

    Just tried to do another search and got exactly the same error.

    It`s strange that I got to nearly 9500 posts before I ever saw the error message!

    Regards Howard :)
  17. howard_hopkinso Newcomer, in training

    Even stranger.

    I have just found out I only get the error message on certain search words.

    For example. I can type norton and get lots of results, but if I type windows, I get the error message everytime. In fact if I type anything with windows as the first word, I get the error. :confused:

    Regards Howard :)
  18. Spike Newcomer, in training

    Would it be possible to disable the call on the search function when posting, or perhaps simply limit it to searching the last 20 threads? Just an idea, even if it may be an old, impractical, or redundant one.
  19. Per Hansson TechSpot Server Guru

    Spike; this has already been done, for certain reasons it is not viable to limit it that much but I have limited the search function to search less posts...

    However this was a while ago...

    And Howard; if I use the searchstring windows I also get the error now...
  20. Spike Newcomer, in training

    Thanks Per. I had a feeling it may have been tried already. In fact, thinking about it, I did read something about limiting it a while ago. My bad.

    I just tried posting with "windows" as the first word of the post without a problem. In searching though, just simply searching for the string "windows" is also yielding the error message at the moment here too (maybe a vB programmers joke? lol).

    As you say Per, It would be great if 3.5 fixes this bug, but I can't say I envy you guys that have to re-integrate all of your hacks and mods. :(. I'd offer to help if I was any good at PHP but sadly, I'm not.