undefind error, admin.php line 70

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
crepair
Posts: 6
Joined: Tue May 02, 2006 12:08 am

undefind error, admin.php line 70

Post 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
Klemen
Site Admin
Posts: 10141
Joined: Fri Feb 11, 2005 4:04 pm

Post 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.
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
crepair
Posts: 6
Joined: Tue May 02, 2006 12:08 am

php version

Post by crepair »

Php version 5
what file do i open and what code do i delete?
Klemen
Site Admin
Posts: 10141
Joined: Fri Feb 11, 2005 4:04 pm

Post 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();
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
crepair
Posts: 6
Joined: Tue May 02, 2006 12:08 am

code

Post 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
Post Reply