[Silva-general] Problems moving a Silva 1.4.2 site from Zope 2.7.x to Zope 2.8.x

kit BLAKE kitblake at gmail.com
Sun Oct 8 08:55:56 CEST 2006


Nico,
> Dear Silva developers,
>
> I am trying to move a Silva 1.4.2 site from Zope 2.7.4. to Zope 2.8.8.
> If I try to view the Silva site on Zope 2.8.8. I get the following error:
>
> -----------------------------------------------------------------------
> Exception Type          TypeError
> Exception Value         unbound method __str__() must be called with Image
> instance as first argument (got nothing instead)

Don't know if this will help, but I found this error in my logs, and
it was caused by changing an image tag in a layout template, and
calling an image with a tal:replace incorrectly. From the history:

- <img tal:replace="path: here/globals/powered_by.png/absolute_url"
+<img tal:replace="here/globals/powered_by.png"
  tal:attributes="alt string:Silva site"
/>

kit


-- 
kit BLAKE · Infrae · http://infrae.com + 31 10 243 7051
Hoevestraat 10 · 3033 GC · Rotterdam + The Netherlands
Contact = http://2idi.com/contact/=kitblake



More information about the Silva-general mailing list