I seem to be having a strange error, Everything seemed to be going well but with this new publication I get the following error...
(both on my dev server and on the actual one)
"c:\win32app\phptest\Products\SilvaNews\InlineViewer.py", line 113, in to_html return ustr(getattr(self, 'view')(**kwargs)) File "C:\win32app\2.10.3\Zope\lib\python\Shared\DC\Scripts\Bindings.py", line 313, in __call__ return self._bindAndExec(args, kw, None) File "C:\win32app\2.10.3\Zope\lib\python\Shared\DC\Scripts\Bindings.py", line 350, in _bindAndExec return self._exec(bound_data, args, kw) File "C:\win32app\2.10.3\Zope\lib\python\Products\PageTemplates\ZopePageTemplate.py", line 331, in _exec result = self.pt_render(extra_context=bound_names) File "C:\win32app\2.10.3\Zope\lib\python\Products\PageTemplates\ZopePageTemplate.py", line 427, in pt_render result = PageTemplate.pt_render(self, source, extra_context) File "C:\win32app\2.10.3\Zope\lib\python\Products\PageTemplates\PageTemplate.py", line 89, in pt_render return super(PageTemplate, self).pt_render(c, source=source) File "C:\win32app\2.10.3\Zope\lib\python\zope\pagetemplate\pagetemplate.py", line 117, in pt_render strictinsert=0, sourceAnnotations=sourceAnnotations)() File "C:\win32app\2.10.3\Zope\lib\python\zope\tal\talinterpreter.py", line 271, in __call__ self.interpret(self.program) File "C:\win32app\2.10.3\Zope\lib\python\zope\tal\talinterpreter.py", line 346, in interpret handlers[opcode](self, args) File "C:\win32app\2.10.3\Zope\lib\python\zope\tal\talinterpreter.py", line 586, in do_setLocal_tal self.engine.setLocal(name, self.engine.evaluateValue(expr)) File "C:\win32app\2.10.3\Zope\lib\python\zope\tales\tales.py", line 696, in evaluate return expression(self) File "C:\win32app\2.10.3\Zope\lib\python\Products\PageTemplates\ZRPythonExpr.py", line 49, in __call__ return eval(self._code, vars, {}) File "PythonExpr", line 1, in File "c:\win32app\phptest\Products\SilvaNews\InlineViewer.py", line 147, in get_items return adapter.getitems(number)
I've almost have it narrowed down to something, but I'm not sure what that something is yet... I'll keep you posted