problem nach Update auf PHP5

darknose

New Member
Hi,

also ich habe von PHP 4 auf PHP 5 geupdatet.

Mein OS ist Debian und habe Confixx drauf alles geht wunderbar.

Doch dann sehe ich das irgend wie includen nicht mehr geht :(

ich weiß aber nicht wieso ich bekomme immer die meldung:

Warning: include() [function.include]: URL file-access is disabled in the server configuration in /var/www/web3/html/test.php on line 12

Warning: include(/var/www/web3/html/testinclude.php) [function.include]: failed to open stream: no suitable wrapper could be found in /var/www/web3/html/test.php on line 12

Warning: include() [function.include]: Failed opening '/var/www/web3/html/testinclude.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/web3/html/test.php on line 12

sorry aber komme einfach nicht weiter wo der Fehler ist vorher ging es :/
 
Last edited by a moderator:
Neu ist "allow_url_fopen" bei weitem nicht. Kann aber gut sein, dass nun standarmaessig der Wert auf 0 statt auf 1 steht.

Diesen Wert kann man auch in den einzelnen virtualHost aendern. In der php.ini sollte der Wert auf 0 (=OFF) stehen bleiben.
 
Back
Top