PassMark Logo
Home » Forum

Blank search with using the word number

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hoosierwebdesign
    Junior Member
    • Jun 2006
    • 5

    #1

    Blank search with using the word number

    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?
    Last edited by hoosierwebdesign; Jul-30-2007, 07:42 PM.
  • David
    Administrator
    • Dec 2004
    • 4714

    #2
    I think you have the Apache configuration problem described here.

    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.

    Comment

    • hoosierwebdesign
      Junior Member
      • Jun 2006
      • 5

      #3
      Thanks

      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

      Comment

      Working...