Hallo,
ich habe das Poblem auch gehabt. (Jquery Lightbox 0.4)
Zeile 118 article_id in eckige Klammer, danach habe ich keine Fehlermeldung mehr bekommen.
Code
// aktuellen Artikel ermitteln
$artid = isset($_GET['article_id']) ? $_GET ['article_id']+0 : 0;
if ($artid==0) {
$artid = $REX_ARTICLE->getValue['article_id'] +0;
}
if ($artid==0) { $artid = $REX['START_ARTICLE_ID']; }
Grüße
Micha

