The same error appears!
Doesn't solve it...

Error ticket for "HolidayExperience"Ticket ID

192.168.8.100.2017-08-04.16-58-01.7faba99b-7fcd-401e-9153-e8b071880ca4
<type 'exceptions.ValueError'> insecure string pickleVersão
web2py™ Version 2.15.2-stable+timestamp.2017.07.19.12.18.41
Python Python 2.7.11: C:\Python27\python.exe (prefix: C:\Python27)Traceback

1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
22.
23.
24.
25.

Traceback (most recent call last):
  File "C:\web2py\gluon\restricted.py", line 219, in restricted
    exec(ccode, environment)
  File "C:/web2py/applications/HolidayExperience/models/db.py" 
<http://192.168.8.100:443/admin/edit/HolidayExperience/models/db.py>, line 60, 
in <module>
    auth.define_tables(username=True, signature=False, migrate=True, 
fake_migrate=True)
  File "C:\web2py\gluon\tools.py", line 2215, in define_tables
    super(Auth, self).define_tables(username, signature, migrate, 
fake_migrate)._table_signature_list
  File "C:\web2py\gluon\authapi.py", line 320, in define_tables
    format='%(username)s'))
  File "C:\web2py\gluon\packages\dal\pydal\base.py", line 587, in define_table
    table = self.lazy_define_table(tablename, *fields, **args)
  File "C:\web2py\gluon\packages\dal\pydal\base.py", line 621, in 
lazy_define_table
    polymodel=polymodel)
  File "C:\web2py\gluon\packages\dal\pydal\adapters\base.py", line 795, in 
create_table
    return self.migrator.create_table(*args, **kwargs)
  File "C:\web2py\gluon\packages\dal\pydal\migrator.py", line 295, in 
create_table
    sql_fields_old = pickle.load(tfile)
  File "C:\Python27\lib\pickle.py", line 1384, in load
    return Unpickler(file).load()
  File "C:\Python27\lib\pickle.py", line 864, in load
    dispatch[key](self)
  File "C:\Python27\lib\pickle.py", line 972, in load_string
    raise ValueError, "insecure string pickle"
ValueError: insecure string pickle


sexta-feira, 4 de Agosto de 2017 às 16:27:46 UTC+1, Leonel Câmara escreveu:
>
> Try just one more thing.
>
> Where you have auth.define_tables(username=True, signature=False)
>
> Put:
>
> auth.define_tables(username=True, signature=False, migrate=True, 
> fake_migrate=True)
>

-- 
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 Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to