phpgroupware-tracker
[Top][All Lists]
Advanced

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

[Phpgroupware-tracker] [Bug #438] calendar jump to Januar 4, 1970 on sta


From: nobody
Subject: [Phpgroupware-tracker] [Bug #438] calendar jump to Januar 4, 1970 on start...
Date: Tue, 04 Jun 2002 12:14:02 -0400

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

Submitted by: comko                     Project: phpGroupWare                   
Submitted on: 2002-May-22 17:53
Category:  calendar                     Bug Group:  0.9.14 release              
Severity:  5 - Major                    Priority:  Normal                       
Resolution:  None                       Assigned to:  None                      
Status:  Open                           Platform Version:  Other                
Reproducibility:  Every Time            

Summary:  calendar jump to Januar 4, 1970 on start... 

Original Submission:  Hi,
on my linux (SuSe7.3) work phpgw (14RC3) fine - since my cvs-update today. Now 
the calendar on left navi-click jumps into the calender, started at Januar 4, 
1970 ....
Hints?


regards
-Ingo


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

-------------------------------------------------------
Date: 2002-Jun-04 16:14             By: comko
Hi,
i resolv the prob by myself:
in phpgwapi/inc/functions.inc.php at line 706
delete the "uncomment slashes" ( // ) at the begin from the line ...

It works!

HTH :-)

regards:

Ingo

-------------------------------------------------------
Date: 2002-Jun-04 11:16             By: mexico
Problem is in calling non-initialized object member function in 
calendar/index.php ($GLOBALS['phpgw']->datetime->etc..)

The best way to fix this (initialize object) is in phpgwapi/functions.inc.php 
line cca 760
and uncoment line
$GLOBALS['phpgw']->datetime etc. - this create obj. datetime


-------------------------------------------------------
Date: 2002-May-31 17:05             By: None
Not quite the fix but here it is:
close parenthesis after ('Ymd') and drop one at the end of the statement;ie 
))); becomes ));

It should be a way to check for "things like this" before puting it out to cvs!

-------------------------------------------------------
Date: 2002-May-31 16:22             By: None
To fix this temporarily you can change the 
Header('Location:
etc. line in calendar/index.php to the following
Header('Location: 
'.$GLOBALS['phpgw']->link('/index.php','menuaction=calendar.uicalendar.index&date='.date('Ymd')));

-------------------------------------------------------
Date: 2002-May-28 12:41             By: comko
ups - no response????
isn't fatal enough???
grrrr.....

Can anyone help me?
tnx
Ingo 




No files currently attached


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



reply via email to

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