PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

Problem when using with Coldfusion

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

  • Problem when using with Coldfusion

    With v5 I had to do the following to use Zoom:

    <cfhttp url="http://www.salleboise.com/search/search.php?#cgi.QUERY_STRING#" method="GET" timeout="60" throwonerror="yes" charset="iso-8859-1"></cfhttp>
    <cfif Len(CFHTTP.FileContent)>
    <cfoutput>#CFHTTP.FileContent#</cfoutput>
    </cfif>

    Now, after uploading the NEW files, the new search.php, etc, I don't see anywhere to type the phrase or words I'm searching for on our site.

    Did something change???

  • #2
    It should still be posible to do this from Coldfusion. Maybe you have changed the configuration settings in Zoom V6 and turned off the search form? What is the URL to the CF search function so we can see the problem?

    Comment


    • #3
      Well, now it seems to be working, but I have it set so the results show in the current window, but when I search, the main page goes away, and I'm just left with the results...

      You can see what is happening at www.salleboise.com/search.cfm

      Comment


      • #4
        You site appears to be down so we can't see the problem.

        C:\>ping www.salleboise.com
        Pinging www.salleboise.com [65.175.112.237] with 32 bytes of data:
        Request timed out.
        Request timed out.

        Comment


        • #5
          It seems to be up for me....I can get to it just fine......

          Comment


          • #6
            You're missing your "Link back URL" setting, that you most likely had in V5. It should be set to "search.cfm".

            This is on the Advanced panel of the Configuration tab. If you loaded your V5 config with V6, it should have picked this up automatically and I just tested this scenario to be sure.
            --Ray
            Wrensoft Web Software
            Sydney, Australia
            Zoom Search Engine

            Comment

            Working...
            X