Movuca - web2py powered social CMS (this project is not updated/maintained anymore, if you want to adopt it, let me know, then I can transfer ownership)
Your feed is not displayed and I got a following ticket. I'm using web2py version 2.1.1.
Traceback (most recent call last):
File "C:\web2py\gluon\restricted.py", line 209, in restricted
exec ccode in environment
File "C:\web2py\applications\movuca\views\bootstrap/app/person/privatetimeline.load", line 88, in
File "C:\web2py\applications\movuca\views\bootstrap/app/person/privatetimeline.load", line 31, in eventbox
File "C:\web2py\gluon\globals.py", line 196, in write
self.body.write(xmlescape(data))
File "C:\web2py\gluon\html.py", line 119, in xmlescape
return data.xml()
File "C:\web2py\gluon\languages.py", line 379, in xml
return str(self) if self.M else escape(str(self))
File "C:\web2py\gluon\languages.py", line 340, in str
self.T.translate(self.m, self.s))
File "C:\web2py\gluon\languages.py", line 848, in translate
message = self.params_substitution(message, symbols)
File "C:\web2py\gluon\languages.py", line 825, in params_substitution
message = message % symbols
TypeError: format requires a mapping
Your feed is not displayed and I got a following ticket. I'm using web2py version 2.1.1.
Traceback (most recent call last): File "C:\web2py\gluon\restricted.py", line 209, in restricted exec ccode in environment File "C:\web2py\applications\movuca\views\bootstrap/app/person/privatetimeline.load", line 88, in
File "C:\web2py\applications\movuca\views\bootstrap/app/person/privatetimeline.load", line 31, in eventbox
File "C:\web2py\gluon\globals.py", line 196, in write
self.body.write(xmlescape(data))
File "C:\web2py\gluon\html.py", line 119, in xmlescape
return data.xml()
File "C:\web2py\gluon\languages.py", line 379, in xml
return str(self) if self.M else escape(str(self))
File "C:\web2py\gluon\languages.py", line 340, in str
self.T.translate(self.m, self.s))
File "C:\web2py\gluon\languages.py", line 848, in translate
message = self.params_substitution(message, symbols)
File "C:\web2py\gluon\languages.py", line 825, in params_substitution
message = message % symbols
TypeError: format requires a mapping