Announcement

Collapse
No announcement yet.

errors with quick search on site

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    errors with quick search on site

    I am currently getting an error when I try the quick search on the site I am building (see below)

    Error opening the word index "../acatalog/oldtext.fil". No such file or directory. The web site is probably being updated. Please wait a few minutes and try again. If the problem persists, contact us.

    Any ideas what the problem might be?

    As on my last post I also want this quick search to appear on my home index page

    www.furnituretoday.co.uk/index2.html

    Thanks

    #2
    Can I suggest a site refresh (Web | Refresh Website) as this will replace any missing files. With regards to puttin this on your front page, include HTML similar to the following where you want the search to appear:

    <form name=simplesearch action="http://localhost/cgi-bin/ss000001.pl" METHOD="GET">
    <input type="TEXT" name="SS" size="15" maxsize="125" value="Quick search" onFocus="this.value='';this.style.background='#FFFFFF'"></
    <input name="ACTION" type="image" id="ACTION" src="quicksearch.gif" width="49" height="19" border="0">
    <input type=HIDDEN name="PR" value="-1">
    <input type=HIDDEN name="TB" value="A">
    <input type=HIDDEN name="ACTINIC_REFERRER" value="http://your.URL/acatalog/">
    </form>

    This is basically the fully working code from your store's simple search, with the hidden ACTINIC_REFERRER form field added in to make sure all your images are shown when you view your search results.

    Comment

    Working...
    X