Discussion:
Uauthorized error after installing gomobile on plone 4.0.10
Christian Ledermann
2011-12-13 09:42:48 UTC
Permalink
Traceback (most recent call last):  File
"/home/iwlearn3/webapps/plone4_iwlearn/buildout-cache/eggs/Zope2-2.12.20-py2.6-linux-x86_64.egg/OFS/SimpleItem.py",
line 254, in raise_standardErrorMessage    v = s(**kwargs)  File
"/home/iwlearn3/webapps/plone4_iwlearn/buildout-cache/eggs/Products.CMFCore-2.2.4-py2.6.egg/Products/CMFCore/FSPythonScript.py",
line 130, in __call__    return Script.__call__(self, *args, **kw)
File "/home/iwlearn3/webapps/plone4_iwlearn/buildout-cache/eggs/Zope2-2.12.20-py2.6-linux-x86_64.egg/Shared/DC/Scripts/Bindings.py",
line 324, in __call__    return self._bindAndExec(args, kw, None)
File "/home/iwlearn3/webapps/plone4_iwlearn/buildout-cache/eggs/Zope2-2.12.20-py2.6-linux-x86_64.egg/Shared/DC/Scripts/Bindings.py",
line 361, in _bindAndExec    return self._exec(bound_data, args, kw)
File "/home/iwlearn3/webapps/plone4_iwlearn/buildout-cache/eggs/Zope2-2.12.20-py2.6-linux-x86_64.egg/Products/PythonScripts/PythonScript.py",
line 344, in _exec    result = f(*args, **kw)  File "Script (Python)",
line 34, in standard_error_message  File
"/home/iwlearn3/webapps/plone4_iwlearn/buildout-cache/eggs/Zope2-2.12.20-py2.6-linux-x86_64.egg/Shared/DC/Scripts/Bindings.py",
line 324, in __call__    return self._bindAndExec(args, kw, None)
File "/home/iwlearn3/webapps/plone4_iwlearn/buildout-cache/eggs/Zope2-2.12.20-py2.6-linux-x86_64.egg/Shared/DC/Scripts/Bindings.py",
line 361, in _bindAndExec    return self._exec(bound_data, args, kw)
File "/home/iwlearn3/webapps/plone4_iwlearn/buildout-cache/eggs/Products.CMFCore-2.2.4-py2.6.egg/Products/CMFCore/FSPageTemplate.py",
line 240, in _exec    result =
self.pt_render(extra_context=bound_names)  File
"/home/iwlearn3/webapps/plone4_iwlearn/buildout-cache/eggs/Products.CMFCore-2.2.4-py2.6.egg/Products/CMFCore/FSPageTemplate.py",
line 180, in pt_render    self, source, extra_context  File
"/home/iwlearn3/webapps/plone4_iwlearn/buildout-cache/eggs/Zope2-2.12.20-py2.6-linux-x86_64.egg/Products/PageTemplates/PageTemplate.py",
line 80, in pt_render    showtal=showtal)  File
"/home/iwlearn3/webapps/plone4_iwlearn/buildout-cache/eggs/zope.pagetemplate-3.5.2-py2.6.egg/zope/pagetemplate/pagetemplate.py",
line 113, in pt_render    strictinsert=0,
sourceAnnotations=sourceAnnotations)()  File
"/home/iwlearn3/webapps/plone4_iwlearn/buildout-cache/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py",
line 271, in __call__    self.interpret(self.program)  File
"/home/iwlearn3/webapps/plone4_iwlearn/buildout-cache/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py",
line 343, in interpret    handlers[opcode](self, args)  File
"/home/iwlearn3/webapps/plone4_iwlearn/buildout-cache/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py",
line 888, in do_useMacro    self.interpret(macro)  File
"/home/iwlearn3/webapps/plone4_iwlearn/buildout-cache/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py",
line 343, in interpret    handlers[opcode](self, args)  File
"/home/iwlearn3/webapps/plone4_iwlearn/buildout-cache/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py",
line 533, in do_optTag_tal    self.do_optTag(stuff)  File
"/home/iwlearn3/webapps/plone4_iwlearn/buildout-cache/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py",
line 518, in do_optTag    return self.no_tag(start, program)  File
"/home/iwlearn3/webapps/plone4_iwlearn/buildout-cache/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py",
line 513, in no_tag    self.interpret(program)  File
"/home/iwlearn3/webapps/plone4_iwlearn/buildout-cache/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py",
line 343, in interpret    handlers[opcode](self, args)  File
"/home/iwlearn3/webapps/plone4_iwlearn/buildout-cache/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py",
line 405, in do_startTag    rendered = attrAction(self, item)  File
"/home/iwlearn3/webapps/plone4_iwlearn/buildout-cache/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py",
line 482, in attrAction_tal    evalue =
self.engine.evaluateText(item[3])  File
"/home/iwlearn3/webapps/plone4_iwlearn/buildout-cache/eggs/Zope2-2.12.20-py2.6-linux-x86_64.egg/Products/PageTemplates/Expressions.py",
line 227, in evaluateText    text = self.evaluate(expr)  File
"/home/iwlearn3/webapps/plone4_iwlearn/buildout-cache/eggs/zope.tales-3.4.0-py2.6.egg/zope/tales/tales.py",
line 696, in evaluate    return expression(self)  File
"/home/iwlearn3/webapps/plone4_iwlearn/buildout-cache/eggs/Zope2-2.12.20-py2.6-linux-x86_64.egg/Products/PageTemplates/ZRPythonExpr.py",
line 49, in __call__    return eval(self._code, vars, {})  File
"PythonExpr", line 1, in <expression>Unauthorized: You are not allowed
to access 'getColumnsClass' in this context

