Page 1 of 1

[SOLVED] Odd problem with admin users in acp

PostPosted: Wed Mar 07, 2007 4:38 am
Author: geoff1
Your phpBB Version: 2.0.22
phpBB Type: Integramod 140
MODs: No
Your knowledge: Basic Knowledge
Board URL: [url]http://[/url]

PHP Version:
MySQL Version:


What was done before the problem appeared?



What was done to try to solve the problem?




De.scription and Message

im trying to alter a users password for them to give them a temp password, but keep getting this error when sorting stuff in the ACP users management panel:

Fatal error: Call to undefined function: session_reset_keys() in /home/sfiregi/public_html/forums/admin/admin_users.php on line 896

I haven't changed anything at all, dunno whats happened.

Re: Odd problem with admin users in acp

PostPosted: Wed Mar 07, 2007 9:19 pm
Author: Frost
Try re-uploading a fresh includes/sessions.php

and make sure that it's chmod'd as it's supposed to be

Re: Odd problem with admin users in acp

PostPosted: Wed Mar 07, 2007 11:02 pm
Author: Helter
"Frost";p="22677" wrote:Try re-uploading a fresh includes/sessions.php

and make sure that it's chmod'd as it's supposed to be


sessions.php should be 644. Are you sure that is the file you mean?

Re: Odd problem with admin users in acp

PostPosted: Wed Mar 07, 2007 11:58 pm
Author: Frost
"HelterSkelter";p="22684" wrote:
"Frost";p="22677" wrote:Try re-uploading a fresh includes/sessions.php

and make sure that it's chmod'd as it's supposed to be


sessions.php should be 644. Are you sure that is the file you mean?


Yes, I think the error means that it can't find the function session_reset_keys() in sessions.php or something is missing. I'd have to see his sessions.php file to be sure so I just say to re-upload a fresh file and see if that helps. Also I thought I remembered something of a chmod having to be done to the includes directory so to be on the safe side I suggested for him to make sure.

You are far more superior to me at this so if I am wrong by all means correct it lol

PostPosted: Thu Mar 08, 2007 12:43 am
Author: geoff1
Excellent! The CHMOD was set wrong! I don't know how, but it had been changed! How very strange!

Thanks for your help guys <img>

Re: [SOLVED] Odd problem with admin users in acp

PostPosted: Thu Mar 08, 2007 1:41 am
Author: Frost
no problem lol