Ich habe folgendes Problem.

Folgendes steht bei mir im PHP Code [aufgebaut auf ner Mod Vorlage]:
Code: Alles auswählen
// Select Data from DB
$sql = 'SELECT value, aktiv
FROM ' . INFOTICKER_TABLE . '
ORDER BY name';
$result = $db->sql_query($sql);
Allerdings kommt dann vom phpBB die Meldung: Öh. Was dann halt kommt. INFOTICKER_TABLE doesn't existist.