Fatal error: Cannot redeclare opmaak() (previously declared in /usr/export/www/vhosts/funnetwork/hosting/crimie/forum/config.php:51) in /usr/export/www/vhosts/funnetwork/hosting/crimie/forum/config.php on line 51
Lijn 51:
function opmaak($bericht)
En:
Fatal error: Cannot redeclare beveiliging() (previously declared in /usr/export/www/vhosts/funnetwork/hosting/crimie/include.php:50) in /usr/export/www/vhosts/funnetwork/hosting/crimie/include.php on line 50
Lijn 50: function beveiliging($soort){
wie kan me erbij helpen?
Nick,
Moderator edit: Titel aangepast 'fouten' is te algemeen als titel
Fatal error: Cannot redeclare opmaak() (previously declared in
/usr/export/www/vhosts/funnetwork/hosting/crimie/forum/config.php:51) in
/usr/export/www/vhosts/funnetwork/hosting/crimie/forum/config.php on line 51
Lees de fout eens goed (bij beide hetzelfde)
Je hebt in je config file de declaratie maar 1 keer staan. (wordt tenslotte steeds op dezelfde regel)
Of je hebt een lange regel waarin je 2 keer de functie maakt (zoals functie a(){echo 'boe'; } functie a(){ echo 'boe'; } )
ik acht het 1e het meest waarschijnlijkste dus vraag je 2 keer het include file op (include require etc.) Als je alle includes en requires vervangt door include_once of require_once dan zorg je ervoor dat het echt maar 1 keer geladen wordt.
Fatal error: Cannot redeclare opmaak() (previously declared in /usr/export/www/vhosts/funnetwork/hosting/crimie/forum/config.php:51) in /usr/export/www/vhosts/funnetwork/hosting/crimie/forum/config.php on line 51