Page 1 of 1

undefind error, admin.php line 70

Posted: Tue May 02, 2006 12:15 am
by crepair
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

Posted: Tue May 02, 2006 11:53 am
by Klemen
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.

php version

Posted: Tue May 02, 2006 2:28 pm
by crepair
Php version 5
what file do i open and what code do i delete?

Posted: Tue May 02, 2006 4:46 pm
by Klemen
I think the error message was quite descriptive :wink:
admin.php line 70
The line looks like this:

Code: Select all

session_regenerate_id();

code

Posted: Tue May 02, 2006 5:28 pm
by crepair
i revoved that line from the admin.php and it gave me the same error only this in common.inc.php file i took out those lines and it works great.
thanks for all help.

ed