I'm gettin an unusual failure with a custom search results page.
I have the Search Layout set to display 10 items per page.
I use the same search request term for each test. For consistancy.
Six results are returned on the first page.
Only the first page is produced and here's the kicker - the code just stops at the same place each time. IE I view the source code and the page ends with a line like this
<a href="http://www.ahoycaptain.com/shop/lifevests.html">Life
This line should look like this (taken from the code for the previous product which is identical except a different size Medium as opposed to Large)
<a href="http://www.ahoycaptain.com/shop/lifevests.html">Life-Vests & PFD's</a><br>
There are no error messages. Other search terms will fail also at different places in the result and again with just the code stopping. No error message no nothing.
Every product uses the same template.
I've just never seen a failure like this where page doesn't appear to complete.
Does anyone have an idea of how I might go about debugging this?
THanks
Vince