bugphpGroupWare - Bugs: bug #1273, Deleting a user and transfering...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #1273: Deleting a user and transfering files

Submitted by:  Invalid User ID <Invalid User ID>
Submitted on:  Wed 25 Sep 2002 04:20:37 PM UTC  
 
Item Group: 0.9.14 releaseCategory: API - Admin
Severity: 3 - NormalPriority: 5 - Normal
Status: Works For MePrivacy: Public
Assigned to: Dave Hall <skwashd>Open/Closed: Closed
Component Version: TGZOperating System: Other
Reproducibility: Every TimePlanned Release: None
Fixed Release: 

Sat 21 Dec 2002 06:22:33 AM UTC, comment #3:

Ah ok,

Sorry for my delay this time :)

wrap funtion perfgetmicrotime() in an if like so:

if (!function_exists('perfgetmicrotime'))
{
function perfgetmicrotime()
{
list($usec, $sec) = explode(' ',microtime());
return ((float)$usec + (float)$sec);
}
}

Go into header admin, save it and exit

That should fixed it.

Cheers

Dave Hall <skwashd>
Project AdministratorIn charge of this item.
Wed 23 Oct 2002 04:38:39 AM UTC, comment #2:

Did the suggestion below solve the problem?

Dave Hall <skwashd>
Project AdministratorIn charge of this item.
Wed 02 Oct 2002 01:58:45 PM UTC, comment #1:

Hey,

I have display erorrs = off in my php.ini file so i don't get the Fatal error: Call to undefined function: parse_navbar_end() in <file> on line <blah> errors. But I have found that transfering user data does work.

Could you please let me know if the data is transfered across, despite the error being displayed.

Cheers

Dave Hall <skwashd>
Project AdministratorIn charge of this item.

 

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

Do you think this task is very important?
If so, you can click here to add your encouragement to it.
This task has 0 encouragements so far.

Only logged-in users can vote.

 

Please enter the title of George Orwell's famous dystopian book (it's a date):

 

 

Follow 3 latest changes.

Date Changed By Updated Field Previous Value => Replaced By
Wed 28 May 2003 11:50:37 PM UTCskwashdOpen/ClosedOpen=>(Error - Not Found)
Wed 02 Oct 2002 01:58:45 PM UTCskwashdStatusNone=>(Error - Not Found)
  Assigned toNone=>NA

Back to the top


Powered by Savane 3.1-cleanup1