coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 upgrading => Topic started by: duc on February 26, 2006, 11:22:35 PM

Title: Can't login after upgrading
Post by: duc on February 26, 2006, 11:22:35 PM
Hi there
I upgradet my CPG from 1.3.3 to 1.4.4 as i did so, i can't log in as admin.
The Gallery accepts my PW and username but then=>no log in.
What can i do? can someone help?
Title: Re: Can't login after upgrading
Post by: Tranz on February 26, 2006, 11:26:18 PM
It seems like you didn't run update.php, which doesn't exist. Upload it and access it from your browser.
Title: Re: Can't login after upgrading
Post by: Nibbler on February 26, 2006, 11:41:33 PM
update.php is there. Your gallery can't set cookies, perhaps you have blank lines atthe start or end of init.inc.php, functions.inc.php or config.inc.php.
Title: Re: Can't login after upgrading
Post by: Tranz on February 26, 2006, 11:48:12 PM
ah, the gallery is framed. I had appended update.php to the wrong URL.
Title: Re: Can't login after upgrading
Post by: Nibbler on February 26, 2006, 11:54:18 PM
;)

The blank line is in include/config.inc.php. When you request that page you get a 1 byte response when you should get nothing.
Title: Re: Can't login after upgrading
Post by: duc on February 27, 2006, 08:39:57 PM
Thanx guys for the help, The Gallery is working again, 1.4.4 is a great step forward!!  ;D
Title: Re: Can't login after upgrading
Post by: ChaosCrusader on March 24, 2006, 09:24:31 PM
Quote from: Nibbler on February 26, 2006, 11:54:18 PM
;)

The blank line is in include/config.inc.php. When you request that page you get a 1 byte response when you should get nothing.

That fixed my login problem too!  Thanks very very much!  Who could have guessed that a blank line could cause it.