when i comment out;
eggs=
...
mfabrik.webandmobile

everything is OK, no errors, but with mfabrik.webandmobile enabled i
get the above error.
--
Best Regards,

Christian Ledermann

Nairobi - Kenya
Mobile : +254 702978914

<*)))>{

If you save the living environment, the biodiversity that we have left,
you will also automatically save the physical environment, too. But If
you only save the physical environment, you will ultimately lose both.

1) Don’t drive species to extinction

2) Don’t destroy a habitat that species rely on.

3) Don’t change the climate in ways that will result in the above.

}<(((*>
--
You received this message because you are subscribed to the Google Groups "gomobile-dev" group.
To post to this group, send email to gomobile-dev-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To unsubscribe from this group, send email to gomobile-dev+***@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/gomobile-dev?hl=en.
Mikko Ohtamaa
2011-12-13 09:56:19 UTC
Permalink
Hi,

In your page templates, portal_css or somethere you have a TAL
expression which contains:

getColumnsClass

(the error "PythonExpr", line 1, in <expression>Unauthorized: You are
not allowed
to access 'getColumnsClass' in this context)

To help further in the issue we should see on which page this error
comes and what this the bad TAL expression causing the error.

-Mikko

On Dec 13, 11:42 am, Christian Ledermann
Post by Christian Ledermann
Traceback (most recent call last):  File
"/home/iwlearn3/webapps/plone4_iwlearn/buildout-cache/eggs/Zope2-2.12.20-py2.6-linux-x86_64.egg/OFS/SimpleItem.py",
line 254, in raise_standardErrorMessage    v = s(**kwargs)  File
"/home/iwlearn3/webapps/plone4_iwlearn/buildout-cache/eggs/Products.CMFCore-2.2.4-py2.6.egg/Products/CMFCore/FSPythonScript.py",
line 130, in __call__    return Script.__call__(self, *args, **kw)
File "/home/iwlearn3/webapps/plone4_iwlearn/buildout-cache/eggs/Zope2-2.12.20-py2.6-linux-x86_64.egg/Shared/DC/Scripts/Bindings.py",
line 324, in __call__    return self._bindAndExec(args, kw, None)
File "/home/iwlearn3/webapps/plone4_iwlearn/buildout-cache/eggs/Zope2-2.12.20-py2.6-linux-x86_64.egg/Shared/DC/Scripts/Bindings.py",
line 361, in _bindAndExec    return self._exec(bound_data, args, kw)
File "/home/iwlearn3/webapps/plone4_iwlearn/buildout-cache/eggs/Zope2-2.12.20-py2.6-linux-x86_64.egg/Products/PythonScripts/PythonScript.py",
line 344, in _exec    result = f(*args, **kw)  File "Script (Python)",
line 34, in standard_error_message  File
"/home/iwlearn3/webapps/plone4_iwlearn/buildout-cache/eggs/Zope2-2.12.20-py2.6-linux-x86_64.egg/Shared/DC/Scripts/Bindings.py",
line 324, in __call__    return self._bindAndExec(args, kw, None)
File "/home/iwlearn3/webapps/plone4_iwlearn/buildout-cache/eggs/Zope2-2.12.20-py2.6-linux-x86_64.egg/Shared/DC/Scripts/Bindings.py",
line 361, in _bindAndExec    return self._exec(bound_data, args, kw)
File "/home/iwlearn3/webapps/plone4_iwlearn/buildout-cache/eggs/Products.CMFCore-2.2.4-py2.6.egg/Products/CMFCore/FSPageTemplate.py",
line 240, in _exec    result =
self.pt_render(extra_context=bound_names)  File
"/home/iwlearn3/webapps/plone4_iwlearn/buildout-cache/eggs/Products.CMFCore-2.2.4-py2.6.egg/Products/CMFCore/FSPageTemplate.py",
line 180, in pt_render    self, source, extra_context  File
"/home/iwlearn3/webapps/plone4_iwlearn/buildout-cache/eggs/Zope2-2.12.20-py2.6-linux-x86_64.egg/Products/PageTemplates/PageTemplate.py",
line 80, in pt_render    showtal=showtal)  File
"/home/iwlearn3/webapps/plone4_iwlearn/buildout-cache/eggs/zope.pagetemplate-3.5.2-py2.6.egg/zope/pagetemplate/pagetemplate.py",
line 113, in pt_render    strictinsert=0,
sourceAnnotations=sourceAnnotations)()  File
"/home/iwlearn3/webapps/plone4_iwlearn/buildout-cache/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py",
line 271, in __call__    self.interpret(self.program)  File
"/home/iwlearn3/webapps/plone4_iwlearn/buildout-cache/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py",
line 343, in interpret    handlers[opcode](self, args)  File
"/home/iwlearn3/webapps/plone4_iwlearn/buildout-cache/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py",
line 888, in do_useMacro    self.interpret(macro)  File
"/home/iwlearn3/webapps/plone4_iwlearn/buildout-cache/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py",
line 343, in interpret    handlers[opcode](self, args)  File
"/home/iwlearn3/webapps/plone4_iwlearn/buildout-cache/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py",
line 533, in do_optTag_tal    self.do_optTag(stuff)  File
"/home/iwlearn3/webapps/plone4_iwlearn/buildout-cache/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py",
line 518, in do_optTag    return self.no_tag(start, program)  File
"/home/iwlearn3/webapps/plone4_iwlearn/buildout-cache/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py",
line 513, in no_tag    self.interpret(program)  File
"/home/iwlearn3/webapps/plone4_iwlearn/buildout-cache/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py",
line 343, in interpret    handlers[opcode](self, args)  File
"/home/iwlearn3/webapps/plone4_iwlearn/buildout-cache/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py",
line 405, in do_startTag    rendered = attrAction(self, item)  File
"/home/iwlearn3/webapps/plone4_iwlearn/buildout-cache/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py",
line 482, in attrAction_tal    evalue =
self.engine.evaluateText(item[3])  File
"/home/iwlearn3/webapps/plone4_iwlearn/buildout-cache/eggs/Zope2-2.12.20-py2.6-linux-x86_64.egg/Products/PageTemplates/Expressions.py",
line 227, in evaluateText    text = self.evaluate(expr)  File
"/home/iwlearn3/webapps/plone4_iwlearn/buildout-cache/eggs/zope.tales-3.4.0-py2.6.egg/zope/tales/tales.py",
line 696, in evaluate    return expression(self)  File
"/home/iwlearn3/webapps/plone4_iwlearn/buildout-cache/eggs/Zope2-2.12.20-py2.6-linux-x86_64.egg/Products/PageTemplates/ZRPythonExpr.py",
line 49, in __call__    return eval(self._code, vars, {})  File
"PythonExpr", line 1, in <expression>Unauthorized: You are not allowed
to access 'getColumnsClass' in this context
when i comment out;
eggs=
   ...
   mfabrik.webandmobile
everything is OK, no errors, but with mfabrik.webandmobile enabled i
get the above error.
--
Best Regards,
Christian Ledermann
Nairobi - Kenya
Mobile : +254 702978914
<*)))>{
If you save the living environment, the biodiversity that we have left,
you will also automatically save the physical environment, too. But If
you only save the physical environment, you will ultimately lose both.
1) Don’t drive species to extinction
2) Don’t destroy a habitat that species rely on.
3) Don’t change the climate in ways that will result in the above.
}<(((*>
--
You received this message because you are subscribed to the Google Groups "gomobile-dev" group.
To post to this group, send email to gomobile-dev-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To unsubscribe from this group, send email to gomobile-dev+***@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/gomobile-dev?hl=en.
Christian Ledermann
2011-12-13 13:01:25 UTC
Permalink
Site Error
An error was encountered while publishing this resource.
UnauthorizedSorry, a site error occurred.
Traceback (innermost last):
    Module ZPublisher.Publish, line 239, in publish_module_standard
Module ZPublisher.Publish, line 166, in publish    Module
plone.app.linkintegrity.monkey, line 21, in
zpublisher_exception_hook_wrapper    Module ZPublisher.Publish, line
127, in publish    Module ZPublisher.mapply, line 77, in mapply
Module ZPublisher.Publish, line 47, in call_object    Module
Products.CMFCore.FSPythonScript, line 130, in __call__    Module
Shared.DC.Scripts.Bindings, line 324, in __call__    Module
Shared.DC.Scripts.Bindings, line 361, in _bindAndExec    Module
Products.PythonScripts.PythonScript, line 344, in _exec    Module
script, line 12, in require_login    <FSPythonScript at
/iwlearn/require_login used for
/iwlearn/acl_users/credentials_cookie_auth>    Line 12    Module
Shared.DC.Scripts.Bindings, line 324, in __call__    Module
Shared.DC.Scripts.Bindings, line 361, in _bindAndExec    Module
Products.CMFCore.FSPageTemplate, line 240, in _exec    Module
Products.CMFCore.FSPageTemplate, line 180, in pt_render    Module
Products.PageTemplates.PageTemplate, line 80, in pt_render    Module
zope.pagetemplate.pagetemplate, line 113, in pt_render    Module
zope.tal.talinterpreter, line 271, in __call__    Module
zope.tal.talinterpreter, line 343, in interpret    Module
zope.tal.talinterpreter, line 888, in do_useMacro    Module
zope.tal.talinterpreter, line 343, in interpret    Module
zope.tal.talinterpreter, line 533, in do_optTag_tal    Module
zope.tal.talinterpreter, line 518, in do_optTag    Module
zope.tal.talinterpreter, line 513, in no_tag    Module
zope.tal.talinterpreter, line 343, in interpret    Module
zope.tal.talinterpreter, line 405, in do_startTag    Module
zope.tal.talinterpreter, line 482, in attrAction_tal    Module
Products.PageTemplates.Expressions, line 227, in evaluateText
Module zope.tales.tales, line 696, in evaluate    URL:
file:/home/iwlearn3/webapps/plone4_iwlearn/buildout-cache/eggs/plonetheme.sunburst-1.0.6-py2.6.egg/plonetheme/sunburst/skins/sunburst_templates/main_template.pt
  Line 71, Column 8    Expression: <PythonExpr
sunburst_view.getColumnsClass(view)>    Names:
    {'container': <PloneSite at /iwlearn>,     'context': <PloneSite
at /iwlearn>,     'default': <object object at 0x7f3fbc102ae0>,
'here': <PloneSite at /iwlearn>,     'loop': {},     'nothing': None,
   'options': {'args': ()},     'repeat':
<Products.PageTemplates.Expressions.SafeMapping object at
0x7f3f9d284e68>,     'request': <HTTPRequest,
URL=http://plone4iwlearn.iwlearn3.webfactional.com/iwlearn/acl_users/credentials_cookie_auth/require_login>,
   'root': <Application at >,     'template': <FSPageTemplate at
/iwlearn/insufficient_privileges>,     'traverse_subpath': [],
'user': <PropertiedUser 'admin'>}
    Module Products.PageTemplates.ZRPythonExpr, line 49, in __call__
__traceback_info__: sunburst_view.getColumnsClass(view)    Module
PythonExpr, line 1, in <expression>
Unauthorized: Unauthorized() (Also, the following error occurred while
attempting to render the standard error message, please see the event
log for full details: You are not allowed to access 'getColumnsClass'
in this context)
Troubleshooting Suggestions
    The URL may be incorrect.    The parameters passed to this
resource may be incorrect.    A resource that this resource relies on
may be encountering an error.
For more detailed information about the error, please refer to the error log.
If the error persists please contact the site maintainer. Thank you
for your patience.
-----------------------------------------------------------
Post by Mikko Ohtamaa
Hi,
In your page templates, portal_css or somethere you have a TAL
getColumnsClass
(the error "PythonExpr", line 1, in <expression>Unauthorized: You are
not allowed
to access 'getColumnsClass' in this context)
To help further in the issue we should see on which page this error
comes and what this the bad TAL expression causing the error.
the error occurs on ALL pages as soon as mfabrik.webandmobile is installed

The 'bad tal expression' is in main_template of the sunburst theme:

<div id="portal-column-content" class="cell" tal:attributes="class
python:sunburst_view.getColumnsClass(view)">
where sunburst_view is defined as:
sunburst_view python:context.restrictedTraverse('@@sunburstview')


if I put a pdb.set_trace() into getColumnsClass of SunburstView i can
see that it never gets called
so something in webamdmobile seems to intercept this call and raise the error.

grepping through the code for sunburstview and getColumnsClass does
not reveal any
occurrences other than in sunburst theme itself.
Post by Mikko Ohtamaa
-Mikko
--
You received this message because you are subscribed to the Google Groups "gomobile-dev" group.
To post to this group, send email to gomobile-dev-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To unsubscribe from this group, send email to gomobile-dev+***@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/gomobile-dev?hl=en.
Mikko Ohtamaa
2011-12-13 19:16:18 UTC
Permalink
Hi,

Does this happen with vanilla Plone installation and which version?

On Dec 13, 3:01 pm, Christian Ledermann
Post by Christian Ledermann
Site Error
An error was encountered while publishing this resource.
UnauthorizedSorry, a site error occurred.
    Module ZPublisher.Publish, line 239, in publish_module_standard
Module ZPublisher.Publish, line 166, in publish    Module
plone.app.linkintegrity.monkey, line 21, in
zpublisher_exception_hook_wrapper    Module ZPublisher.Publish, line
127, in publish    Module ZPublisher.mapply, line 77, in mapply
Module ZPublisher.Publish, line 47, in call_object    Module
Products.CMFCore.FSPythonScript, line 130, in __call__    Module
Shared.DC.Scripts.Bindings, line 324, in __call__    Module
Shared.DC.Scripts.Bindings, line 361, in _bindAndExec    Module
Products.PythonScripts.PythonScript, line 344, in _exec    Module
script, line 12, in require_login    <FSPythonScript at
/iwlearn/require_login used for
/iwlearn/acl_users/credentials_cookie_auth>    Line 12    Module
Shared.DC.Scripts.Bindings, line 324, in __call__    Module
Shared.DC.Scripts.Bindings, line 361, in _bindAndExec    Module
Products.CMFCore.FSPageTemplate, line 240, in _exec    Module
Products.CMFCore.FSPageTemplate, line 180, in pt_render    Module
Products.PageTemplates.PageTemplate, line 80, in pt_render    Module
zope.pagetemplate.pagetemplate, line 113, in pt_render    Module
zope.tal.talinterpreter, line 271, in __call__    Module
zope.tal.talinterpreter, line 343, in interpret    Module
zope.tal.talinterpreter, line 888, in do_useMacro    Module
zope.tal.talinterpreter, line 343, in interpret    Module
zope.tal.talinterpreter, line 533, in do_optTag_tal    Module
zope.tal.talinterpreter, line 518, in do_optTag    Module
zope.tal.talinterpreter, line 513, in no_tag    Module
zope.tal.talinterpreter, line 343, in interpret    Module
zope.tal.talinterpreter, line 405, in do_startTag    Module
zope.tal.talinterpreter, line 482, in attrAction_tal    Module
Products.PageTemplates.Expressions, line 227, in evaluateText
file:/home/iwlearn3/webapps/plone4_iwlearn/buildout-cache/eggs/plonetheme.sunburst-1.0.6-py2.6.egg/plonetheme/sunburst/skins/sunburst_templates/main_template.pt
   Line 71, Column 8    Expression: <PythonExpr
    {'container': <PloneSite at /iwlearn>,     'context': <PloneSite
at /iwlearn>,     'default': <object object at 0x7f3fbc102ae0>,
'here': <PloneSite at /iwlearn>,     'loop': {},     'nothing': None,
<Products.PageTemplates.Expressions.SafeMapping object at
0x7f3f9d284e68>,     'request': <HTTPRequest,
URL=http://plone4iwlearn.iwlearn3.webfactional.com/iwlearn/acl_users/cred...>,
    'root': <Application at >,     'template': <FSPageTemplate at
/iwlearn/insufficient_privileges>,     'traverse_subpath': [],
'user': <PropertiedUser 'admin'>}
    Module Products.PageTemplates.ZRPythonExpr, line 49, in __call__
 __traceback_info__: sunburst_view.getColumnsClass(view)    Module
PythonExpr, line 1, in <expression>
Unauthorized: Unauthorized() (Also, the following error occurred while
attempting to render the standard error message, please see the event
log for full details: You are not allowed to access 'getColumnsClass'
in this context)
Troubleshooting Suggestions
    The URL may be incorrect.    The parameters passed to this
resource may be incorrect.    A resource that this resource relies on
may be encountering an error.
For more detailed information about the error, please refer to the error log.
If the error persists please contact the site maintainer. Thank you
for your patience.
-----------------------------------------------------------
Post by Mikko Ohtamaa
Hi,
In your page templates, portal_css or somethere you have a TAL
getColumnsClass
(the error "PythonExpr", line 1, in <expression>Unauthorized: You are
not allowed
to access 'getColumnsClass' in this context)
To help further in the issue we should see on which page this error
comes and what this the bad TAL expression causing the error.
the error occurs on ALL pages as soon as mfabrik.webandmobile is installed
 <div id="portal-column-content" class="cell" tal:attributes="class
python:sunburst_view.getColumnsClass(view)">
if I put a pdb.set_trace() into getColumnsClass of SunburstView i can
see that it never gets called
so something in webamdmobile seems to intercept this call and raise the error.
grepping through the code for sunburstview and getColumnsClass does
not reveal any
occurrences other than in sunburst theme itself.
Post by Mikko Ohtamaa
-Mikko
--
You received this message because you are subscribed to the Google Groups "gomobile-dev" group.
To post to this group, send email to gomobile-dev-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To unsubscribe from this group, send email to gomobile-dev+***@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/gomobile-dev?hl=en.
Christian Ledermann
2011-12-14 12:18:18 UTC
Permalink
yes i can reproduce this on a vanilla plone site.

download unified installer for plone 4.0.9

edit buildout.cfg (attached):


extends =
base.cfg
http://dist.plone.org/release/4.0.10/versions.cfg
http://good-py.appspot.com/release/plone.app.caching/1.0b2


eggs =
Plone
Pillow
mfabrik.webandmobile



[versions]
...
#gomobile
five.grok = 1.2.0
zope.browserresource = 3.10.0
grokcore.site = 1.1
Post by Mikko Ohtamaa
Hi,
Does this happen with vanilla Plone installation and which version?
--
Best Regards,

Christian Ledermann

Nairobi - Kenya
Mobile : +254 702978914

<*)))>{

If you save the living environment, the biodiversity that we have left,
you will also automatically save the physical environment, too. But If
you only save the physical environment, you will ultimately lose both.

1) Don’t drive species to extinction

