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?
It seems like you didn't run update.php, which doesn't exist. Upload it and access it from your browser.
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.
ah, the gallery is framed. I had appended update.php to the wrong URL.
;)
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.
Thanx guys for the help, The Gallery is working again, 1.4.4 is a great step forward!! ;D
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.