I can't figure out why I am getting this error:
Traceback (most recent call last):
File "/var/web2py/gluon/restricted.py", line 181, in restricted
exec ccode in environment
File "/var/web2py/applications/init/models/0_settings.py"
<https://pricetack.com/admin/edit/init/models/0_settings.py>, line 8, in
<module>
db = DAL('postgres://postgres:password@localhost/main', pool_size=2,
migrate_enabled=False, fake_migrate_all=False)
TypeError: __init__() got an unexpected keyword argument 'fake_migrate_all'
As far as I can tell, I'm working with trunk (hg update tip). Although admin
shows an old version:
Version 1.95.1 (2011-04-25 08:57:54)