Search not working

Post Reply
User avatar
Thunderstone
Site Admin
Posts: 2504
Joined: Wed Jun 07, 2000 6:20 pm

Search not working

Post by Thunderstone »



View the source of the results page and look for error messages
within html comments. They should tell you what the problem is.

You probably have a permission issue. gw and texis must run as the
same userid. The installation attempts to do this by making them
setuid to the user you specify.

chown THEUSER gw texis
chmod u+s gw texis



Post Reply