[web2py] Re: Error: Connection lost during download

2020-11-10 Thread SR
t; On Tuesday, November 10, 2020 at 6:41:35 PM UTC+1 SR wrote: > >> Hi >> I store my uploaded file in the web2py "static" folder. >> One of the download link for linux binaries fails. It downloads 1GB, >> then fails. >> This is the link:

[web2py] Error: Connection lost during download

2020-11-10 Thread SR
Hi I store my uploaded file in the web2py "static" folder. One of the download link for linux binaries fails. It downloads 1GB, then fails. This is the link: https://cryoem.bcm.edu/cryoem/static/software/continuous_build/eman2_sphire_sparx_huge.linux.unstable.sh . Is this problem due to the file

[web2py] Re: Unable to create Auth tables

2018-01-23 Thread SR
o > is remove the associated *.table files from the /databases folder. Also, > make sure you have migrations turned on by setting migrate=True in you > DAL() setup. > > -Jim > > On Monday, January 22, 2018 at 6:06:10 PM UTC-6, SR wrote: >> >> How do we recreate

[web2py] Re: Database administration error

2018-01-23 Thread SR
> Seems like you might have a permissions error. Are you running web2py as > root? > > Looks like web2py is install in the /opt directory. Is this a production > or development machine? > > -Jim > > On Monday, January 22, 2018 at 5:49:30 PM UTC-6, SR wro

[web2py] Re: Database administration error

2018-01-23 Thread SR
On Monday, January 22, 2018 at 5:49:30 PM UTC-6, SR wrote: > > When I try to open my Database Administration window I am getting this > error ticket: > Error ticket for "cryoem"Ticket ID > > 10.51.133.94.2018-01-22.17-44-57.ddaeb556-9bc8-46b4-8dde-99a3c6eee6e7 &

[web2py] Re: Unable to create Auth tables

2018-01-22 Thread SR
How do we recreate the auth tables after it has been dropped in mysql database? I would really appreciate your help. On Monday, November 25, 2013 at 8:34:18 PM UTC-6, Anthony wrote: > > web2py thinks it already created those tables (you dropped them outside of > web2py, so it doesn't know they'

[web2py] Database administration error

2018-01-22 Thread SR
When I try to open my Database Administration window I am getting this error ticket: Error ticket for "cryoem"Ticket ID 10.51.133.94.2018-01-22.17-44-57.ddaeb556-9bc8-46b4-8dde-99a3c6eee6e7 (1025, "Error on rename of './db_cryoem/#sql-6313_9e' to './db_cryoem/auth_user' (errno: 150)")Version we

[web2py] Re: DAL Query string for MariaDB

2017-01-31 Thread SR
It wasn't working due to different reason. After fixing that this Query string works. On Friday, January 20, 2017 at 4:43:40 PM UTC-6, SR wrote: > > What will be DAL Query string in db.py for MariaDB database in my Centos 7 > machine? > Is this right? > db = DAL(&#

[web2py] DAL Query string for MariaDB

2017-01-20 Thread SR
What will be DAL Query string in db.py for MariaDB database in my Centos 7 machine? Is this right? db = DAL('mysql://root:password@localhost/db_name’ ) -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.googl

[web2py] Re: Disabling all sidebars

2016-10-04 Thread SR
Change the both sidebars to False in the layout.html file. On Tuesday, October 4, 2016 at 8:23:40 PM UTC-5, Oasis Agano wrote: > > Greetings is there an easy way of disabling all left and right sidebars > completely either through the css or a py function. > im trying to create a full width ind

[web2py] embed a video file

2016-09-26 Thread SR
How do I embed a video file in my webpage? -- 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 Goo

[web2py] Upload files folder setup

2016-09-23 Thread SR
When we upload a file via an upload field, by default it goes into the /web2py/applications/yourapp/uploads folder, can we specify a different folder in a remote server? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) -

[web2py] Re: Login page - Menu bar does not work

2016-09-22 Thread SR
I would really appreciate if you could be more specific? On Wednesday, September 21, 2016 at 6:18:11 PM UTC-5, SR wrote: > > When I am in the Login page, the menu items does not work. > Any idea why it is not working? > Thanks. > > -- Resources: - http://web2py.com - http

[web2py] Login page - Menu bar does not work

2016-09-21 Thread SR
When I am in the Login page, the menu items does not work. Any idea why it is not working? Thanks. -- 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 rec

[web2py] Re: Assign users to multiple groups

2016-09-21 Thread SR
Thanks a lot. On Wednesday, September 21, 2016 at 5:40:39 PM UTC-5, SR wrote: > > How can I assign a particular user to 3 different groups? > Any suggestions? > Thanks. > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2

[web2py] Re: Assign users to multiple groups

2016-09-21 Thread SR
How I do it using the web2py's "Administrative Interface"? On Wednesday, September 21, 2016 at 5:40:39 PM UTC-5, SR wrote: > > How can I assign a particular user to 3 different groups? > Any suggestions? > Thanks. > -- Resources: - http://web2py.com - http://

[web2py] Assign users to multiple groups

2016-09-21 Thread SR
How can I assign a particular user to 3 different groups? Any suggestions? Thanks. -- 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 messa

[web2py] Re: show_if logical operators

2016-07-24 Thread SR
This should work: db.mytable.roles.show_if = (db.mytable.name.contains('red')) -- 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 b