problem loading geolocation product
Up to General
Hi,
I am facing problem loading product geolocation on Plone 3.0.6.
This product is required for qPloneGoogleMaps.
After copying the product geolocation the product listing on the 'Zope Management Interface' shows the following
geolocation (Installed product geolocation (0.5))
If I access page portal_quickinstaller, it gives an error. Similarly view Plone also generates error page.
The snippet of error message captured is given below:
Zope Management Interface portal_quickinstaller Error
Site Error
An error was encountered while publishing this resource.
TraversalError
Sorry, a site error occurred.
Traceback (innermost last):
* Module ZPublisher.Publish, line 202, in publish_module_standard
* Module ZPublisher.Publish, line 150, in publish
* Module Zope2.App.startup, line 221, in zpublisher_exception_hook
* Module ZPublisher.Publish, line 119, in publish
* Module ZPublisher.mapply, line 88, in mapply
* Module ZPublisher.Publish, line 42, in call_object
* Module Shared.DC.Scripts.Bindings, line 313, in __call__
* Module Shared.DC.Scripts.Bindings, line 350, in _bindAndExec
* Module Products.PageTemplates.PageTemplateFile, line 129, in _exec
* Module Products.PageTemplates.PageTemplate, line 89, in pt_render
* Module zope.pagetemplate.pagetemplate, line 117, in pt_render
* Module zope.tal.talinterpreter, line 271, in __call__
* Module zope.tal.talinterpreter, line 346, in interpret
* Module zope.tal.talinterpreter, line 534, in do_optTag_tal
* Module zope.tal.talinterpreter, line 516, in no_tag
View Plone Error:
('No traversable adapter found', {u'content': [('version', '1.6'), ('mode', 'html'), ('setPosition', (99, 16)), ('setSourceFile', 'file:C:\\Program Files\\Plone 3\\Data\\Products\\CMFPlone\\skins\\plone_templates\\main_template.pt'), ('beginScope', {u'tal:define': u'show_border context/@@plone/showEditableBorder', u'metal:define-macro': u'content', u'tal:attributes': u"class python:test(show_border,'documentEditable','')"}), ('setLocal', (u'show_border', )), ('startTag', (u'div', [(u'metal:define-macro', u'content', 'metal'), (u'tal:define', u'show_border context/@@plone/showEditableBorder', 'tal'), (u'tal:attributes', u"class python:test(show_border,'documentEditable','')", 'tal'), (u'class', None, 'insert', , False, None)])), ('rawtextBeginScope', (u'\n\n ', 18, (103, 18), 0, {u'tal:replace': u'structure provider:plone.contentviews'})), ('optTag', (u'div', '', None, 1, [('startEndTag', (u'div', [(u'tal:replace', u'structure provider:plone.contentviews', 'tal')]))], [('insertStructure', (, {}, []))])), ('endScope', ()), ('rawtextColumn', (u'\n\n
\n\n \n \n \n \n\n ', 20)), ('setPosition', (113, 20)), ('useMacro', (u'here/global_statusmessage/macros/portal_message', , {}, [('startTag', (u'div', [(u'metal:use-macro', u'here/global_statusmessage/macros/portal_message', 'metal')])), ('rawtextColumn', (u'\n Portal status message\n
Dependencies required for qPloneGoogleMaps are already present
Plone Version Overview
* Plone 3.0.6
* 2.1.1
* Zope (Zope 2.10.5-final, python 2.4.4, win32)
* Python 2.4.4 (#71, Oct 18 2006, 08:34:43) [MSC v.1310 32 bit (Intel)]
* PIL 1.1.6
The following dependenices are already present.
- Zope 2.9.3+
Zope (Zope 2.10.5-final, python 2.4.4, win32)
- CMF 1.6.1+
CMFCore (Installed product CMFCore (2.1.1))
- Plone 2.5.0+
Plone 3.0.6
- geolocation (0.5 version) product to enable geolocation properties for plone content types
geolocation (Installed product geolocation (0.5))
- Google Maps currently supports the following web browsers:
# IE 6.0+ (download: Windows)
# Firefox 0.8+ (download: Windows Mac Linux)
Using Firefox 2.0.0.13
# Safari 1.2.4+ (download: Mac)
# Netscape 7.1+ (download: Windows Mac Linux)
# Mozilla 1.4+ (download: Windows Mac Linux)
# Opera 8.02+ (down
Please help resolving installation of geolocation and qPloneGoogleMaps products.
Thanks and Regards,
Mehul
Hi,
some weeks ago, I posted here
, that I have created patches for geolocation and qPloneGoogleMaps working with Plone 3.0.x.
These patches also add some functionality for my (very) specific use cases, e.g. colored markers in GoogleMaps view and a configurable default location. So be warned: they might not work for you out of the box, but the changes or quite obvious.
The patches are against SVN head of geolocation (http://tinyurl.com/65fjqp) and qPloneGoogleMaps (http://tinyurl.com/5qowlk
).
Regards,
Stefan
