I just did an install from scratch following exactly what is at http://code.google.com/p/getpaid/wiki/DevGettingStarted:
svn co https://getpaid.googlecode.com/svn/getpaid.buildout/trunk getpaid.buildout2.5 cd getpaid.buildout2.5 python2.4 bootstrap.py bin/buildout -v Then I started my instance using bin/instance fg and I went to http://localhost:51113/manage. Then in the add menu, I chose "Plone Site" (and I didn't touch any setting) and a new plone site was created with no problem. I confirm that getpaid with plone 2.5 is working. now, you can try from scratch the same way as I did, and let me know if there are any errors. Seems to me that there is something broken into your products, because it can't find the "site_properties" which is a basic element of Plone. Lucie -- S i x F e e t U p , I n c . | "Nowhere to go but open source" Silicon Valley: +1 (650) 401-8579 x605 Midwest: +1 (317) 861-5948 x605 Toll-Free: 1-866-SIX-FEET mailto:[EMAIL PROTECTED] http://www.sixfeetup.com | Zope/Plone Custom Development On Fri, Sep 5, 2008 at 5:50 AM, alex321 <[EMAIL PROTECTED]> wrote: > > I have it when i do : add /Plone site in the zmi > > > > On 4 sep, 21:26, "Lucie Lejard" <[EMAIL PROTECTED]> wrote: >> do you have this error when you start your instance or when you try to >> install ATReferenceBrowserWidget? >> >> Lucie >> -- >> S i x F e e t U p , I n c . | "Nowhere to go but open source" >> Silicon Valley: +1 (650) 401-8579 x605 >> Midwest: +1 (317) 861-5948 x605 >> Toll-Free: 1-866-SIX-FEET >> mailto:[EMAIL PROTECTED]://www.sixfeetup.com| Zope/Plone Custom Development >> >> On Thu, Sep 4, 2008 at 12:40 PM, alex321 <[EMAIL PROTECTED]> wrote: >> >> > took Five and CMFonfive from the ploneGetPaid0.3 bundle >> > moved it to instance/Products >> > restart >> > result: >> >> > Traceback (innermost last): >> > Module ZPublisher.Publish, line 115, in publish >> > Module ZPublisher.mapply, line 88, in mapply >> > Module ZPublisher.Publish, line 41, in call_object >> > Module Products.CMFPlone.factory, line 52, in addPloneSite >> > Module Products.GenericSetup.tool, line 252, in runAllImportSteps >> > - __traceback_info__: profile-CMFPlone:plone >> > Module Products.GenericSetup.tool, line 766, in >> > _runImportStepsFromContext >> > Module Products.GenericSetup.tool, line 732, in _doRunImportStep >> > - __traceback_info__: plone_various >> > Module Products.CMFPlone.setuphandlers, line 202, in importVarious >> > Module Products.CMFPlone.setuphandlers, line 41, in installProducts >> > Module Products.CMFQuickInstallerTool.QuickInstallerTool, line 330, >> > in installProduct >> > - __traceback_info__: ('ATContentTypes',) >> > Module Products.ExternalMethod.ExternalMethod, line 225, in __call__ >> > - __traceback_info__: ((<PloneSite at /siteAC>,), {'reinstall': >> > False}, None) >> > Module /var/lib/zope/instance/instance1/Products/ATContentTypes/ >> > Extensions/Install.py, line 90, in install >> > Module Products.CMFQuickInstallerTool.QuickInstallerTool, line 333, >> > in installProduct >> > - __traceback_info__: ('ATReferenceBrowserWidget',) >> > Module Products.ExternalMethod.ExternalMethod, line 225, in __call__ >> > - __traceback_info__: ((<PloneSite at /siteAC>,), {}, None) >> > Module /var/lib/zope/instance/instance1/Products/ >> > ATReferenceBrowserWidget/Extensions/Install.py, line 15, in install >> > AttributeError: site_properties >> >> > i wanna getpaid !!! :) >> >> >>On 4 sep, 15:21, alex321 <[EMAIL PROTECTED]> wrote: >> >> As I understand it : getpaid needs formlib.formbase which is in >> >> Five1.4.x but as soon as I put Five1.4.x in instance/products it >> >> crashes plone (cannot view or create a plone site) >> >> >> So at this point I don't see how I could possibly install PlonegetPaid >> >> on a Plone2.5.5 >> >> >> perhaps is it a specific Product aimed at Plone 3 ? >> >> >> >On 4 sep, 14:49, alex321 <[EMAIL PROTECTED]> wrote: >> >> > Hi, >> >> >> > I uninstalled the whole zope-plone-getpaid setup I had and tried the >> >> > buildout as stated in DevGettingStarted : it failed >> >> > now I have reinstalled the setup the classic way and I got this in >> >> > quickinstaller: >> >> >> > Produits cassés /Broken product >> >> > Certains produits ont provoqué des erreurs lors de la compilation du >> >> > fichier d'installation. >> >> >> > * PloneGetPaid >> >> >> > Type de l'erreur /error type >> >> > exceptions.ImportError >> >> > Valeur de l'erreur/error value >> >> > No module named formlib.formbase >> >> >> > seems like formlib.formbase is missing.... >> >> >> > how do I fix this ? >> >> >> > On 30 août, 13:03, alex321 <[EMAIL PROTECTED]> wrote: >> >> >> > > I think so >> >> > > there are 26 pyc files in the instance/Products/PloneGetPaid folder >> >> > > from addressbook.pyc to widget.pyc. what's strange is there are 4 >> >> > > __init__.pyc files >> >> > > I don't know what to do. Do you think the buildout strategy would work >> >> > > better (plone 2.5.5) ? >> >> >> > > On 29 août, 20:42, "Lucie Lejard" <[EMAIL PROTECTED]> wrote: >> >> >> > > > did you check if it reads your getpaid files (meaning it creates >> >> > > > some >> >> > > > pyc files)? >> >> > > > Lucie >> >> > > > -- >> >> > > > S i x F e e t U p , I n c . | "Nowhere to go but open source" >> >> > > > Silicon Valley: +1 (650) 401-8579 x605 >> >> > > > Midwest: +1 (317) 861-5948 x605 >> >> > > > Toll-Free: 1-866-SIX-FEET >> >> > > > mailto:[EMAIL PROTECTED]://www.sixfeetup.com|Zope/Plone Custom >> >> > > > Development >> >> >> > > > On Sun, Aug 24, 2008 at 2:18 PM, alex321 <[EMAIL PROTECTED]> wrote: >> >> >> > > > > Hi everyone, >> >> >> > > > > I am trying to install ploneGetpaid 0.6.1 bundle on a ubuntu 8.4 >> >> > > > > with >> >> > > > > no success so far >> >> > > > > I have the following >> >> >> > > > > python 2.4.5 >> >> > > > > PIL 1.1.6 >> >> > > > > zope 2.9.8 (Five 1.3.10) >> >> > > > > plone 2.5.5 >> >> > > > > CMF-1.6.4 >> >> > > > > CMFonFive 1.3.4 >> >> >> > > > > simplejson-1.9.2 >> >> > > > > dateutil-1.4.1 >> >> >> > > > > I did the plone install according to plone.org >> >> > > > >http://plone.org/documentation/how-to/setup-from-source >> >> > > > > (comment:ubuntu install) >> >> >> > > > > and the getpaid install according to the documentation provided >> >> > > > > in the >> >> > > > > bundle package >> >> > > > > -moved the plonegetpaid folder to $instance/products >> >> > > > > -moved the /lib/python folders to $instance/lib/python >> >> > > > > installed json+dateutil >> >> > > > > still plonegetpaid doesn't show in the quickinstaller. >> >> > > > > I have no idea what's wrong and i'd appreciate your help sothat i >> >> > > > > can >> >> > > > > move forward and getpaid :) >> >> >> > > > > thanks > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "getpaid-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/getpaid-dev?hl=en -~----------~----~----~----~------~----~------~--~---
