PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

Blank search with using the word number

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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.

  • #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


    • #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...
      X