0_memcache.py model file I've got this ticket:| web2py™ | Version 2.14.6-stable+timestamp.2016.05.10.00.21.47 |
|---|---|
| Python | Python 2.7.5: /usr/bin/python (prefix: /usr) |
1. | Traceback (most recent call last): |
<type 'exceptions.ImportError'>(Cannot import module 'applications.hydrover_oleodinamica.modules.six')
File /home/tasko/webapps/w2p_2_14_16/web2py/gluon/custom_import.py in custom_importer at line 89 code arguments variables
(name='six', globals={'__builtins__': {'ArithmeticError': <type 'exceptions.ArithmeticError'>, 'AssertionError': <type 'exceptions.AssertionError'>, 'AttributeError': <type 'exceptions.AttributeError'>, 'BaseException': <type 'exceptions.BaseException'>, 'BufferError': <type 'exceptions.BufferError'>, 'BytesWarning': <type 'exceptions.BytesWarning'>, 'DeprecationWarning': <type 'exceptions.DeprecationWarning'>, 'EOFError': <type 'exceptions.EOFError'>, 'Ellipsis': Ellipsis, 'EnvironmentError': <type 'exceptions.EnvironmentError'>, ...}, '__doc__': None, '__file__': None, '__name__': None, '__package__': None, 'binascii': None, 'os': None, 'pickle': None, 'print_function': None, 're': None, ...}, locals={'__builtins__': {'ArithmeticError': <type 'exceptions.ArithmeticError'>, 'AssertionError': <type 'exceptions.AssertionError'>, 'AttributeError': <type 'exceptions.AttributeError'>, 'BaseException': <type 'exceptions.BaseException'>, 'BufferError': <type 'exceptions.BufferError'>, 'BytesWarning': <type 'exceptions.BytesWarning'>, 'DeprecationWarning': <type 'exceptions.DeprecationWarning'>, 'EOFError': <type 'exceptions.EOFError'>, 'Ellipsis': Ellipsis, 'EnvironmentError': <type 'exceptions.EnvironmentError'>, ...}, '__doc__': None, '__file__': None, '__name__': None, '__package__': None, 'binascii': None, 'os': None, 'pickle': None, 'print_function': None, 're': None, ...}, fromlist=[], level=-1)
84. | new_mod = base_importer( |
| builtinstr | <type 'str'> |
|---|---|
| builtinImportError | <type 'exceptions.ImportError'> |
| e | KeyError('applications.hydrover_oleodinamica.modules.six',) |
1. | # -*- coding: utf-8 -*- |
Hi all.In my sessions folder all sessions are stored in separated sub-folders, 068,069...The file system don't accept more than 512 sub-folders in a folder.When I reach 512 sub-folders the website is down.Now for avoiding this problem I delete all the sessions with a crontab job every 12 hours, but it's not enough.Obviously I can imagine that deleting all the sessions means also disconnecting all the users, that's not a good thing.
2a00_23a8_400d_c001_3d4c_5b50_35a9_dfdf.2019-07-19.12-25-46.c3413f14-b228-4390-bc14-2f7092907e01
| web2py™ | Version 2.14.6-stable+timestamp.2016.05.10.00.21.47 |
|---|---|
| Python | Python 2.7.5: /usr/bin/python (prefix: /usr) |
1. |
Traceback (most recent call last): |

<type 'exceptions.RuntimeError'>(Too many ID conflicts)
File /home/tasko/webapps/w2p_2_14_16/web2py/gluon/contrib/memdb.py in insert at line 264 code arguments variables
(self=<DALStorage {'client_ip': <pydal.objects.Field o... <pydal.objects.Field object at 0x7f6dd7c6e890>}>, **fields={'client_ip': '2a00.23a8.400d.c001.3d4c.5b50.35a9.dfdf', 'locked': False, 'modified_datetime': datetime.datetime(2019, 7, 19, 12, 25, 46, 854949), 'session_data': '\x80\x02cgluon.globals\nSession\nq\x01}q\x02(U\x19_formkey[no_tab...\x13(h\x0bU\r75.0.3770.142q\x14h\rU\x06Chromeq\x15u\x85Rq\x16u\x85Rq\x17u\x85Rq\x18.', 'unique_key': '25d6cb33-4709-4b14-987d-06aef044ac67'})
259. | for i in range(3): |