From sirloon at sirloon.net Fri Sep 15 10:57:23 2006 From: sirloon at sirloon.net (sirloon) Date: Fri, 15 Sep 2006 10:57:23 +0200 Subject: [COREblog-en] Changing the CoreBlog location in Plone Message-ID: <20060915085723.GA7503@longshot.sirloon.net> Hello there, I'm using CoreBlog 0.9b with Plone 2.1.3, and I'd like to change its location. I tried to move the coreblog object into the destination folder, but I got the following error: [...] # Module Products.PageTemplates.TALES, line 221, in evaluate URL: file:COREBlog2/skins/COREBlog2/portlet_recent_comment.pt Line 27, Column 12 Expression: standard:'entry/absolute_url' Names: {'container': , 'context': , 'default': , 'here': , 'loop': , 'modules': , 'nothing': None, 'options': {'args': ()}, 'repeat': , 'request': , 'root': , 'template': , 'traverse_subpath': [], 'user': admin} # Module Products.PageTemplates.Expressions, line 185, in __call__ # Module Products.PageTemplates.Expressions, line 173, in _eval # Module Products.PageTemplates.Expressions, line 127, in _eval __traceback_info__: entry # Module Products.PageTemplates.Expressions, line 334, in restrictedTraverse __traceback_info__: {'path': ['absolute_url'], 'TraversalRequestNameStack': []} I assume absolute url are not valid anymore as the location has changed... Is there any way to move a CoreBlog object to wherever I want in a Plone site ? Thanks in advance. Regards, -- S?bastien LELONG http://www.sirloon.net -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 191 bytes Desc: Digital signature Url : http://postaria.com/pipermail/coreblog-en/attachments/20060915/597d2544/attachment.pgp From nekstrand at gmail.com Sun Sep 24 10:01:35 2006 From: nekstrand at gmail.com (Niklas) Date: Sun, 24 Sep 2006 10:01:35 +0200 Subject: [COREblog-en] Help with Coreblog / LinguaPlone Message-ID: Hi, I have a problem, i guess my setup is a bit "unsupported", but it has been working, and i don't know in what end I should attack the problem. Coreblog2 has been the to my knowledge working blog software with multi-language possibilities, and i really like to be able to write both for my own country as well as for the rest of the world.. I have been running Coreblog2 for a year now (Its great) with a multi-language setup by Linguaplone (0.8.5), the trick is to not translate the blog itself but the items in it (categories and entry's), and it has been working good. I have been trying to upgrade my setup for a while but have had problems with it, and have now come to the conclusion that the problem seems to be between Linguaplone 0.9 and coreblog2 (latest), everything is working as far as i don't change to linguaplone 0.9 but i have to do that to run newer versions of plone. I can ad an entry but as soon as I'm trying to add the translation i get an error message. Does anyone have any suggestions how to solve this problem? 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.CMFFormController.FSControllerPythonScript, line 109, in __call__ Module Products.CMFFormController.Script, line 141, in __call__ Module Products.CMFCore.FSPythonScript, line 108, in __call__ Module Shared.DC.Scripts.Bindings, line 311, in __call__ Module Shared.DC.Scripts.Bindings, line 348, in _bindAndExec Module Products.CMFCore.FSPythonScript, line 163, in _exec Module None, line 12, in createTranslation - - Line 12 Module Products.LinguaPlone.I18NBaseObject, line 121, in addTranslation AttributeError: translation_mutator -- With best regards / med v?nlig h?lsning Niklas -------------- next part -------------- An HTML attachment was scrubbed... URL: http://postaria.com/pipermail/coreblog-en/attachments/20060924/39906a34/attachment.htm From rbh at neohawk.org Sun Sep 24 15:00:15 2006 From: rbh at neohawk.org (Robert B. Hawkins) Date: Sun, 24 Sep 2006 09:00:15 -0400 Subject: [COREblog-en] Help with Coreblog / LinguaPlone In-Reply-To: References: Message-ID: <200609240900.15942.rbh@neohawk.org> On Sunday 24 September 2006 04:01, Niklas wrote: > Hi, Hi Niklas > > I have a problem, i guess my setup is a bit "unsupported", but it has been > working, and i don't know in what end I should attack the problem. > > Coreblog2 has been the to my knowledge working blog software with > multi-language possibilities, and i really like to be able to write both > for my own country as well as for the rest of the world.. > > I have been running Coreblog2 for a year now (Its great) with a > multi-language setup by Linguaplone (0.8.5), the trick is to not translate > the blog itself but the items in it (categories and entry's), and it has > been working good. Interesting. They way I have been doing it is that I have "translated" the blogs, and post in each language. I tend to write different posts depending on which language I am posting in so it works for me. Another reason for that is that I had the same issues with translating posts I believe, but at this point I don't remember the version numbers when I first tried it. > > I have been trying to upgrade my setup for a while but have had problems > with it, and have now come to the conclusion that the problem seems to be > between Linguaplone 0.9 and coreblog2 (latest), everything is working as > far as i don't change to linguaplone 0.9 but i have to do that to run newer > versions of plone. > I can ad an entry but as soon as I'm trying to add the translation i get an > error message. I can confirm this problem. I am running Plone 2.5.1, CMF-1.6.2, Zope (Zope 2.9.4-final, python 2.4.3, linux2), Five 1.3.7, Python 2.4.3 (#1, Sep 6 2006, 12:47:15) [GCC 4.1.1 (Gentoo 4.1.1)], PIL 1.1.5 And I am running linguaplone from svn. And the latest, I think, Coreblog2 (nightly). > > Does anyone have any suggestions how to solve this problem? Hopefully, Shibata-san will know! ;-) Rob > > 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.CMFFormController.FSControllerPythonScript, line 109, in > __call__ > Module Products.CMFFormController.Script, line 141, in __call__ > Module Products.CMFCore.FSPythonScript, line 108, in __call__ > Module Shared.DC.Scripts.Bindings, line 311, in __call__ > Module Shared.DC.Scripts.Bindings, line 348, in _bindAndExec > Module Products.CMFCore.FSPythonScript, line 163, in _exec > Module None, line 12, in createTranslation > - /main/blog/hjk> > - Line 12 > Module Products.LinguaPlone.I18NBaseObject, line 121, in addTranslation > AttributeError: translation_mutator -- Robert B. Hawkins http://www.neohawk.org 440-210-1621 (home) 440-829-4993 (cell) rbh at neohawk.org