Hagan, many thanks to you ! I have created a /session directory at the same level as my /pmwiki directory and this solves the problem : it now finds it and writes the php tracking I guess.
This way I could set a global 'edit' and 'attr' password and I dont have to do one for each page. Is this in the FAQ ? if not I think it would be very usefull for ignorant people like me :) !! thanks again Gilbert On 8/25/07, gilbert n <[EMAIL PROTECTED]> wrote: > > Hello Hagan, > > thank you very much for your answer. > So I understand this behaviour is due to my webserver (my wiki is @ my web > page hosted by www.free.fr ) > > so two questions : > > a) how can I set a pmwiki variable to avoid the webserver to do > session-tracking ? (is it a good idea) > > or b) how can I set up the directory to write-in directly so it is a > valid one ? Is there a special variable in pmwiki for this ? > > thanks again for your help > > Gilbert > > > > > On 8/25/07, H. Fox <[EMAIL PROTECTED] > wrote: > > > > On 8/23/07, gilbert n <[EMAIL PROTECTED] > wrote: > > > Sorry if this has been already asked. > > > As I did not find any answer that could help me, I'm posting this > > message. > > > I'm very new to pmwiki > > > I have managed to set it up and start a nice pmwiki :) ! > > > > > > but when I have set the DefaultPassword like this for edit : > > > > > > $DefaultPasswords['edit'] = '$1$hMMhCdfT$mZSCh.BJOidMRn4SOU > > > USi1'; > > > > > > (yes I have encrypt my password) > > > > > > I can go thru it well when I want to edit, but my edition is not saved > > and I > > > have the following message each time after entering my password. > > > > > > > > > Warning: session_write_close() [ function.session-write-close]: > > > > > open(/mnt/158/sdb/a/a/my.user.name/sessions/sess_8677a1eeb0df384dbed9153fe9ef1b91, > > > O_RDWR) failed: No such file or directory (2) in > > > /mnt/158/sdb/a/a/my.user.name/pmwiki_gn/pmwiki.php on line > > > 1890 > > > > PmWiki is trying to do session-tracking using PHP's session-handling > > functions.[1] > > > > For session-tracking to work, some information needs to be written in > > a directory on the server. That directory needs to exist and be > > writable by the webserver software. > > > > Your webserver software is configured to write sessions in this > > directory > > > > /mnt/158/sdb/a/a/my.user.name/sessions/ > > > > but the directory doesn't exist. > > > > Hagan > > > > [1] http://www.php.net/session > > > >
_______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
