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 re
:
> 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\pymsysql\charset.py
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 __
s 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 becaus
ternal error handler (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 r
th_user.email,
auth_user.password, auth_user.registration_key,
auth_user.reset_password_key, auth_user.registration_id
I tried various combinations of 'label' (with or without A), 'class'
(commented, empty string, "string") and 'width' (commented, empty
way to have all the headers as I want is to pass 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
this is getting even more strange
I have just tried adding a new record to db.auth_user but no additional
records were created...
--
o login
with the standard login form, after submitting user and pass I get
redirected again to the login page. The same appens for the "lost password"
function.
Any idea?
Thanks in advance
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)]
interfaces.append((ip,443,'server.key'
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
im
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),
ajax=Tru
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 ro
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 t
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 th
15 matches
Mail list logo