bugphpGroupWare - Bugs: bug #961, phpgw_setup.inc.php error trying...

 
 

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

bug #961: phpgw_setup.inc.php error trying to stat files which did not exist.

Submitted by:  None
Submitted on:  Thu 08 Aug 2002 06:53:53 AM UTC  
 
Item Group: 0.9.12 releaseCategory: None
Severity: 3 - NormalPriority: 5 - Normal
Status: NonePrivacy: Public
Assigned to: NoneOpen/Closed: Closed
Component Version: NoneOperating System: GNU/Linux - RedHat/Fedora
Reproducibility: Every TimePlanned Release: None
Fixed Release: 

Thu 08 Aug 2002 06:53:53 AM UTC, original submission:

In file phpgw_setup.inc.php,v 1.37.2.1 2001/06/28 lines 404-410 were changed thusly:

/* Then add the rest */
$d = dir(PHPGW_SERVER_ROOT);
while ($entry=$d->read()){
//if ($entry != "" && $completed_scripts[$entry] != True){
if ($entry != "" && is_dir($entry) && $completed_scripts[$entry] != True){
$f = PHPGW_SERVER_ROOT."/".$entry."/setup/".$script.".inc.php";
if (file_exists($f)) {include($f);}
}

To avoid bogus error trying to stat files which did not exist.

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):

 

 

No Changes Have Been Made to This Item

Back to the top


Powered by Savane 3.1-cleanup1