http://www.eds-crepair.com/hesk
Version of script: help desk
Version of PHP: 5
Hosting company: bright.net
Have you searched THIS FORUM for your problem:
(if not please do before posting)
If so, what terms did you try:
Write your message below:
Call to undefined function: session_regenerate_id() in root dir./admin.php line 70
undefind error, admin.php line 70
Moderator: mkoch227
What version of PHP are you running that it doesn't have the session_regenerate_id() function??
It is included in PHP 4.3.2 and higher (also PHP 5). Check your PHP installation or delete that line in the code.
It is included in PHP 4.3.2 and higher (also PHP 5). Check your PHP installation or delete that line in the code.
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
php version
Php version 5
what file do i open and what code do i delete?
what file do i open and what code do i delete?
I think the error message was quite descriptive

The line looks like this:admin.php line 70
Code: Select all
session_regenerate_id();
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