Warning: is_file() [function.is-file]: na updaten PHP&My

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
gies
Berichten: 682
Lid geworden op: 16 jan 2005, 00:14
Locatie: - MordoX! -
Contacteer:

Warning: is_file() [function.is-file]: na updaten PHP&My

Bericht door gies » 04 aug 2006, 06:44

Code: Selecteer alles

Warning: is_link() [function.is-link]: open_basedir restriction in effect. File(/lang_dutch) is not within the allowed path(s): (/home/:/tmp/:/var/www/:/usr/local/lib/php/:/etc/virtual/) in /usr/home/domains/mordox.org/public_html/common.php on line 352

Warning: is_link() [function.is-link]: open_basedir restriction in effect. File(/lang_english) is not within the allowed path(s): (/home/:/tmp/:/var/www/:/usr/local/lib/php/:/etc/virtual/) in /usr/home/domains/mordox.org/public_html/common.php on line 352

Warning: Cannot modify header information - headers already sent by (output started at /usr/home/domains/mordox.org/public_html/common.php:352) in /usr/home/domains/mordox.org/public_html/includes/sessions.php on line 270

Warning: Cannot modify header information - headers already sent by (output started at /usr/home/domains/mordox.org/public_html/common.php:352) in /usr/home/domains/mordox.org/public_html/includes/sessions.php on line 271

Warning: Cannot modify header information - headers already sent by (output started at /usr/home/domains/mordox.org/public_html/common.php:352) in /usr/home/domains/mordox.org/public_html/includes/page_header.php on line 983

Warning: Cannot modify header information - headers already sent by (output started at /usr/home/domains/mordox.org/public_html/common.php:352) in /usr/home/domains/mordox.org/public_html/includes/page_header.php on line 985

Warning: Cannot modify header information - headers already sent by (output started at /usr/home/domains/mordox.org/public_html/common.php:352) in /usr/home/domains/mordox.org/public_html/includes/page_header.php on line 986
De shoutbox en de links op de index doen 't ineens ook niet meer.


http://www.mordox.org/test/common.txt is mijn common.php

Wat moet ik doen om 't te veranderen.[/code]
Laatst gewijzigd door gies op 04 aug 2006, 12:12, 1 keer totaal gewijzigd.
Afbeelding

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

Bericht door Paul » 04 aug 2006, 08:54

Je moet even contact opnemen met je host, en ze de foutmelding geven. Hun moeten de instellingen aanpassen.

gies
Berichten: 682
Lid geworden op: 16 jan 2005, 00:14
Locatie: - MordoX! -
Contacteer:

Bericht door gies » 04 aug 2006, 12:14

In common.php

Code: Selecteer alles

			if ( ereg("^lang_", $file) && !is_file($dirname . "/" . $file) && !is_link($dirname . "/" . $file) )
REPLACE WITH:

Code: Selecteer alles

			if ( ereg("^lang_", $file) && !@is_file($dirname . "/" . $file) && !@is_link($dirname . "/" . $file) )
Afbeelding

Gesloten