admin panel login error

Problems installing LinkMan?
Post Reply
rjerling
Posts: 2
Joined: Mon Nov 21, 2011 5:25 pm

admin panel login error

Post by rjerling »

Script URL: http://www.businessgrowth.us/linkman17/admin.php
Version of script: 1.7
Hosting company: godaddy Linux 4GH PHP 5.2
URL of phpinfo.php: http://www.businessgrowth.us/linkmantest/phpinfo.php
URL of session_test.php: http://www.businessgrowth.us/linkmantes ... n_test.php
What terms did you try when SEARCHING for a solution: admin panel login error

Write your message below:

I've found a few threads similar to this problem but not addressing it entirely.

When I login with the default password at admin.php I get a blank password box screen.

I then turned on debug info in settings.php and got the following error upon load of the admin.php


Warning: session_start() [function.session-start]: open(/var/chroot/home/content/03/2021403/tmp/sess_neg7m7qqmc63g2rjr09opr8fm2, O_RDWR) failed: No such file or directory (2) in /home/content/03/2021403/html/linkman17/admin.php on line 46

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/content/03/2021403/html/linkman17/admin.php:46) in /home/content/03/2021403/html/linkman17/admin.php on line 46


Then after typing in the default password I get these errors


Warning: session_start() [function.session-start]: open(/var/chroot/home/content/03/2021403/tmp/sess_neg7m7qqmc63g2rjr09opr8fm2, O_RDWR) failed: No such file or directory (2) in /home/content/03/2021403/html/linkman17/admin.php on line 46

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/content/03/2021403/html/linkman17/admin.php:46) in /home/content/03/2021403/html/linkman17/admin.php on line 46

Warning: session_regenerate_id() [function.session-regenerate-id]: Cannot regenerate session id - headers already sent in /home/content/03/2021403/html/linkman17/admin.php on line 1832

Warning: Cannot modify header information - headers already sent by (output started at /home/content/03/2021403/html/linkman17/admin.php:46) in /home/content/03/2021403/html/linkman17/admin.php on line 75

Warning: Unknown: open(/var/chroot/home/content/03/2021403/tmp/sess_neg7m7qqmc63g2rjr09opr8fm2, O_RDWR) failed: No such file or directory (2) in Unknown on line 0

Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct () in Unknown on line 0
rjerling
Posts: 2
Joined: Mon Nov 21, 2011 5:25 pm

Re: admin panel login error

Post by rjerling »

Problem solved. I just got off the phone with godaddy. The tech had to escalate the issue and the second hand information they provided said "they had to add a tmp directory above the root on my host site or something like that?????? "

What ever they did, it's now working....

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

Re: admin panel login error

Post by Klemen »

Yep, your PHP sessions weren't working correctly so your host had to fix that :wink:
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
Post Reply