Parse error: parse error, unexpected T_STRING in .../includes/functions_admin.php on line 1343
Wenn ich wie hier im Forum schon vorgeschlagen die install_install.php direkt aufrufe, gibts nur ein weißes Fenster.
Die betroffene Zeile und angrenzende sehen so aus:
Code: Alles auswählen
case 'topic_reported':
if ($sync_extra)
{
sync('post_reported', $where_type, $where_ids);
}
$topic_ids = $topic_reported = array(); <--- Zeile 1343
$sql = 'SELECT DISTINCT(t.topic_id)
FROM ' . POSTS_TABLE . " t
$where_sql_and t.post_reported = 1";
$result = $db->sql_query($sql);
cu
alles