Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Search Error! Help..

Quote Reply
Search Error! Help..
Hi, I have problems with my search cgi. Whenever I search, I always have 500 error and here's the error.
Errors:
[Wed Jul 14 09:03:18 1999] [error] [client 209.103.48.154] script not found or unable to stat: /data1/hypermart.net/philsites/cgi-bin/search.cgi
[Wed Jul 14 09:04:08 1999] [error] [client 209.103.48.154] script not found or unable to stat: /data1/hypermart.net/philsites/cgi-bin/search.cgi
[Wed Jul 14 09:06:05 1999] [error] [client 209.103.48.154] script not found or unable to stat: /data1/hypermart.net/philsites/cgi-bin/search.cgi
[Wed Jul 14 09:10:53 1999] [error] [client 209.103.48.154] (12)Cannot allocate memory: couldn't spawn child process: /data1/hypermart.net/philsites/cgi-bin/search.cgi

I hope you could help me solve this problem Thanks.
Quote Reply
Re: Search Error! Help.. In reply to
Check the permissions on your search.cgi.

All executable programs need to be chmod 755.

Also, make sure you _HAVE_ search.cgi where the program is looking for it....

ie:
/data1/hypermart.net/philsites/cgi-bin/search.cgi

make sure your search.cgi *really* is there.

Quote Reply
Re: Search Error! Help.. In reply to
Thanks pugdog. You solved the problem!