Gregory Hamilton Wrote:
> Radish,
>
> I'm getting an "404 Not Found: livesearch.html" after some activity
>
And so the support begins :)
Couple of things to check. What version of slimserver are you running?
(I only tested this on 6.1). What version of firefox are you running
(I'm on 1.0.7). Did you edit the slimserver.src correctly? It's
originally this:
Code:
--------------------
<search version="7.1"
name="SlimServer"
description="Search local slimserver"
method="GET"
action="http://<your server here>:9000/livesearch.html" >
<input name="manualSearch" value="1">
<input name="query" user>
</search>
--------------------
You need to edit the action line to include your server address, so
it's something like this:
Code:
--------------------
<search version="7.1"
name="SlimServer"
description="Search local slimserver"
method="GET"
action="http://squidward:9000/livesearch.html" >
<input name="manualSearch" value="1">
<input name="query" user>
</search>
--------------------
If you could post the contents of slimserver.src I'll take a look.
--
radish
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins