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
Names:
{'container': <PloneSite at /intranet>,
'context': <Reflector at /intranet/dokumenty>,
'default': <object object at 0x7ff0938c5b60>,
'here': <Reflector at /intranet/dokumenty>,
'loop': {},
'nothing': None,
'options': {'args': ()},
'repeat': <Products.PageTemplates.Expressions.SafeMapping object at 0x90b7d08>,
'request': <HTTPRequest, URL=http://XXX/intranet/dokumenty/reflecto_folder_contents>,
'root': ,
'template': <FSPageTemplate at /intranet/reflecto_folder_contents used for /intranet/dokumenty>,
'traverse_subpath': [],
'user': <PropertiedUser 'admin'>}
Module Products.PageTemplates.ZRPythonExpr, line 48, in call
traceback_info: getattr(here, here.getIcon(1)).tag(alt=here.portal_type)
Module PythonExpr, line 1, in
Module AccessControl.ImplPython, line 675, in guarded_getattr
AttributeError: folder_icon.gif
'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!
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