phpgroupware-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-tracker] [Bug #961] phpgw_setup.inc.php error trying to st


From: nobody
Subject: [Phpgroupware-tracker] [Bug #961] phpgw_setup.inc.php error trying to stat files which did not exist.
Date: Thu, 08 Aug 2002 02:53:54 -0400

=================== BUG #961: FULL BUG SNAPSHOT ===================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=961&group_id=509

Submitted by: None                      Project: phpGroupWare                   
Submitted on: 2002-Aug-08 02:53
Category:  None                         Bug Group:  0.9.12 release              
Severity:  5 - Major                    Priority:  None                         
Resolution:  None                       Assigned to:  None                      
Status:  Open                           Platform Version:  Linux - RedHat       
Reproducibility:  Every Time            

Summary:  phpgw_setup.inc.php error trying to stat files which did not exist.

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.



No Followups Have Been Posted




No files currently attached


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=961&group_id=509



reply via email to

[Prev in Thread] Current Thread [Next in Thread]