Forums / Install & configuration / Looping back to login page, Not the FAQ case.
Felipe Macias
Monday 28 February 2005 6:53:00 pm
EZ Publish keep returning to the loging page , i can not get into the system, i have no underlines on the url name, and can't find an answer in the forum.
The webhost service i'm using is one with virtual servers (Jumpline) , dont know if this is affecting the EZPublish system.
I have noticed that no cookie is sent to my system whenever i try to login...Ez publish does send a cookie ?
Maybe all this is a bit fussy, but i would apreciate any help.
Thanks,Felipe
Łukasz Serwatka
Monday 28 February 2005 9:58:52 pm
What is your server configuration (PHP, Apache, etc)? Turn on debug output.
Personal website -> http://serwatka.net Blog (about eZ Publish) -> http://serwatka.net/blog
Sunday 06 March 2005 9:37:25 am
By the way , right after installing ez publish i did got logged as admin, but that's the only time i got into the system.
I have apache 1.3 and PHP 4 on the service i contracted (jumpline).Right now i'm looking for php.ini httpd.conf right settings.
Found these, to be of some meaning.
session_module_name(): A session is active. You cannot change the session module's ini settings at this time. in /var/www/html/lib/ezutils/classes/ezsession.php on line 197 Warning: PHP Mar 06 2005 11:55:46 A session had already been started - ignoring session_start() in /var/www/html/lib/ezutils/classes/ezsession.php on line 244
Bård Farstad
Monday 07 March 2005 2:13:08 am
Felipe, could you please check that you have Cookies enabled in your browser?
Which specific PHP version do you use on this server?
--bård
Documentation: http://ez.no/doc
Monday 07 March 2005 10:12:11 am
Yes i do have cookies enabled, i also tried with Firefox and mozilla.I changed php.ini on the cookie timeout parameter and now i can see cookies but haven't solved the problem yet.
i'm tempted to follow the code, where can i find some info on the code that logs admin in?
php -v gave me this:
PHP 4.3.8 (cli) (built: Aug 8 2004 17:14:59) Copyright (c) 1997-2004 The PHP Group Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies with Zend Optimizer v2.1.0, Copyright (c) 1998-2003, by Zend Technologies
Bung Rudi
Thursday 07 April 2005 9:01:27 pm
This is happening to me too, after i updated my 3.5.1 to 3.5.2 (svn). My spec is PHP4.3.8 as a module to apache 2, in a mandrake 10 kernel 2.6.7. When updating i was still logged in as admin. after the update finished i did several content publishing and deleting without logging out. everything was normal here. soon after i logout and tried to log in again it just kick me back to the login page. Cookies is sent and seem fine. ezsession table is writable and seem fine too (i got the same case some times ago caused by wrong permission on the mysql db files).Im debugging line by line this very moment.