Page 1 of 1

cant create a new entry any longer ..

Posted: Wed Mar 15, 2006 5:49 pm
by leonardb
Hello,

something odd.. cant really explain it but when i create an entry and save, it doesnt save.. it just seems to say it is and then shows another instance of the admin screen in a scrolling window.. see the image..

http://pcnetgeek.com//upload_files/serendipity.jpg

Re: cant create a new entry any longer ..

Posted: Wed Mar 15, 2006 5:53 pm
by garvinhicking
Hi Leonard!

Such an error can happen if your Webserver is not properly setting up the PHP sessions. Either sessions are not activated, or session.cookie* settings to not point to the proper domain!

If you are not the admin of your server, you might need to contact the sysadmin and ask him if the session-setup has changed!

Best regards,
Garvin

Posted: Wed Mar 15, 2006 5:59 pm
by leonardb
no, i have access to the server.. so thats ok ..

now the sessions.. i have them enabled.. but if i host a few domains.. how can i use the multiple session cookies?

Posted: Wed Mar 15, 2006 6:06 pm
by leonardb
ok got to work out.. but i have multiple domains that id like to use the sessions for..

any ideas?

thanks again

Posted: Wed Mar 15, 2006 6:07 pm
by garvinhicking
You should just set session.cookie_domain and cookie_path to an empty string.

Regards,
Garvin

Posted: Wed Mar 15, 2006 6:21 pm
by leonardb
garvinhicking wrote:You should just set session.cookie_domain and cookie_path to an empty string.

Regards,
Garvin
Garvin.. thanks that did the trick ..

much appreciated..