admin.php remains white

Problems installing LinkMan?
Post Reply
bvdhaegen
Posts: 5
Joined: Sat May 23, 2009 7:53 am

admin.php remains white

Post by bvdhaegen »

Script URL:
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:

Dear All,

I installed linkman.
Created my password.
set setting.php to 666
set apptmp to 777
Deleted update.php
Went to admin.php
after I type my login, my screen remains white.
Maybe you can have a look.
http://www.happycamel.com/links/admin.php
password is: bern

Thank you for your help.

Bernard
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

If you change your password this means LinkMan did work on your server before, right? What has changed on the server?

Post your phpinfo and session_test files, you will find them in the "READ THIS BEFORE POSTING A NEW QUESTION!!" topic:
viewtopic.php?t=80

Also try downloading the settings.php file from the server, open it in Notepad, change

Code: Select all

$settings['debug']=0;
to

Code: Select all

$settings['debug']=1;
and see if you get any new errors.
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
DC
Posts: 138
Joined: Sun Dec 09, 2007 9:28 am

Post by DC »

Hi, there are most likely errors in the code that prevent it from parsing correctly, you may have uploaded it incorectly and PHP is in error but we can't see the err becouse the host has ers off ...

if you look in the right corner of your blank page you will see this 

odd characters they shouldn't be there so my guess is your files are somhow currupted you might want to try a fresh install ...

DC
To Code Or Not To Code That Is The Question?

Was my post of any help to you? if so please do [url=http://www.clickcraft.net/slice_donations.php][b]Buy Me A Slice[/b][/url] ...
bvdhaegen
Posts: 5
Joined: Sat May 23, 2009 7:53 am

Post by bvdhaegen »

Hello,

Thank you for your reply.

I uploaded the2 files you asked me to upload.
They are under: www.happycamel.com/links

In fact I never could login properly. I always had the white screen.
I changed my password in settings.php before I uploaded the whole program to my webpage.
Once teh program was on my webpage, I tried to log in. I always had the white page.

I changed the debug to 1

and now I get the following error massage:


Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/happyca/public_html/links/settings.php:1) in /home/happyca/public_html/links/admin.php on line 46

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/happyca/public_html/links/settings.php:1) in /home/happyca/public_html/links/admin.php on line 46

Warning: session_regenerate_id() [function.session-regenerate-id]: Cannot regenerate session id - headers already sent in /home/happyca/public_html/links/admin.php on line 1837

Warning: Cannot modify header information - headers already sent by (output started at /home/happyca/public_html/links/settings.php:1) in /home/happyca/public_html/links/admin.php on line 75

Thank you so much for your help.

Bernard
DC
Posts: 138
Joined: Sun Dec 09, 2007 9:28 am

Post by DC »

There are only a few reasons for this type of err, the most common is that theres blank space or odd characters in the file before we start our session make sure no spaces or junk code as I pointed out in my last post.

DC
To Code Or Not To Code That Is The Question?

Was my post of any help to you? if so please do [url=http://www.clickcraft.net/slice_donations.php][b]Buy Me A Slice[/b][/url] ...
bvdhaegen
Posts: 5
Joined: Sat May 23, 2009 7:53 am

Post by bvdhaegen »

Ho yes you are right, I saw those little signs.
But now I turned debug to 1 and I have a totally different error.
OK I will re-install everything and see.
Thank you so much for your help.
Bernard
bvdhaegen
Posts: 5
Joined: Sat May 23, 2009 7:53 am

Post by bvdhaegen »

Thanks to all of you.
I made a fresh installation and it works great now.
Bernard
DC
Posts: 138
Joined: Sun Dec 09, 2007 9:28 am

Post by DC »

Glad to hear it that was what I felt would work ...

DC
To Code Or Not To Code That Is The Question?

Was my post of any help to you? if so please do [url=http://www.clickcraft.net/slice_donations.php][b]Buy Me A Slice[/b][/url] ...
bvdhaegen
Posts: 5
Joined: Sat May 23, 2009 7:53 am

Post by bvdhaegen »

thanks for your help...
Post Reply