Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Installation Forum
Hi, I think I installed good the Forum.. But, they are :
On Top :
Warning: session_start() [function.session-start]: open(/mnt/123/free.fr/4/3/blocar/sessions/sess_7e082269d110c0ed04cc1cb55cc07f36, O_RDWR) failed: No such file or directory (2) in /mnt/123/free.fr/4/3/blocar/Vanilla/library/People/People.Class.Authenticator.php on line 93
Notice: session_start() [function.session-start]: ps_files_cleanup_dir: opendir(/mnt/123/free.fr/4/3/blocar/sessions) failed: No such file or directory (2) in /mnt/123/free.fr/4/3/blocar/Vanilla/library/People/People.Class.Authenticator.php on line 93
On Down :
Warning: Unknown(): open(/mnt/123/free.fr/4/3/blocar/sessions/sess_7e082269d110c0ed04cc1cb55cc07f36, O_RDWR) failed: No such file or directory (2) in Unknown on line 0
Warning: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/mnt/123/free.fr/4/3/blocar/sessions) in Unknown on line 0
Please say me how I can repare this. The URl of my site : http://blocar.free.fr/Vanilla/
I'm sorry for my English, I'm French.
Bonjour, j'ai installé le Forum sur mon site, et il ne marche pas, il y a des "Warning..." (cf URL au dessus )
Silvousplait, expliquez-moi comment réparer ... :(
0
This discussion has been closed.
Comments
(je ne sais pas ou tu as place "sessions", mais je suppose tu n'as pas acces a /mnt/123/free.fr/4/3/blocar/).
C'est toujours quelques chose que ton provider devrais regler pour toi. Le repertoire "sessions" ne devrais pas etre dans le docroot et tu ne devrais pas avoir deviner ses droits (777 etant une mauvaise solution).
ps: Is this forum canadian? Could it have two official languages?
See this other post chmod "locked" by hosting at 700 and 644 : possible to run MODx ?
Most of time the solution with this provider is to create a repertory "sessions". Don't know why it is doesn't work for you.
Maybe try over permissions like 730 or 330 for sessions.
Or create a repertory "sessions" in the vanilla repertory; replace line 93 of People.Class.Authenticator :
if (!session_id()) session_start();
byif (!session_id()) { session_save_path($this->Context->Configuration['APPLICATION_PATH'] . 'sessions'); session_start(); }