Page 1 of 1
No Search Results
Posted: Mon Mar 14, 2005 10:12 am
by kzinda
I am running a search and get no results. The following error message from view source (pathanme is to my application):
<br>
<!-- 118 /<Pathname>:758: <EXEC> command /bin/ls returned exit code 1 -->
No Search Results
Posted: Mon Mar 14, 2005 10:51 am
by mark
More details please. How does line 758 and the exec of ls relate to your query?
What's your sql query?
And non-default apicp and sql "set" settings?
No Search Results
Posted: Mon Mar 14, 2005 11:04 am
by kzinda
The search string is as below where document fields are inserted for "field"
(field like 'pharmaceutical drug treatment therap* @0') and (field like 'method procedure process operation* @0')
All other settings are defualt values.
As I am the user I don't know what line 758 is.
No Search Results
Posted: Mon Mar 14, 2005 11:50 am
by mark
As a user without access to the script you can't really know what settings are in play either. You need to contact the authors of the search you're trying to use. They can contact us if it's not working as they expect.
One possibility is that its not configured to allow intersections (@0).
No Search Results
Posted: Mon Mar 14, 2005 11:51 am
by John
We don't know what line 758 is as it is your application. Apparently it is trying to get a directory or file listing and failing. Most common reasons would be permissions or the file/directory does not exist. Someone familiar with your application would be needed to get more detailed.