phpgroupware-tracker
[Top][All Lists]
Advanced

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

[Phpgroupware-tracker] [bug #4311] xml export / lang file caused an erro


From: nobody
Subject: [Phpgroupware-tracker] [bug #4311] xml export / lang file caused an error
Date: Tue, 15 Jul 2003 06:23:13 -0400
User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)

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

Submitted by: knackw                  Project: phpGroupWare                 
Submitted on: Tue 07/15/03 at 10:23
Category:  eTemplates                 Bug Group:  0.9.16 pre RC             
Severity:  5 - Major                  Priority:  Normal                     
Resolution:  None                     Assigned to:  None                    
Status:  Open                         Component Version:  ZIP               
Platform Version:  Windows            Reproducibility:  Every Time          

Summary:  xml export / lang file caused an error

Original Submission:  Warning: 
rename(C:Apache2htdocstmg_www2www.gw.tmghts.de/tmg_pv/templates/default/index.xet,C:Apache2htdocstmg_www2www.gw.tmghts.de/tmg_pv/templates/default/index.old.xet):
 File exists in 
C:Apache2htdocstmg_www2www.gw.tmghts.deetemplateincclass.editor.inc.php on line 
541

class.editor.inc.php

line 538

changes from

                        if (file_exists($file))
                        {
                                rename($file,$old_file);
                        }

to

                        if (file_exists($file))
                        {
                                if (file_exists($old_file))
                                {
                                    unlink($old_file);
                                }
                                rename($file,$old_file);
                        }




No Followups Have Been Posted


CC list is empty


No files currently attached


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

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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