2) Don’t destroy a habitat that species rely on.

3) Don’t change the climate in ways that will result in the above.

}<(((*>
--
You received this message because you are subscribed to the Google Groups "gomobile-dev" group.
To post to this group, send email to gomobile-dev-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To unsubscribe from this group, send email to gomobile-dev+***@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/gomobile-dev?hl=en.
Christian Ledermann
2011-12-16 10:27:06 UTC
Permalink
can anybody else reproduce this ( I could on 2 machines, three plones)?

As 4.0.10 was a bugfix release for security fixes this seems pretty
important to me.

On Wed, Dec 14, 2011 at 3:18 PM, Christian Ledermann
Post by Christian Ledermann
yes i can reproduce this on a vanilla plone site.
download unified installer for plone 4.0.9
extends =
   base.cfg
   http://dist.plone.org/release/4.0.10/versions.cfg
   http://good-py.appspot.com/release/plone.app.caching/1.0b2
eggs =
   Plone
   Pillow
   mfabrik.webandmobile
[versions]
...
#gomobile
five.grok = 1.2.0
zope.browserresource = 3.10.0
grokcore.site = 1.1
Post by Mikko Ohtamaa
Hi,
Does this happen with vanilla Plone installation and which version?
--
Best Regards,
Christian Ledermann
Nairobi - Kenya
Mobile : +254 702978914
<*)))>{
If you save the living environment, the biodiversity that we have left,
you will also automatically save the physical environment, too. But If
you only save the physical environment, you will ultimately lose both.
1) Don’t drive species to extinction
2) Don’t destroy a habitat that species rely on.
3) Don’t change the climate in ways that will result in the above.
}<(((*>
--
Best Regards,

Christian Ledermann

Nairobi - Kenya
Mobile : +254 702978914

<*)))>{

If you save the living environment, the biodiversity that we have left,
you will also automatically save the physical environment, too. But If
you only save the physical environment, you will ultimately lose both.

1) Don’t drive species to extinction

