Page 1 of 1
admin.php remains white
Posted: Sat May 23, 2009 8:08 am
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
Posted: Sat May 23, 2009 10:58 am
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
to
and see if you get any new errors.
Posted: Sat May 23, 2009 1:42 pm
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
Posted: Sat May 23, 2009 2:00 pm
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
Posted: Sat May 23, 2009 2:05 pm
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
Posted: Sat May 23, 2009 2:15 pm
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
Posted: Sat May 23, 2009 2:28 pm
by bvdhaegen
Thanks to all of you.
I made a fresh installation and it works great now.
Bernard
Posted: Sat May 23, 2009 6:42 pm
by DC
Glad to hear it that was what I felt would work ...
DC
Posted: Sun May 24, 2009 12:56 am
by bvdhaegen
thanks for your help...