PDA

View Full Version : SEARCH ERROR - Highlight page name corrupt.


all-wall
07-Aug-2003, 09:22 PM
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.

cdicken
08-Aug-2003, 03:13 PM
Check out this knowledge base article:

http://knowledge.actinic.com/users/kadmin/acatalog/v6_Script_Changes.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.

all-wall
15-Aug-2003, 04:48 PM
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.

cdicken
18-Aug-2003, 04:27 PM
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).