Hi
I downloaded latest version of Web2py and plugin_wiki.
I setup Janrain. I can login.
I created a new app and uploaded plugin_wiki as a plugin.
I can create a first page and save it using plugin_wiki features.
But second time I click the "Page" tab i get the following error:
Version
web2py™ Version 1.93.2 (2011-03-06 10:18:04) Python Python 2.6.6:
/usr/bin/python
Traceback
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
Traceback (most recent call last):
File "/home/linux/Dev/web2py/gluon/restricted.py", line 188, in restricted
exec ccode in environment
File "/home/linux/Dev/web2py/applications/Docs/views/plugin_wiki/index.html",
line 113, in <module>
File "/home/linux/Dev/web2py/gluon/dal.py", line 3347, in __getattr__
return self[key]
File "/home/linux/Dev/web2py/gluon/dal.py", line 3338, in __getitem__
return dict.__getitem__(self, key)
KeyError: 'active'
Error snapshot [image: help] Detailed traceback description
<type 'exceptions.KeyError'>('active')
Anyone knows what is the issue here?
Thanks!
Mat