Page 1 of 1

Admin page Blank after login

Posted: Fri Sep 23, 2005 6:36 pm
by lktech
Script URL: www.lktechinc.com/helpdesk
Version of script: Version: 0.93 from July 5, 2005 (patch 0.93.1)
Version of PHP: 4.3
Hosting company: www.ev1.net
Have you searched THIS FORUM for your problem:
(if not please do before posting)
If so, what terms did you try: Yes

Write your message below:

I have set debuging on and recieve the following error;

Fatal error: Call to undefined function: session_regenerate_id() in /home/virtual/site20/fst/var/www/html/helpdesk/admin.php on line 70

Without debugging on I get a blank page. Solution?

Problem Found

Posted: Fri Sep 23, 2005 6:56 pm
by lktech
I found my problem and working on the solution, thanks

Posted: Fri Nov 25, 2005 6:51 pm
by Cuantico
Did you get your problem solved?

Posted: Fri Dec 16, 2005 3:16 pm
by Rbeier
Any clues on this one?

I am trying to run Hesk on a Windows server. I had run Hesk before on this server, but now it is not working since I recently upgraded. So I know in theory, it should work fine. When I ran admin_debug I got this:

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


So no clues as to why this is happening. I am stumped.

Posted: Fri Dec 16, 2005 10:48 pm
by Klemen
Try adding this line to hesk_settings.inc.php:

ini_set("session.use_trans_sid", true);

and see if that helps.

Regards