[web2py] Re: unknown ticket on server for all sites

2016-05-15 Thread BlueShadow
I am running windows 7 on my home pc and ubuntu 14.04 on my server. On my server I get unknown ticket as an error. on my home pc I updated web2py and I get the database locked error. I don't know what bitlocker is so I guess I don't have it. I uploaded everything with filezilla. Sry that I don't

[web2py] Re: web2py 2.14.6 is OUT

2016-05-15 Thread Oli
- new installation of 2.14.6 from web2py_src.zip - After I comment out the auth.wiki in ./default/index I got the following error. Traceback (most recent call last): File "/home/LACompetitions/web2py/gluon/restricted.py", line 227, in restricted exec ccode in environment File "/home

[web2py] Re: Is there any way to inherit from Row?

2016-05-15 Thread Anthony
On Saturday, May 14, 2016 at 11:45:25 PM UTC-4, Alfonso Serra wrote: > > Thanks for the advise. > Yes you are right i didnt need the join, was just following the same > pattern as other queries which does need them, not this case. > > Also right with virtual fields, they are easy to use but i dont

[web2py] Re: web2py 2.14.6 is OUT

2016-05-15 Thread Anthony
You must have missed something, because your traceback shows the following line: return auth.wiki() On Sunday, May 15, 2016 at 6:05:04 AM UTC-4, Oli wrote: > > > - new installation of 2.14.6 from web2py_src.zip - > > After I comment out the auth.wiki in ./default/index I got the following > e

[web2py] Re: Is there any way to inherit from Row?

2016-05-15 Thread Alfonso Serra
> > Why not? That's how ORMs do it -- everything related to a given model > lives in a single class. After all, the logic in question does pertain to > the associated model. > You don't need classes to organize code. > All the tables/models are connected somehow by reference fields. I dont k

[web2py] default_application does not work on 2.14.6 version

2016-05-15 Thread Bernardo Leon
Good morning, I just clone the github repository and then create a routes.py file in the web2py folder. This file only have one line: default_application = 'myapplication' but it does not, when I try to load my site it defaults to the welcome application, the only way it works is changing its n

[web2py] html helper A with delete attribute not working, the div is not removed

2016-05-15 Thread Vic Ding
Hi all, I am new to web2py. I have a HTML helper DIV( DIV(A('delete', callback=URL('removeProduct/'+str(row.id)), delete='div#product'+str(row.id)), _class='delete_button'), _class='product', _id='product'+str(row.id) ) The callback to removeProuct/id is working well, however, the

[web2py] Re: unknown ticket on server for all sites

2016-05-15 Thread Alfonso Serra
Bit locker is a windows feature that encrypts your harddrive so no one can read your files. It might be this, you can read your files but the uploaded ones are encrypted, readable only by your windows machine. You can try this https://technet.microsoft.com/en-us/library/ee424315%28v=ws.10%29.aspx

Re: [web2py] Re: unknown ticket on server for all sites

2016-05-15 Thread Kevin Bethke
So I checked bitlocker is of for all devices. So it can't be bitlocker. Is there a log somewhere where I can get more informations on the unknown ticket? On Sun, May 15, 2016 at 5:58 PM, Alfonso Serra wrote: > Bit locker is a windows feature that encrypts your harddrive so no one can > read your

[web2py] AWE Elasticbeanstalk and web2py

2016-05-15 Thread Massimo DiPierro
Below are instructions for creating an AWS Elastic Beanstalk instance. Instructions are based on this: http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/create-deploy-python-django.html Anybody knows how to get Amazon to publish the instructions? Massimo $ pip install awsebcli $ pip in