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.
-
LazyTiger
- Berichten: 2000
- Lid geworden op: 21 okt 2003, 18:21
Bericht
door LazyTiger » 30 dec 2003, 15:35
ik heb met de hand 2.0.4. upgegrade naar 2.0.5. (
tip van spikey 
)
helaas geeft het enkele fouten:
Parse error: parse error, expecting `')'' in /usr/home/muziek/public_html/phpBB2/viewtopic.php on line 866
regel 861 t/m 870
Code: Selecteer alles
$template->assign_vars(array(
'POLL_QUESTION' => $vote_title,
'S_HIDDEN_FIELDS' => $s_hidden_fields,
'S_POLL_ACTION' => append_sid("posting.$phpEx?mode=vote&" . POST_TOPIC_URL . "=$topic_id"))
);
$template->assign_var_from_handle('POLL_DISPLAY', 'pollbox');
}
}
en
Parse error: parse error
in /usr/home/muziek/public_html/phpBB2/posting.php on line 541
regel 535 t/m 546
Code: Selecteer alles
$message = $lang['No_vote_option'];
}
$template->assign_vars(array(
'META' => '<meta http-equiv="refresh" content="3;url=' . append_sid("viewtopic.$phpEx?" . POST_TOPIC_URL . "=$topic_id") . '">')
);
else
{
redirect(append_sid("viewtopic.$phpEx?" . POST_TOPIC_URL . "=$topic_id", true));
}
}
wat is er fout?
-
Luuk
- Berichten: 7311
- Lid geworden op: 22 okt 2003, 10:07
- Locatie: Delft
Bericht
door Luuk » 31 dec 2003, 10:25
P.T. schreef:ik heb met de hand 2.0.4. upgegrade naar 2.0.5. (
tip van spikey 
)
helaas geeft het enkele fouten:
Parse error: parse error, expecting `')'' in /usr/home/muziek/public_html/phpBB2/viewtopic.php on line 866
regel 861 t/m 870
$template->assign_vars(array(
'POLL_QUESTION' => $vote_title,
'S_HIDDEN_FIELDS' => $s_hidden_fields,
'S_POLL_ACTION' => append_sid("posting.$phpEx?mode=vote&" . POST_TOPIC_URL . "=$topic_id"))
);
$template->assign_var_from_handle('POLL_DISPLAY', 'pollbox');
}
}
en
Parse error: parse error
in /usr/home/muziek/public_html/phpBB2/posting.php on line 541
regel 535 t/m 546
$message = $lang['No_vote_option'];
}
$template->assign_vars(array(
'META' => '<meta http-equiv="refresh" content="3;url=' . append_sid("viewtopic.$phpEx?" . POST_TOPIC_URL . "=$topic_id") . '">')
);
}
else
{
redirect(append_sid("viewtopic.$phpEx?" . POST_TOPIC_URL . "=$topic_id", true));
}
}
wat is er fout?
Het rode moet weg en het blauwe toevoegen, het eerste weet ik bijna zeker, het tweede niet, maar ik denk het zo.
