[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
MV3.12: search: nextpage: ise
Hi,
I am doing a search for new products with this code:
<form action="[process-search rechts]" method="POST">
<input type="hidden" name="mv_search_file" value="products.asc">
<input type="hidden" name="mv_search_field" value="Neu">
<input type="hidden" name="mv_return_fields"
value="0,Artikelnummer,Beschreibung,Beschreibung2,Beschreibung3,EK-Preis,Gruppe,Untergruppe,Kurzbeschreibung">
<input type="hidden" name="mv_search_page" value="/hshop/neues_h">
<input type="hidden" name="mv_matchlimit" value="20">
<input type="hidden" name="mv_unique" value="on">
<INPUT TYPE="hidden" NAME="mv_searchspec" value="X">
<INPUT TYPE="hidden" NAME="mv_todo" value="Finde">
<input type="submit" value="such">
</form>
The Results works fine. But when I want to access an other page of the
results with
[more-list]
[more]
[/more-list]
I get an Internal Server Error (Premature end of script header...) an no
other message.
Has anyone any hint?
Thank you.
Marius