RajatShukla / getpaid

Automatically exported from code.google.com/p/getpaid
0 stars 0 forks source link

getpaid.recipe.release 1.0 breaking plone #228

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install Plone 3.1.6 unified
2. Modify buildout.cfg to include the getpaid recipe
3. Run buildout and start zope

What is the expected output? What do you see instead?

Plone should now be viewable, but the following error now pops up:

('No traversable adapter found', {'extension_profiles': ({'product':
'kupu', 'description': 'Extension profile for Kupu', 'for': , 'title':
'Kupu', 'version': u'1.4.12', 'path': 'plone/profiles/default', 'type': 2,
'id': 'kupu:default'},), 'args': (), 'base_profiles': (),
'default_profile': 'Products.CMFPlone:plone'})

Original issue reported on code.google.com by eric.c.j...@gmail.com on 15 Oct 2008 at 5:51

GoogleCodeExporter commented 9 years ago
Can you give more details about the steps you followed? like some code example
showing your buildout.

Also did you try it without the getpaid recipe in the buildout? Was it working?

Original comment by lucielej...@gmail.com on 16 Oct 2008 at 1:47

GoogleCodeExporter commented 9 years ago
Here is my current buildout: http://ejahn.net/files/buildout.cfg
Before I modified the stock Plone 3.1.6 buildout, Plone worked.  I went back to 
the
original stock buildout and ran ./bin/buildout again, and Plone works correctly 
as it
originally did before modifying the buildout with the getpaid lines.  This 
leads me
to conclude something in my modified getpaid buildout is breaking Plone.  
Thanks in
advance for any help.  

Original comment by eric.c.j...@gmail.com on 16 Oct 2008 at 6:33

GoogleCodeExporter commented 9 years ago
To test further, I took the breaking buildout linked above and commented out the
getpaid parts, but left in everything else (the fake zope stuff).  Here is  a 
link to
this commented-out buildout: 
http://ejahn.net/files/buildout.cfg.getpaid_uncommented
Now plone works again.  So the getpaid stuff is the culprit.  

Original comment by eric.c.j...@gmail.com on 16 Oct 2008 at 6:57

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Just to reverify, I took the comments off the getpaidpaid lines in the 
buildout, and
reran buildout.  As expected I got the error again.  Here is the full error 
message:

('No traversable adapter found', {u'content': [('version', '1.6'), ('mode', 
'html'),
('setPosition', (95, 16)), ('setSourceFile',
'file:/home/eric/Plone-3.1/zinstance/parts/plone/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, (99, 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

Original comment by eric.c.j...@gmail.com on 16 Oct 2008 at 7:42

GoogleCodeExporter commented 9 years ago
Think I have the same kind of error:
http://code.google.com/p/getpaid/issues/detail?id=229&colspec=ID%20Type%20Status
%20Priority%20Release%20Component%20Summary%20Owner

Original comment by jeroen...@nono.dds.nl on 21 Nov 2008 at 11:24

GoogleCodeExporter commented 9 years ago
try again with the latest version of the recipe and let me know if it still 
doesn't
work, with some details to reproduce the problem.

Original comment by lucielej...@gmail.com on 5 Dec 2008 at 3:54

GoogleCodeExporter commented 9 years ago
okay, I'll let you know the results when I do.  -Eric

Original comment by eric.c.j...@gmail.com on 5 Dec 2008 at 5:16

GoogleCodeExporter commented 9 years ago
try the recipe 1.1

Original comment by lucielej...@gmail.com on 30 Dec 2008 at 10:33

GoogleCodeExporter commented 9 years ago
Okay, I tried it with the latest getpaid release recipe (1.2).  Here is the 
error
output upon starting plone and browsing to a page:
http://ejahn.net/files/error_getpaid_release_1.2 and here is my buildout.cfg:
http://ejahn.net/files/buildout.cfg_for_getpaid_release_1.2  Looks like the same
issue is cropping up as before.

Original comment by eric.c.j...@gmail.com on 1 Jan 2009 at 8:57

GoogleCodeExporter commented 9 years ago
Okay, I finally got it to work with getpaid.release v. 1.3.  Attached is my
buildout.cfg (remove any references to zest.demo and its tarball, since that's 
some
custom getpaid code).  -Eric

Original comment by eric.c.j...@gmail.com on 21 Jan 2009 at 4:57

Attachments:

GoogleCodeExporter commented 9 years ago
Please close this issue.

Original comment by eric.c.j...@gmail.com on 22 Jan 2009 at 3:08

GoogleCodeExporter commented 9 years ago

Original comment by lucielej...@gmail.com on 13 Mar 2009 at 2:46