# this line may already exists ; if so, just ignore it ???

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
Carina
Berichten: 103
Lid geworden op: 24 apr 2005, 17:40
Contacteer:

# this line may already exists ; if so, just ignore it ???

Bericht door Carina » 26 apr 2005, 16:18

http://www.carinahermse.nl/phpBB2/index.php

De zin die ik als titel van dit bericht heb geschreven: # this line may already exists ; if so, just ignore it die staat nu bovenaan mijn testforum. En ik heb gezocht en gezocht maar ik kan hem niet vinden. :?
Heeft er iemand misschien een idee waar het zou kunnen staan? Ik heb zojuist de topic calendar geinstalleerd.
Hij staat niet in het administratiepanel.

Gebruikersavatar
Paul
Beheerder
Beheerder
Berichten: 20316
Lid geworden op: 23 okt 2003, 11:38
Locatie: Utrecht
Contacteer:

Bericht door Paul » 26 apr 2005, 16:23

functions.php
index.php
index_body.tpl
overall_header.tpl
en van die denk ik ;)

Gebruikersavatar
Bee
Berichten: 13403
Lid geworden op: 29 aug 2004, 10:30

Bericht door Bee » 26 apr 2005, 16:24

Het zit hem in functions.php, je hebt net iets teveel gekopieerd.
... Maar ik modereer (nog) niet.

Carina
Berichten: 103
Lid geworden op: 24 apr 2005, 17:40
Contacteer:

Parse error

Bericht door Carina » 26 apr 2005, 21:28

http://www.carinahermse.nl/phpBB2/posti ... =reply&t=1

Parse error: parse error, unexpected T_BOOLEAN_OR in /home/carinahe/public_html/phpBB2/posting.php on line 419

Dit probleem heb ik ook. Ik weet niet wat er hier fout is. Ik heb de regel waar het over gaat regel 419 rood gemaakt.
Nu maar verder klussen :lol: Maar ziet iemand wat er her fout is?



{
message_die(GENERAL_MESSAGE, $lang['No_such_post']);
}

//
// The user is not authed, if they're not logged in then redirect
// them, else show them an error message
//
//-- mod : calendar --------------------------------------------------------------------------------
// here we added
// || (!empty($is_auth_type_cal) && !$is_auth[$is_auth_type_cal])
//-- modify
if ( !$is_auth[$is_auth_type] )
|| (!empty($is_auth_type_cal) && !$is_auth$is_auth_type_cal])
//-- fin mod : calendar ----------------------------------------------------------------------------

{
if ( $userdata['session_logged_in'] )
{

Gebruikersavatar
Bee
Berichten: 13403
Lid geworden op: 29 aug 2004, 10:30

Bericht door Bee » 26 apr 2005, 21:34

Code: Selecteer alles

if ( !$is_auth[$is_auth_type] ) 
|| (!empty($is_auth_type_cal) && !$is_auth$is_auth_type_cal]) 
wordt

Code: Selecteer alles

if ( !$is_auth[$is_auth_type] || (!empty($is_auth_type_cal) && !$is_auth$is_auth_type_cal]))
... Maar ik modereer (nog) niet.

Gesloten