Pagina 1 van 1

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

Geplaatst: 04 aug 2006, 06:44
door gies

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]

Geplaatst: 04 aug 2006, 08:54
door Paul
Je moet even contact opnemen met je host, en ze de foutmelding geven. Hun moeten de instellingen aanpassen.

Geplaatst: 04 aug 2006, 12:14
door gies
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) )