Andreas Kansok - 2002-07-11

>     Folgende Fehlermeldung entsteht nach dem Anlegen eines Artikels:
>
> Artikel
> moizi_stehhilfe_200.jpeg (5469, image/pjpeg) uploaded :-)
> moizi_stehhilfe_400.jpeg (18453, image/pjpeg) uploaded :-)
>  Eintrag 1 (Stehhilfe Moizi) hinzugefgt
> You have an error in your SQL syntax near ' 9' at line 3
>
>     Aber auch hier seltsamerweise ohne weitere Auswirkungen ...

Das hngt irgendwie an $startlimit in admin/limit_navi.inc.php (Zeile13). Die 9 ist die Anzahl der Artikel pro Administrationseite. Bauen Sie noch ein verstecktes Formularfeld ein, das startlimit heit und als Wert $startlimit hat.
echo "<input type=hidden name=startlimit value=\"startlimit\">\n";