Can´t do anything
Can´t do anything
I can login, but when i try to write a artikel the blog takes me back to login??
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Can´t do anything
Hi!
First, which serendipity version are you using?
This can happen, if your server does either not send cookie headers, or if your browser or an antivir software rejects cookies. You can fix this by changing the php.ini value "session.use_cookies". It might also be related to a missing session.save_path php.ini option which does not point to a valid directory.
You can see the content of those values by creating a simple test.php file with:
and calling that file in your browser. If the session.cookie_domain setting differs from your domain, that might also be a problem. In all three cases, please contact your server provider to fix those settings, if you don't have access to controlling the values yourself.
Also if you're using Serendipity versions prior to 1.2-beta2 and if you are accessing your blog via http://localhost/ that will not work - you need to use the IP address instead.
HTH,
Garvin
First, which serendipity version are you using?
This can happen, if your server does either not send cookie headers, or if your browser or an antivir software rejects cookies. You can fix this by changing the php.ini value "session.use_cookies". It might also be related to a missing session.save_path php.ini option which does not point to a valid directory.
You can see the content of those values by creating a simple test.php file with:
Code: Select all
<?php phpinfo(); ?>
Also if you're using Serendipity versions prior to 1.2-beta2 and if you are accessing your blog via http://localhost/ that will not work - you need to use the IP address instead.
HTH,
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/
# 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/
serendipity 1.2
no it seems okey, my friend have no problems to login on her site ,she is on my domain. I had trojan on my coputer så I have disable cookies.
Its Working
Thanks for you help, I had set my cookies too secure.
I works now.
I works now.