bugphpGroupWare - Bugs: bug #1105, Header.ini.php setup error

 
 

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

bug #1105: Header.ini.php setup error

Submitted by:  Invalid User ID <Invalid User ID>
Submitted on:  Fri 30 Aug 2002 03:24:15 PM UTC  
 
Item Group: 0.9.14 releaseCategory: API - Setup
Severity: 3 - NormalPriority: 5 - Normal
Status: FixedPrivacy: Public
Assigned to: Dan Kuykendall <seek3r>Open/Closed: Closed
Component Version: NoneOperating System: GNU/Linux - RedHat/Fedora
Reproducibility: Every TimePlanned Release: None
Fixed Release: 

Tue 26 Nov 2002 09:18:04 AM UTC, comment #3:

This has been fiex in cvs. Seek3r suggestion below fixes exiting installs. Closing this one

Dave Hall <skwashd>
Project Administrator
Fri 30 Aug 2002 10:50:40 PM UTC, comment #2:

Line 99 of the header.inc.php(and .template) files need to have that function wrapped in an if statement like this:

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

Dan Kuykendall <seek3r>
Project AdministratorIn charge of this item.
Fri 30 Aug 2002 10:20:35 PM UTC, comment #1:

Hey Pat,

did you add the chris weiss time tracking patch?? If so you have to take this out before re running header admin. The perfgetmicrotime() function is now declared earlier and that causes this problem.

Cheers

skwashd

Anonymous

 

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
Tue 26 Nov 2002 09:18:04 AM UTCskwashdStatusNone=>(Error - Not Found)
  Open/ClosedOpen=>(Error - Not Found)
Fri 30 Aug 2002 10:50:40 PM UTCseek3rAssigned toNone=>NA

Back to the top


Powered by Savane 3.1-cleanup1