[web2py] MULTI_USER_MODE setup error

2023-03-28 Thread Geo
Greetings, I'm trying the techer/MULTI_USER_MODE but I encounter some issues. With a default setup I set MULTI_USER_MODE = True in /admin/models/0.py If I try to load the page http://localhost/admin/default/user/login or http://localhost/admin/default/user/register I get this Traceback (most

[web2py] Re: 255

2020-10-22 Thread Geo
: > Where can i found pycache ? > > > Em terça-feira, 26 de maio de 2020 04:41:45 UTC-3, Geo escreveu: >> >> I use python 3.7 but I had the same issue, to solve it I kind of cheated >> by adding MySQL default charset 255 >> >> in gluon\contrib\pymsysq

[web2py] Re: 255

2020-05-26 Thread Geo
I use python 3.7 but I had the same issue, to solve itI kind of cheated by adding MySQL default charset 255 in gluon\contrib\pymsysql\charset.py I have added this at line 260 (at the end of the list of charsets) _charsets.add(Charset(255, 'utf8mb4', 'utf8mb4_unicode_ci', '')) then I deleted

[web2py] DAL ojdbc6.jar

2017-06-22 Thread Geo
not complie. Did anyone ever tried something similar? Thanks and regards Geo -- 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

[web2py] logging controller output for specific session

2013-10-03 Thread Geo
(the one that generates error tickets) but without success. Thanks in advance Geo -- 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

[web2py] SQLTABLE extracolumn

2013-05-21 Thread Geo
I tried various combinations of 'label' (with or without A), 'class' (commented, empty string, string) and 'width' (commented, empty string, 100, 100, 100px, 100%) but nothing happened. Any advice? Thanks Geo -- --- You received this message because you are subscribed to the Google

[web2py] problem with SLQTABLE headers

2013-03-08 Thread Geo
a dictionary that maps 'tablename.fieldname' : 'header I want' for each field Is ths the expected behaviour? What about the virtual fields, is there a way to add a label to them? Thanks in advance. Geo p.s. using web2py 2.3.2 (2012-12-17 15:03:30) stable source on windows -- --- You received

[web2py] Re: Login not working after moving to 2.2.1

2012-12-03 Thread Geo
this is getting even more strange I have just tried adding a new record to db.auth_user but no additional records were created... --

[web2py] Login not working after moving to 2.2.1

2012-11-29 Thread Geo
redirected again to the login page. The same appens for the lost password function. Any idea? Thanks in advance Geo --

[web2py] Re: Start web2py as windows service with ssl

2012-09-06 Thread Geo
First of all thansk for the answer, About the parameters_442.py, sorry that was a typo, I have the 443. Following your instructions I have changed the options.py this way: ... ip = socket.gethostbyname(socket.gethostname()) port = 8000 interfaces=[(ip,port)]

[web2py] Start web2py as windows service with ssl

2012-09-05 Thread Geo
Greetings, I have searched similar posts but I still can't make it work. I have a test machine with the following configuration: - Windows Server 2008 R2 Standard 64 - python 2.7 - pywin32_system32 - OpenSSL - web2py source 1.99.7 (2012-03-04 22:12:08) stable options.py: import socket

[web2py] Re: OperationalError: no such table:

2010-09-03 Thread Geo
All this web2py is new for me so it's likely that I messed up something. It's all part of a monitoring page where I can check the processes running on the server. from: applications\monitor\views\default\index.html I call: {{=TD(LOAD(url=URL(r=request,f='getProcesStatus',args=proces_key),

[web2py] OperationalError: no such table:

2010-09-02 Thread Geo
Hi to everyone, I'm using web2py Version 1.83.2 (2010-08-15 08:16:30) on windows xp 32, with Python 2.6 when I try to execute one of these commands: monitordb.updates['processes']=dict(updatetime=datetime.datetime.now()) monitordb.commit() or query = monitordb.updates.task == 'processes' for

[web2py] website not working

2010-02-18 Thread Geo
Hi guys! I've been trying to access the web2py website for the last couple of days, with very little success. Most of the time I get a The connection was reset message, and if somehow I get a connection, the navigation is very slow. Is there some problem on the server side? -- You received

[web2py] Re: website not working

2010-02-18 Thread Geo
I'm not very knowledgeable about apache ... so I don't know how to help on that topic. But, what do you think about a script which will monitor the processes's ram consumption and kill them once they go past a certain limit ( say 150mb ) ? -- You received this message because you are subscribed