Don't know if it had been fixed, but there were a memory leak wiht
fullcalendar integration in appointment app... Search the list and email
from me about the issue and how to workaround.

Richard


On Sun, May 11, 2014 at 10:20 AM, jimbo <[email protected]> wrote:

> This looks nice and useful and has a booking system built in.
>
> https://github.com/mdipierro/web2py-appliances/tree/master/TinyWebsite
>
> http://www.tinywebsite.net/
>
>
> On Sunday, 20 April 2014 23:02:03 UTC+1, LoveWeb2py wrote:
>>
>> Hello,
>>
>> I'm trying to create a website for my Mom that she can use to book
>> appointments. She has a day spa and really could use something like the
>> appointment manager.
>>
>> I have a fresh copy of web2py installed (latest version) and a fresh
>> install of the appointment manager app.
>> I installed the app through the app manager and when I try to create an
>> appointment I get this error:
>> <type 'exceptions.ValueError'> too many values to unpack
>>
>> here is the traceback:
>> Traceback
>>
>> 1.
>> 2.
>> 3.
>> 4.
>> 5.
>> 6.
>>
>> Traceback (most recent call last):
>>   File "/home/web2py/spa/gluon/restricted.py", line 220, in restricted
>>     exec ccode in environment
>>   File 
>> "/home/web2py/spa/applications/appointments/views/default/appointment_read.html",
>>  line 103, in <module>
>> ValueError: too many values to unpack
>>
>> and here is the highlighted line of code in appointment_read.html
>> for t,f in db.t_appointment._referenced_by:
>>
>> any thoughts why I might be getting this error?
>>
>  --
> Resources:
> - http://web2py.com
> - http://web2py.com/book (Documentation)
> - http://github.com/web2py/web2py (Source code)
> - https://code.google.com/p/web2py/issues/list (Report Issues)
> ---
> You received this message because you are subscribed to the Google Groups
> "web2py-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to