2) Don’t destroy a habitat that species rely on.

3) Don’t change the climate in ways that will result in the above.

}<(((*>
--
You received this message because you are subscribed to the Google Groups "gomobile-dev" group.
To post to this group, send email to gomobile-dev-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To unsubscribe from this group, send email to gomobile-dev+***@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/gomobile-dev?hl=en.
Christian Ledermann
2012-01-12 16:02:39 UTC
Permalink
the correct version pegs for plone 4.0.10 are:

#mobile
five.grok = 1.2.0
zope.browserresource = 3.10.0
grokcore.annotation = 1.2
grokcore.component = 1.8
grokcore.formlib = 1.5
grokcore.security = 1.4
grokcore.site = 1.2
grokcore.view = 1.12.2
grokcore.viewlet = 1.4.1
five.localsitemanager = 2.0.3
martian = 0.11.2


On Fri, Dec 16, 2011 at 1:27 PM, Christian Ledermann
Post by Christian Ledermann
can anybody else reproduce this ( I could on 2 machines, three plones)?
As 4.0.10 was a bugfix release for security fixes this seems pretty
important to me.
On Wed, Dec 14, 2011 at 3:18 PM, Christian Ledermann
Post by Christian Ledermann
yes i can reproduce this on a vanilla plone site.
download unified installer for plone 4.0.9
extends =
   base.cfg
   http://dist.plone.org/release/4.0.10/versions.cfg
   http://good-py.appspot.com/release/plone.app.caching/1.0b2
eggs =
   Plone
   Pillow
   mfabrik.webandmobile
[versions]
...
#gomobile
five.grok = 1.2.0
zope.browserresource = 3.10.0
grokcore.site = 1.1
Post by Mikko Ohtamaa
Hi,
Does this happen with vanilla Plone installation and which version?
--
Best Regards,
Christian Ledermann
Nairobi - Kenya
Mobile : +254 702978914
<*)))>{
If you save the living environment, the biodiversity that we have left,
you will also automatically save the physical environment, too. But If
you only save the physical environment, you will ultimately lose both.
1) Don’t drive species to extinction
2) Don’t destroy a habitat that species rely on.
3) Don’t change the climate in ways that will result in the above.
}<(((*>
--
Best Regards,
Christian Ledermann
Nairobi - Kenya
Mobile : +254 702978914
<*)))>{
If you save the living environment, the biodiversity that we have left,
you will also automatically save the physical environment, too. But If
you only save the physical environment, you will ultimately lose both.
1) Don’t drive species to extinction
2) Don’t destroy a habitat that species rely on.
3) Don’t change the climate in ways that will result in the above.
}<(((*>
--
Best Regards,

Christian Ledermann

Nairobi - Kenya
Mobile : +254 702978914

<*)))>{

If you save the living environment, the biodiversity that we have left,
you will also automatically save the physical environment, too. But If
you only save the physical environment, you will ultimately lose both.

1) Don’t drive species to extinction

2) Don’t destroy a habitat that species rely on.

3) Don’t change the climate in ways that will result in the above.

}<(((*>
--
You received this message because you are subscribed to the Google Groups "gomobile-dev" group.
To post to this group, send email to gomobile-dev-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To unsubscribe from this group, send email to gomobile-dev+***@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/gomobile-dev?hl=en.
Loading...