Just tried to do a fresh install of GrooverWiki, the install works
fine but when I try to run it I get the following error :

Traceback (most recent call last):
  File "/var/web2py/gluon/restricted.py", line 192, in restricted
    exec ccode in environment
  File "/var/web2py/applications/wiki/controllers/default.py", line
148, in <module>
  File "/var/web2py/gluon/globals.py", line 145, in <lambda>
    self._caller = lambda f: f()
  File "/var/web2py/applications/wiki/controllers/default.py", line
11, in show_page
    curr_page=db().select(db.WikiPage.ALL)[0]
  File "/var/web2py/gluon/dal.py", line 5481, in select
    return self.db._adapter.select(self.query,fields,attributes)
  File "/var/web2py/gluon/dal.py", line 1192, in select
    return self.parse(rows,self._colnames)
  File "/var/web2py/gluon/dal.py", line 1421, in parse
    colset[fieldname] = base64.b64decode(str(value))
  File "/usr/lib/python2.6/base64.py", line 76, in b64decode
    raise TypeError(msg)
TypeError: Incorrect padding

I'm sure its something really silly, but I just can't figure what.

Reply via email to