Author Topic: Help with Calendar and Task!!  (Read 4322 times)

Offline chusmsanchez

  • Newbie
  • *
  • Posts: 1
Help with Calendar and Task!!
« on: May 26, 2017, 05:54:42 AM »
Hello, good, greetings to all.

I installed the Calendar and Task plugins following all the steps in the kolab manual, but I have the following problems:

- When I access Calendar, I can create, modify and remove calendars correctly, but when I try to create an event, when I save I get an internal server error and the event disappears. However if I access phpmyadmin, I see that the event has been saved correctly in the database.
Code: [Select]

jquery.min.js?s=1495743915:36 POST http://webmail.xxx.com/?_task=calendar&_action=event 500 (Internal Server Error)
send @ jquery.min.js?s=1495743915:36
ajax @ jquery.min.js?s=1495743915:36
http_get.http_request @ app.min.js?s=1495743911:297
http_post @ app.min.js?s=1495743911:298
update_event @ calendar_ui.js?s=1495747436:2502
click @ calendar_ui.js?s=1495747436:946
a.click @ jquery-ui-1.10.4.custom.min.js?s=1470735926:37
dispatch @ jquery.min.js?s=1495743915:35
r.handle @ jquery.min.js?s=1495743915:35

Code: [Select]
jquery.min.js?s=1495743915:36 POST http://webmail.xxx.com/?_task=calendar&_action=event 500 (Internal Server Error)
send @ jquery.min.js?s=1495743915:36
ajax @ jquery.min.js?s=1495743915:36
http_get.http_request @ app.min.js?s=1495743911:297
http_post @ app.min.js?s=1495743911:298
update_event @ calendar_ui.js?s=1495747436:2502
click @ calendar_ui.js?s=1495747436:946
a.click @ jquery-ui-1.10.4.custom.min.js?s=1470735926:37
dispatch @ jquery.min.js?s=1495743915:35
r.handle @ jquery.min.js?s=1495743915:35





- It's the same with tasks.:

Code: [Select]
jquery.min.js?s=1495743915:36 GET http://webmail.xxx.com/?_task=tasks&_action=fetch&filter=0&lists=1%2C2&_remote=1&_unlock=true&_=1495793194057 500 (Internal Server Error)
send @ jquery.min.js?s=1495743915:36
ajax @ jquery.min.js?s=1495743915:36
http_get.http_request @ app.min.js?s=1495743911:297
list_tasks @ tasklist.js?s=1495793199:784
init @ tasklist.js?s=1495793199:301
(anonymous) @ tasklist.js?s=1495793199:3452
triggerEvent @ common.min.js?s=1495743911:41
init @ app.min.js?s=1495743911:62
(anonymous) @ ?_task=tasks:894
j @ jquery.min.js?s=1495743915:34
fireWith @ jquery.min.js?s=1495743915:34
ready @ jquery.min.js?s=1495743915:34
I @ jquery.min.js?s=1495743915:34



Thanks in advance, sorry for my English.
« Last Edit: May 26, 2017, 06:10:23 AM by chusmsanchez »