Administrator login (continued)
Posted: Tue Nov 29, 2005 3:52 pm
Script URL: http://(localserver)/hesk/admin.php
Version of script: 0.93b
Version of PHP: 5.0.4
Hosting company: internal server, Fedora Core 4
Have you searched THIS FORUM for your problem: Yes
(if not please do before posting)
If so, what terms did you try: various admin login issues
Write your message below:
As others, I get the administrator login issue. Further info however:
admin_debug.php first instance shows:
Start process info:
1. Session started successfully
2. Database connection started successfully
Submitting that gives:
Start process info:
1. Session started successfully
2. Database connection started successfully
3. Username and password received
4. Database info received
5. Password OK
6. Categories OK, now redirecting (not in debug version)...
Location: admin_main.php
Also, ran the session test scripts:
session_test.php gives
Session started successfully!
CLICK HERE FOR PAGE 2
and session_test2 shows
$_SESSION['test'] is set to: TRUE
The session file on the server contains the following:
test|s:4:"TRUE
for the test script,
and the session file for the general login is empty (zero bytes long).
(potentially) relevant php.ini vars are:
session.save_handler = files
session.save_path = "/tmp"
session.use_cookies = 1
session.name = PHPSESSID
session.auto_start = 0
session.cookie_lifetime = 0
session.cookie_path = /
session.cookie_domain =
session.serialize_handler = php
session.gc_probability = 1
session.gc_divisor = 1000
session.gc_maxlifetime = 1440
session.bug_compat_42 = 0
session.bug_compat_warn = 1
session.referer_check =
session.entropy_length = 0
session.entropy_file =
session.cache_limiter = nocache
session.cache_expire = 180
session.use_trans_sid = 0
session.hash_function = 0
session.hash_bits_per_character = 5
Hope this casts some light on the subject
David
Version of script: 0.93b
Version of PHP: 5.0.4
Hosting company: internal server, Fedora Core 4
Have you searched THIS FORUM for your problem: Yes
(if not please do before posting)
If so, what terms did you try: various admin login issues
Write your message below:
As others, I get the administrator login issue. Further info however:
admin_debug.php first instance shows:
Start process info:
1. Session started successfully
2. Database connection started successfully
Submitting that gives:
Start process info:
1. Session started successfully
2. Database connection started successfully
3. Username and password received
4. Database info received
5. Password OK
6. Categories OK, now redirecting (not in debug version)...
Location: admin_main.php
Also, ran the session test scripts:
session_test.php gives
Session started successfully!
CLICK HERE FOR PAGE 2
and session_test2 shows
$_SESSION['test'] is set to: TRUE
The session file on the server contains the following:
test|s:4:"TRUE
for the test script,
and the session file for the general login is empty (zero bytes long).
(potentially) relevant php.ini vars are:
session.save_handler = files
session.save_path = "/tmp"
session.use_cookies = 1
session.name = PHPSESSID
session.auto_start = 0
session.cookie_lifetime = 0
session.cookie_path = /
session.cookie_domain =
session.serialize_handler = php
session.gc_probability = 1
session.gc_divisor = 1000
session.gc_maxlifetime = 1440
session.bug_compat_42 = 0
session.bug_compat_warn = 1
session.referer_check =
session.entropy_length = 0
session.entropy_file =
session.cache_limiter = nocache
session.cache_expire = 180
session.use_trans_sid = 0
session.hash_function = 0
session.hash_bits_per_character = 5
Hope this casts some light on the subject
David