habe mal wieder ne fehlermeldung mit der ich nichts anfangen kann...
Code: Alles auswählen
Parse error: parse error in /home/www/n4a445/html/test/admin/admin_forums.php on line 847
vielen dank im voraus für schnelle hilfe!
niels
Code: Alles auswählen
Parse error: parse error in /home/www/n4a445/html/test/admin/admin_forums.php on line 847
Code: Alles auswählen
$sql = "INSERT INTO " . FORUMS_TABLE . " (forum_id, forum_name, cat_id, forum_desc, forum_order, forum_status, forum_hier_level, forum_issub, prune_enable" . $field_sql . ")
VALUES ('" . $next_id . "', '" . str_replace("\'", "''", $HTTP_POST_VARS['forumname']) . "', " . VALUES ('" . $next_id . "', '" . str_replace("\'", "''", $HTTP_POST_VARS['forumname']) . "', " . $cat_id . ", '" . str_replace("\'", "''", $HTTP_POST_VARS['forumdesc']) . "', $next_order, " . intval($HTTP_POST_VARS['forumstatus']) . ", " . $hier_level . ", " . FORUM_ISNOSUB . ", " . intval($HTTP_POST_VARS['prune_enable']) . $value_sql . ")";Code: Alles auswählen
$sql = "INSERT INTO " . FORUMS_TABLE . " (forum_id, forum_name, cat_id, forum_desc, forum_order, forum_status, forum_hier_level, forum_issub, prune_enable" . $field_sql . ")
VALUES ('" . $next_id . "', '" . str_replace("\'", "''", $HTTP_POST_VARS['forumname']) . "', " . $cat_id . ", '" . str_replace("\'", "''", $HTTP_POST_VARS['forumdesc']) . "', $next_order, " . intval($HTTP_POST_VARS['forumstatus']) . ", " . $hier_level . ", " . FORUM_ISNOSUB . ", " . intval($HTTP_POST_VARS['prune_enable']) . $value_sql . ")";Code: Alles auswählen
Ambiguous forum ID's
DEBUG MODE
Line : 1230
File : /home/www/n4a445/html/test/admin/admin_forums.php