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: Mon, 26 Aug 2002 20:40:45 -0400

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

Changes by: Miles Lott <address@hidden>
Date: 2002-Aug-26 19:40 (US/Central)

            What     | Removed                   | Added
---------------------------------------------------------------------------
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
The version mentioned in the bug report is no longer supported. 
It is strongly suggested that the user upgrade to the current
release version for better security and performance.



=================== BUG #961: FULL BUG SNAPSHOT ===================


Submitted by: None                      Project: phpGroupWare                   
Submitted on: 2002-Aug-08 01:53
Category:  None                         Bug Group:  0.9.12 release              
Severity:  5 - Major                    Priority:  None                         
Resolution:  None                       Assigned to:  None                      
Status:  Closed                         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.

Follow-up Comments
*******************

-------------------------------------------------------
Date: 2002-Aug-26 19:40             By: milosch
The version mentioned in the bug report is no longer supported. 
It is strongly suggested that the user upgrade to the current
release version for better security and performance.




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]