collective / Products.Reflecto

A window unto the file system
2 stars 3 forks source link

Missing object icons (Reflecto 3.0.6dev, Plone 4.3.2) #5

Open pschiffe opened 10 years ago

pschiffe commented 10 years ago

I see missing icons in reflector_view, in name column there is only something like this: ReflectoDirectory second ReflectoDirectory application/x-director onedir

and on xxx/folder_contents page I get exception: ... Module Products.PageTemplates.Expressions, line 218, in evaluateStructure Module zope.tales.tales, line 696, in evaluate

jansenicus commented 9 years ago

the solution is to change:

  • 'file_icon.gif to 'file_icon.png' and
  • 'folder_icon.gif' to 'folder_icon.png' inside the three XML files: - ReflectoDirectory - ReflectoFile - Reflector Which for example can be found at: C:\Plone43\eggs\products.reflecto-3.0.6-py2.6.egg\Products\Reflecto\profiles\default\types then reinstall the Products from Site Setup. Thanks and God bless!