Page 1 of 1

blank page after entering password at the admin panel

Posted: Thu Mar 10, 2011 6:13 pm
by Gonnigan
Script URL: http://www.car-il.com/?page_id=231
Version of script: 1.7
Hosting company: Godaddy
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution: admin login blank page

Write your message below:

hey,

the script works fine but i can't login to my admin panel, after i've enterd the passwork all i get is a blank page (btw: i getting an error if i'm entring a wrong password so this is not the problem).

can anyone help?

thanks

Re: blank page after entering password at the admin panel

Posted: Fri Mar 11, 2011 5:36 pm
by Klemen
I assume code is outputted before headers are sent. Manually open "settings.php" file in notepad and change

Code: Select all

$settings['debug']=0;
to

Code: Select all

$settings['debug']=1;
then try logging in again and see if you get any error messages.

Re: blank page after entering password at the admin panel

Posted: Sun Mar 13, 2011 6:21 pm
by Gonnigan
did it and fund out there's a problem with the setting file

because i've changed the files into utf-8, i had to delete the first three char. with hex editor

thanks for the quick reply!