Author |
|
glogge Newbie
Joined: 05 April 2011 Location: Germany
Online Status: Offline Posts: 3
|
Posted: 05 April 2011 at 2:11am | IP Logged
|
|
|
Hello,
I have a problem saving the calender Settings in User View...
Common & Email Accounts work fine, only Calendar Tab won't save and give the following error Message in Logfile.
[11:05:08.93] /calendar/processing.php?action=update_settings&timeFormat=0 &dateFormat=1&showWeekends=1&workdayStarts=8&WorkdayEnds=18& showWorkday=1&weekstartson=1&tab=2&country=&TimeZone=0&AllTi meZones=0&autoAddInvitation=0&displayName=&nocache=0.1443931 046444753
[11:05:08.93]
[11:05:08.93] calendar error: Update Settings Error (2)
Can anyone help ?
Thx,
Marius
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 05 April 2011 at 2:19am | IP Logged
|
|
|
Could you please let us know which version number this is about?
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
glogge Newbie
Joined: 05 April 2011 Location: Germany
Online Status: Offline Posts: 3
|
Posted: 05 April 2011 at 2:23am | IP Logged
|
|
|
Hello,
<!-- 6.1.2 -->
thx,
Marius
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 05 April 2011 at 2:36am | IP Logged
|
|
|
Thank you.
Modify the following code in calendar/processing.php file (line ~424):
Code:
if(controlData($_REQUEST['timeFormat'], 1, 2) |
|
|
so that it looks like:
Code:
if(controlData($_REQUEST['timeFormat'], 0, 1) |
|
|
Hope this helps!
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
glogge Newbie
Joined: 05 April 2011 Location: Germany
Online Status: Offline Posts: 3
|
Posted: 05 April 2011 at 2:42am | IP Logged
|
|
|
Hello,
works fine, problem solved.... thanks for the fast support !
greets,
Marius
|
Back to Top |
|
|