Forum .LRN Q&A: Calendar problems

Collapse
Posted by Mauricio Ramírez on
Hi everybody, I have been having some problems on click in calendar events.
When we click in a calendar event, it displays a error message, I think it's because the sql script hasn't finish or has a mistake.
When I run it in PostgreSQL, it displays the correct answer, I have test it in VM and has no problems.
We edit package/calendar/tcl/cal-item-procs.tcl and we write a put instruction under the if { $attachments_enabled_p } and it works correcty for sometime but later the error get back.
The diference between the VW and the server is that VW is 32 bits and the server is 64 bits.
I am a little confuse.

Thanks everybody
Mauricio Ramírez

Collapse
2: Re: Calendar problems (response to 1)
Posted by Don Baccus on
Please post the error message you're getting here ...

And also the exact code that's failing.

Collapse
3: Re: Calendar problems (response to 2)
Posted by Massiel Menocal on
Hola buenas, a mí me da el mismo error:

"Ha sucedido un problema con su petición:
your unput (2012/09/23) was not valid. It has to be in the form YYYYMMDD
Por favor, vuelva atrás,corrija el error y vuelva a intentarlo.
Gracias"

Qué hago ?

Collapse
4: Re: Calendar problems (response to 3)
Posted by Torben Brosten on
Hola,

Pruebe sin el "/":

20120923

Collapse
5: Re: Calendar problems (response to 4)
Posted by Massiel Menocal on
Gracias :D