Re: cannot config
Brought to you by:
iridium
From: Bryan K. - G. <gk...@gk...> - 2003-05-09 08:17:25
|
On Thu, 8 May 2003, Martin Geisler wrote: |Hmm... This is the first report of this, so I don't have a fix for it. |But perhaps it has something to do with your browser not accepting |cookies? The configuration is done using a PHP session which is |identified using a cookie. I'm using mozilla 1.3 with all cookies enabled. That's what it was sounding like to me, but the odd part is I was expecting some output on the screen at least. Viewing source shows only the <html><body></body></html> like when a script errors out, but I see no errors in the log either. |If the session-logic gets confused, then try loading the |reset_session.php file in the config directory. That should delete |the session cookie if you have one. I will try that next time, maybe see if I can get any further. Are there any PHP settings that it needs that I should know about? |> Using PHP 4.3.1. | |Thanks, it's valuable to know that you're using a recent version and |not some 2-3 years old PHP3 :-) Well I try to stay on top :) Thanks for the reply! Bryan |