Announcement

Collapse
No announcement yet.

SEARCH ERROR - Highlight page name corrupt.

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

    SEARCH ERROR - Highlight page name corrupt.

    I'm experience problems with searching. For example, if you go to this page: http://www.all-wall.com/acatalog/search.php and do a search for "tools", then click on one of the results you get and error that reads "Highlight page name corrupt."... I don't understand why I'm getting this error?

    Please help! It may be because I'm using php, and that the search query doesn't know how to handle the extension, but I'm not sure a work around...?

    Thanks in advance for the assistance.

    #2
    Check out this knowledge base article:

    http://knowledge.actinic.com/users/k...es.html#aGC136

    I think if you change 'html' to 'php' in that example, then it should fix the problem.

    Also, this problem has been fixed in the latest release - v6.1.3.

    Comment


      #3
      Highlight page name corrupt

      Thank you! I did find that in the knowledge base. I've changed the script and it now works. However, since the search result pages are populated by a different template rather than Primary, I know have to figure out how to get my Navigation (php include) to work on all the Search result pages?

      ???

      Thanks again for you response.

      Comment


        #4
        The search results page will use the 'Default Overall Layout' template as specified in 'Design | Options | Layouts'.

        It becomes a file called 'results.html' within your 'acatalog' folder, which is then displayed via the search perl script (ss00000x.pl).

        Comment

        Working...
        X