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
blank page after entering password at the admin panel
Re: blank page after entering password at the admin panel
I assume code is outputted before headers are sent. Manually open "settings.php" file in notepad and change to then try logging in again and see if you get any error messages.
Code: Select all
$settings['debug']=0;
Code: Select all
$settings['debug']=1;
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Re: blank page after entering password at the admin panel
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!
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!