Parse error

Installatie lukt niet? Plotseling een foutmelding. Of weet je niet hoe iets werkt. Problemen met phpBB2 kun je in dit archief opzoeken.
Forumregels

Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
phpBB2.0.x
Gesloten
Viv
Berichten: 39
Lid geworden op: 19 jan 2004, 13:08
Contacteer:

Parse error

Bericht door Viv » 23 jan 2004, 16:05

Ik heb een fout in mijn linker frame van mijn adminsectie

Parse error: parse error, unexpected ',' in c:\hosting\ehostingbizmember\corona\Nuke\admin\admin_forums.php on line 855


Dit is de code:

Code: Selecteer alles

SET forum_name = '" . str_replace("\'", "''", $HTTP_POST_VARS['forumname']) . "', cat_id = " . intval($HTTP_POST_VARS[POST_CAT_URL]) . ", forum_desc = '" . str_replace("\'", "''", $HTTP_POST_VARS['forumdesc']) . "', forum_status = " . intval($HTTP_POST_VARS['forumstatus']) . ", prune_enable = " . intval($HTTP_POST_VARS['prune_enable']) . "  $field_value_sql . ", count_posts = " . intval($HTTP_POST_VARS['count_posts']) . "
Wat is de fout?

Gesloten