Search OK in block but crashes if in logo area
ardee - March 18, 2008 - 19:40
Using Drupal 5.7. Theme is "CristalX4Drupal".
As usual, you can put a Search field in a Block and/or in the same area as the site's logo. (The former you choose in the Blocks screen; the latter you choose in the Theme's settings.)
But here's what's strange: searching works fine if initiated via the search block, but leads to a blank screen if initiated via the search field in the logo area!
Any thoughts as to why?
Thanks in advance!!

MORE INFO: I just noticed
MORE INFO:
I just noticed the following difference between using the two different searches:
The block search leads to the address www.example.com/search/node/searchterm
...whereas...
the theme search leads to the address www.example.com/search/node -- no reference to the search term!
The markup for both search forms is nearly identical, yet they take you to two separate places. I wonder why!
UPDATE: It looks like
UPDATE:
It looks like disabling the module "TopList" solved the problem.