I installed drupal yesterday first time. I'm trying to get the trip search module to work. I have done all steps requested in install txt file except for step 1 becuase when I actually disabled the search.module ... the search box disapears from the pagelayout. Also, I cannot get any search results... see for yourself: www.endurant.org. When I check logs I get this: "Search: people (content)." Have any advice?

Installation
------------

1) First you might disable the Drupal standard search.module
Although search.module and trip_search.module work concurrently
together, it might be confusing for your users.
2) Create a new directory "trip_search" in the modules directory and
copy the module as well as popupcalendar, including all its contents,
to the new directory.
3) Enable trip_search.module
4) Optionally enable the "Search" block
5) If you are using MySQL and wish to enable full text indexing, run the
sql in full_text_indices.mysql. This will add special "full text"
indices to the node and taxonomy tables. Note: if you ware using
a database prefix, you will need to manually edit the "node" and
"taxonomy" table names in full_text_indices.mysql to include the
prefixes.
6) Optionally enable highlight.module from Contrib. It highlights words on
a node's page.

Comments

endurant’s picture

Also, If I am not logged into drupal, my log error says "denied access search/node/people denied access."

smallfluffykat’s picture

I have not used trip_search but the error message above sounds like your access permissions are not configured correctly for anonymous users.

Go to Administer > Access Control and check that any headings related to trip_search that are applicable are allowed for anonymous users.

smallfluffykat’s picture

I would follow the installation text to the letter, including step 1. Again, I have not used trip search, but it sounds like the search box from the Drupal search.module and the block for trip_search.module are different. Have you enabled the search block?

EDIT: After clicking your link it appears that you are not using Drupal at all but Expression Engine! :-(

endurant’s picture

Sorry. I use a lot of frameworks. I used to have drupal installed here.