Bonjour à tous !
Bon voilà j'ai installer Espace Membre RVJ 2.1.1 et j'ai quelque soucis qui apparaissent quand j'essaye de proteger une page !
Je met le code php dans ma page à protéger, quand je suis non identifié le script m'envoie bien sur la page d'identification, je m'identifie et voilà ce qu'il s'y trouve sur ma page censé être protéger :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13 Warning: opendir(langues/) [function.opendir]: failed to open dir: No such file or directory in /home/a5790386/public_html/Korean Database/membres/recup_config.php on line 12 Warning: readdir(): supplied argument is not a valid Directory resource in /home/a5790386/public_html/Korean Database/membres/recup_config.php on line 13 Warning: opendir(connectes/) [function.opendir]: failed to open dir: No such file or directory in /home/a5790386/public_html/Korean Database/membres/recup_config.php on line 48 Warning: readdir(): supplied argument is not a valid Directory resource in /home/a5790386/public_html/Korean Database/membres/recup_config.php on line 49 Warning: Invalid argument supplied for foreach() in /home/a5790386/public_html/Korean Database/membres/recup_config.php on line 52 Warning: include_once(verifications.php) [function.include-once]: failed to open stream: No such file or directory in /home/a5790386/public_html/Korean Database/Test.php on line 5 Warning: include_once() [function.include]: Failed opening 'verifications.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/a5790386/public_html/Korean Database/Test.php on line
Si je modifie le fichier : recup_config.php et verification.php (Là ou ce situe le probléme apparement) là, c'est dans l'espace membre que des messages d'erreur apparaissent mais ils disparaissent dans ma page protéger! Donc j'y comprend plus rien, j'aimerais votre aide si possible !
Voici les erreurs qui apparaissent dans l'espace membre :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15 Warning: opendir(membres/langues/) [function.opendir]: failed to open dir: No such file or directory in /home/a5790386/public_html/Korean Database/membres/recup_config.php on line 12 Warning: readdir(): supplied argument is not a valid Directory resource in /home/a5790386/public_html/Korean Database/membres/recup_config.php on line 13 Warning: include(membres/langues/fr/source.php) [function.include]: failed to open stream: No such file or directory in /home/a5790386/public_html/Korean Database/membres/recup_config.php on line 26 Warning: include() [function.include]: Failed opening 'membres/langues/fr/source.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/a5790386/public_html/Korean Database/membres/recup_config.php on line 26 Warning: opendir(membres/connectes/) [function.opendir]: failed to open dir: No such file or directory in /home/a5790386/public_html/Korean Database/membres/recup_config.php on line 48 Warning: readdir(): supplied argument is not a valid Directory resource in /home/a5790386/public_html/Korean Database/membres/recup_config.php on line 49 Warning: Invalid argument supplied for foreach() in /home/a5790386/public_html/Korean Database/membres/recup_config.php on line 52 Warning: touch() [function.touch]: Unable to create file membres/connectes/Kirow.txt because No such file or directory in /home/a5790386/public_html/Korean Database/membres/verifications.php on line 56
Je vous en remercie d'avance !
Cordialement, Kirow.
Partager