Re: cannot config
Brought to you by:
iridium
From: Martin G. <gim...@gi...> - 2003-05-09 23:21:05
|
Bryan Koschmann - GKT <gk...@gk...> writes: > 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. Yes, there should always be some output. I've just tried the configurator myself after having instructed Mozilla to deny all cookies from my machine --- it still works (which is cool if it were not for the fact that it doesn't bring us any closer to solving your problem...). > Viewing source shows only the <html><body></body></html> like when a > script errors out, but I see no errors in the log either. The <html><body></body></html> string seams to be what Mozilla inserts when it loads an empty document --- I just tried it with a completely empty HTML file and the <html>... string what there in Mozilla. It's a a bit strange that it insists on inserting these tags... > |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? I'm just running a standard setup using PHP 4.2.3 from Debian unstable. I just gave PhpWeather a try with safe-mode turned on and things still worked. > |> 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 :) Great! It's so annoying to have to keep supporting versions of PHP that are several years old... -- Martin Geisler My GnuPG Key: 0xF7F6B57B See http://gimpster.com/ and http://phpweather.net/ for: PHP Weather: Shows the current weather on your webpage and PHP Shell: A telnet-connection (almost :-) in a PHP page. Join Freenet: http://gimpster.com/downloads/freenet/ |