cant create a new entry any longer ..

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
leonardb
Regular
Posts: 53
Joined: Fri Jan 14, 2005 10:27 pm

cant create a new entry any longer ..

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: cant create a new entry any longer ..

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
leonardb
Regular
Posts: 53
Joined: Fri Jan 14, 2005 10:27 pm

Post 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?
leonardb
Regular
Posts: 53
Joined: Fri Jan 14, 2005 10:27 pm

Post by leonardb »

ok got to work out.. but i have multiple domains that id like to use the sessions for..

any ideas?

thanks again
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

You should just set session.cookie_domain and cookie_path to an empty string.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
leonardb
Regular
Posts: 53
Joined: Fri Jan 14, 2005 10:27 pm

Post 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..
Post Reply