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
admin.php remains white
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.
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;
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
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
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] ...
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] ...
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
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
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
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] ...
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] ...