Pagina 1 van 1

foutmelding bij installatie alles gedaan volgens manual

Geplaatst: 14 okt 2004, 18:06
door b_badmuts
http://www.racerowing.nl/forum/install/install.php

krijg ik


Warning: main(): open_basedir restriction in effect. File(./../extension.inc) is not within the allowed path(s): (.) in /mnt/storage2/r/ra/racerowing.nl/html/forum/install/install.php on line 297

Warning: main(./../extension.inc): failed to open stream: Operation not permitted in /mnt/storage2/r/ra/racerowing.nl/html/forum/install/install.php on line 297

Warning: main(): Failed opening './../extension.inc' for inclusion (include_path='.:/usr/apache/lib/php') in /mnt/storage2/r/ra/racerowing.nl/html/forum/install/install.php on line 297

Warning: main(): open_basedir restriction in effect. File(./../includes/constants.) is not within the allowed path(s): (.) in /mnt/storage2/r/ra/racerowing.nl/html/forum/install/install.php on line 305

Warning: main(./../includes/constants.): failed to open stream: Operation not permitted in /mnt/storage2/r/ra/racerowing.nl/html/forum/install/install.php on line 305

Warning: main(): Failed opening './../includes/constants.' for inclusion (include_path='.:/usr/apache/lib/php') in /mnt/storage2/r/ra/racerowing.nl/html/forum/install/install.php on line 305

Warning: main(): open_basedir restriction in effect. File(./../includes/functions.) is not within the allowed path(s): (.) in /mnt/storage2/r/ra/racerowing.nl/html/forum/install/install.php on line 306

Warning: main(./../includes/functions.): failed to open stream: Operation not permitted in /mnt/storage2/r/ra/racerowing.nl/html/forum/install/install.php on line 306

Warning: main(): Failed opening './../includes/functions.' for inclusion (include_path='.:/usr/apache/lib/php') in /mnt/storage2/r/ra/racerowing.nl/html/forum/install/install.php on line 306

Warning: main(): open_basedir restriction in effect. File(./../includes/sessions.) is not within the allowed path(s): (.) in /mnt/storage2/r/ra/racerowing.nl/html/forum/install/install.php on line 307

Warning: main(./../includes/sessions.): failed to open stream: Operation not permitted in /mnt/storage2/r/ra/racerowing.nl/html/forum/install/install.php on line 307

Warning: main(): Failed opening './../includes/sessions.' for inclusion (include_path='.:/usr/apache/lib/php') in /mnt/storage2/r/ra/racerowing.nl/html/forum/install/install.php on line 307


server support PHP, heb al nieuws systeem er op lopen dus dat kan het niet zijn. verder maak ik gebruik van een externe SQL server kan dat het zijn?

Geplaatst: 14 okt 2004, 18:52
door stuifie
ik denk dat je alles overnieuw moet uploaden

Al gedaan

Geplaatst: 14 okt 2004, 18:57
door b_badmuts
Ik heb alles al opnieuw upgeload al paar keer

http://www.racerowing.nl/phpref.php

hier kan je zien me php versie

andwoord

Geplaatst: 14 okt 2004, 19:10
door b_badmuts
PHP in safe mode:

Safe Mode

De PHP die op de servers van Ladot – an ActiveISP company is geplaatst draait in 'Safe Mode', dit houdt in dat u van een aantal commando's geen gebruik kan maken.

Open Basedir

Het openen van bestanden hoger in de directorie structuur is afgeschermd en zal enkel resulteren in de foutmelding:
Warning: main(): open_basedir restriction in effect
Als U deze melding krijgt in uw php script zult u de bestanden welke u probeert te openen moeten verplaatsen naar een directorie zodat u deze wel mag openen.

fout:
<?php
include('../include/my_functions.php');

Om dit script te laten werken bestaan 2 mogelijkheden:

1.
U verplaatst het script naar de directorie "../" ( de parent directorie) en past uiteraard het path aan bij de include functie ( zo als in het voorbeeld "goed").
2.
U verplaatst het bestand wat u include van "../include/my_functions.php" naar "include/my_functions.php" en past uiteraard het path aan bij de include functie ( zo als in het voorbeeld "goed").

goed:
<?php
include('include/my_functions.php');


Deze bovenstaande beperking geld voor alle functies voor het openen van bestanden,
zoals require(), include(), file(), readdir() .. etc.

Disabled functions

Een aantal functies zijn disabled in php, deze kunt u dus niet gebruiken.
Dit gaat met name om functies welke nieuwe processen openen of een shell commando uitvoeren ( zoals: exec, system, passthru, shell_exec, proc_open, socket.. etc.).
Ook is de functie phpinfo() disabled, om na te gaan welke versie en extensies geinstalleerd zijn kunt u het script phpref.php gebruiken.
Deze kunt u hier te downloaden.



Mocht na het doorlopen van deze pagina uw probleem nog steeds niet verholpen zijn, ga dan naar deze pagina en vul het formulier in. De technische helpdesk gaat uw probleem dan bekijken en u krijgt daarna via uw opgegeven e-mail adres een reactie om het zo spoedig mogelijk op te lossen.

Geplaatst: 14 okt 2004, 19:10
door Bas
:evil: Deze host laat je ook alleen maar bestanden includen uit de huidige map...(./) Maar phpBB includet ook uit de map ./../, dus ik denk dat je het je host zou moeten vragen...