Home
The Toolkit for Online Communities
15899 Community Members, 0 members online, 2380 visitors today
Log In Register

Forum .LRN Q&A: Calendar problems

OpenACS Home : Forums : .LRN Q&A : Calendar problems

Icon of Envelope Request notifications

+
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

+
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.

+
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 ?

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

Pruebe sin el "/":

20120923

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