blank page after entering password at the admin panel

Problems installing LinkMan?
Post Reply
Gonnigan
Posts: 2
Joined: Thu Mar 10, 2011 6:08 pm

blank page after entering password at the admin panel

Post 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
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Re: blank page after entering password at the admin panel

Post 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.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
Gonnigan
Posts: 2
Joined: Thu Mar 10, 2011 6:08 pm

Re: blank page after entering password at the admin panel

Post 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!
Post Reply