<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.web.zope.plone.user">
    <title>gmane.comp.web.zope.plone.user</title>
    <link>http://blog.gmane.org/gmane.comp.web.zope.plone.user</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.zope.plone.user/118001"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117994"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117991"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117989"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117984"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117976"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117968"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117965"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117962"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117959"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117955"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117949"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117946"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117941"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117937"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117931"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117930"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117929"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117928"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117927"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.zope.plone.user/118001">
    <title>plone testing and roadrunner</title>
    <link>http://comments.gmane.org/gmane.comp.web.zope.plone.user/118001</link>
    <description>&lt;pre&gt;Hi there,

For our testing we are using roadrunner, which is a great time saver.
Especially if you combine it with plone.reload (which neads some easy "hands on").

Now we are switching from the old PloneTestCase based unit testing to 
zc.recipe.testrunner based ones.

Now the problem is, that both roadrunner and PloneSandboxLayer from 
plone.app.testing create a plone site.

Now I wonder, whether there is an easy way to avoid such a conflict.
The onl way I found is by replacing PLONE_FIXTURE with my on one.

thanks for your advice.

Robert

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>robert rottermann</dc:creator>
    <dc:date>2012-05-26T10:01:38</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117994">
    <title>plone.app.relations</title>
    <link>http://comments.gmane.org/gmane.comp.web.zope.plone.user/117994</link>
    <description>&lt;pre&gt;Hello.

I would like to develop a product for managing relations among plone
content objects. I'm interested in "complex" relations including a
predicate, like " A depends upon B", "A enables B" etc.

Would somebody please provide clues about what is the suggested or
appropriate strategy to follow? Any pointers to documentation or examples?
I'm thinking about:

- developing a product based upon plone.app.relations / plone.relations.
It will include types for the relations, maybe collectable as ontologies,
and an interface to apply them to content objects in the categorization
tab.
- producing average plone template output, like current templates do with
normal "related" items but with the extra info about the predicates.
- producing RDF/RDFa output for page headers or RDF special views
- the relations themselves should be archetypes so they are editable as
regular plone content objects (Dexterity is not an option until
multilingual support is implemented...)

Is plone.app.relations the right package to rely upon, or is there any
other package, implemented or as a future project, that I should use
instead?

Any directions or suggestions would be greatly appreciated. Thank you.

PM.



------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>PM</dc:creator>
    <dc:date>2012-05-25T13:06:01</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117991">
    <title>convert css to less</title>
    <link>http://comments.gmane.org/gmane.comp.web.zope.plone.user/117991</link>
    <description>&lt;pre&gt;Since some has discussed less on the mailing list, this link might be useful

http://css2less.cc/

Espen

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>Espen Moe-Nilssen</dc:creator>
    <dc:date>2012-05-25T07:25:26</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117989">
    <title>Grokless dexterity</title>
    <link>http://comments.gmane.org/gmane.comp.web.zope.plone.user/117989</link>
    <description>&lt;pre&gt;Hello, guys,

I'm starting to study Dexterity, and all of the tutorials I've came upon
use grok style for registration.

Is it possible to use ZCML instead?

Regards,

Alberto
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Plone-Users mailing list
Plone-Users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/plone-users
&lt;/pre&gt;</description>
    <dc:creator>Alberto Lopes</dc:creator>
    <dc:date>2012-05-25T05:08:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117984">
    <title>restoring the backup</title>
    <link>http://comments.gmane.org/gmane.comp.web.zope.plone.user/117984</link>
    <description>&lt;pre&gt;Hi,

I have a backup file, data.fs taken from Plone version 2.5.4. I want to
fetch the data from the content. Hence installed the same version in my
linux box and able to see zope running, created a test plone site, its fine.

But when I copy the backup of Data.fs into
/opt/plone/zeocluster/server/var, the site is not getting up. It keeps
saying connecting to the site....

Could anyone let me know how to solve this.

Thank you in advance.

Regards
Priya
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Plone-Users mailing list
Plone-Users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/plone-users
&lt;/pre&gt;</description>
    <dc:creator>Priya S</dc:creator>
    <dc:date>2012-05-23T21:04:36</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117976">
    <title>jodconverter connect error When try to setup"Document Viewer"</title>
    <link>http://comments.gmane.org/gmane.comp.web.zope.plone.user/117976</link>
    <description>&lt;pre&gt;Hi everybody

I want to install add-on "Document Viewer"
(http://plone.org/products/document-viewer) for word, excel, powerpoint file
view online.

Install requirements have setted followed
http://plone.org/products/document-viewer and
http://documentcloud.github.com/docsplit/ .Added collective.documentviewer
to eggs and zcml, re-build , turn on it in Plone, everythins seems fine.

Upload PDF files,the online view is ok, but got errorr when try to convert
word files(also excel,powerpoint).The "Document Viewer Conversion Error" is:

+++++ error messages begin ++++++
……

Exception: Command
/usr/bin/docsplit pdf
/usr/local/Plone.B/dvpdffiles/9/2/9229882623514927837dbcae4d06ab40/dump.doc
--output /usr/local/Plone.B/dvpdffiles/9/2/9229882623514927837dbcae4d06ab40
finished with return code
1
and output:
Exception in thread "main"
org.artofsolving.jodconverter.office.OfficeException: failed to start and
connect
……
Caused by: java.util.concurrent.ExecutionException:
org.artofsolving.jodconverter.office.OfficeException: could not establish
connection
……
Caused by: org.artofsolving.jodconverter.office.OfficeException: could not
establish connection
……
Caused by: org.artofsolving.jodconverter.office.OfficeException: office
process died with exit code 134
……
+++++ error messages end ++++++

the source codes can found at
http://code.google.com/p/jodconverter/source/browse/trunk/jodconverter-core/src/main/java/org/artofsolving/jodconverter/office/ManagedOfficeProcess.java?r=215

I had try to solve it with:

1.
# ln -s libreoffice /usr/bin/soffice
# ls -l /usr/bin/ | grep office
lrwxrwxrwx 1 root   root          34 May  3 08:42 libreoffice -&amp;gt;
../lib/libreoffice/program/soffice
-rwxr-xr-x 1 root   root          53 May  3 07:38 loffice
lrwxrwxrwx 1 root   root          11 Mar  1 20:03 openoffice.org -&amp;gt;
libreoffice
lrwxrwxrwx 1 root   root          11 May 23 14:20 soffice -&amp;gt; libreoffice

2.start soffice in terminal 
#/usr/bin/soffice --headless --nologo --nofirststartwizard --invisible
--accept="socket,host=127.0.0.1,port=8100;urp" &amp;amp; &amp;gt; /dev/null
# ps aux | grep office
root     16116  0.0  0.0 127976  2288 pts/0    Sl   14:25   0:00
/usr/lib/libreoffice/program/oosplash --headless --nologo
--nofirststartwizard --invisible
--accept=socket,host=127.0.0.1,port=8100;urp
root     16135  0.0  0.3 604344 129144 pts/0   Sl   14:25   0:02
/usr/lib/libreoffice/program/soffice.bin --headless --nologo
--nofirststartwizard --invisible
--accept=socket,host=127.0.0.1,port=8100;urp
root     16229  0.0  0.0   6496   608 pts/0    S+   15:17   0:00 grep
--color=auto office
(the port of zeo-server had changed before)

but nothing changed. So what should i do now ?


other infomastions (maybe useful)
1.Plone 4.1.5 (4114)
This Plone is new setup,and is upgrade from 4.1.4

2.eggs added 
++++++++++++++++++++
eggs =
# Products.LinguaPlone==4.1.1
Products.LinguaPlone
# Products.PloneFormGen==1.7.0
Solgema.fullcalendar
collective.z3cform.norobots
webcouturier.dropdownmenu
collective.ckeditor
Products.FCKeditor
collective.documentviewer
Products.OpenXml

zcml =
# plone.reload
Solgema.fullcalendar
collective.z3cform.norobots
webcouturier.dropdownmenu
collective.ckeditor
Products.FCKeditor
collective.documentviewer
+++++++++++++++++++++++++

3.
Installed graphicsmagick &amp;amp; ghostscript with source code
Installed docsplit with gem
Installed others with apt-get

4.
++++++++++++++++
# ruby -v
ruby 1.9.3p0 (2011-10-30 revision 33570) [x86_64-linux]
++++++++++++++++
++++++++++++++++
# gem -v
1.8.24
++++++++++++++++
++++++++++++++++
# gs -v
GPL Ghostscript 9.05 (2012-02-08)
Copyright (C) 2010 Artifex Software, Inc.  All rights reserved.
+++++++++++++++++
+++++GraphicsMagick+++++++
# gm version
GraphicsMagick 1.3.15 2012-04-28 Q8 http://www.GraphicsMagick.org/
Copyright (C) 2002-2012 GraphicsMagick Group.
Additional copyrights and licenses apply to this software.
See http://www.GraphicsMagick.org/www/Copyright.html for details.

Feature Support:
Thread Safe yes
Large Files (&amp;gt; 32 bit) yes
Large Memory (&amp;gt; 32 bit) yes
BZIP yes
DPS no
FlashPix no
FreeType yes
Ghostscript (Library) no
JBIG no
JPEG-2000 yes
JPEG yes
Little CMS yes
Loadable Modules no
OpenMP yes (200805)
PNG yes
TIFF yes
TRIO no
UMEM no
WMF yes
X11 yes
XML yes
ZLIB yes

Host type: x86_64-unknown-linux-gnu

Configured using the command:
./configure

Final Build Parameters:
CC = gcc -std=gnu99
CFLAGS = -fopenmp -g -O2 -Wall -pthread
CPPFLAGS = -I/usr/include/freetype2 -I/usr/include/libxml2
CXX = g++
CXXFLAGS = -pthread
LDFLAGS = -L/usr/lib -L/usr/lib
LIBS = -llcms2 -ltiff -lfreetype -ljasper -ljpeg -lpng12 -lwmflite -lXext
-lSM -lICE -lX11 -lbz2 -lxml2 -lz -lm -lgomp -lpthread
+++++++++++++++++++++++++++++

5.The full messages of error
+++++++++++++++++++++++++++++
Traceback (most recent call last):
  File
"/usr/local/Plone.B/buildout-cache/eggs/collective.documentviewer-2.0.1-py2.6.egg/collective/documentviewer/convert.py",
line 477, in __call__
    pages = self.run_conversion()
  File
"/usr/local/Plone.B/buildout-cache/eggs/collective.documentviewer-2.0.1-py2.6.egg/collective/documentviewer/convert.py",
line 373, in run_conversion
    return docsplit.convert(self.storage_dir, **args)
  File
"/usr/local/Plone.B/buildout-cache/eggs/collective.documentviewer-2.0.1-py2.6.egg/collective/documentviewer/convert.py",
line 283, in convert
    self.convert_to_pdf(path, filename, output_dir)
  File
"/usr/local/Plone.B/buildout-cache/eggs/collective.documentviewer-2.0.1-py2.6.egg/collective/documentviewer/convert.py",
line 255, in convert_to_pdf
    self._run_command(cmd)
  File
"/usr/local/Plone.B/buildout-cache/eggs/collective.documentviewer-2.0.1-py2.6.egg/collective/documentviewer/convert.py",
line 116, in _run_command
    raise Exception(error)
Exception: Command
/usr/bin/docsplit pdf
/usr/local/Plone.B/dvpdffiles/9/2/9229882623514927837dbcae4d06ab40/dump.doc
--output /usr/local/Plone.B/dvpdffiles/9/2/9229882623514927837dbcae4d06ab40
finished with return code
1
and output:
Exception in thread "main"
org.artofsolving.jodconverter.office.OfficeException: failed to start and
connect
at
org.artofsolving.jodconverter.office.ManagedOfficeProcess.startAndWait(ManagedOfficeProcess.java:64)
at
org.artofsolving.jodconverter.office.PooledOfficeManager.start(PooledOfficeManager.java:101)
at
org.artofsolving.jodconverter.office.ProcessPoolOfficeManager.start(ProcessPoolOfficeManager.java:62)
at org.artofsolving.jodconverter.cli.Convert.main(Convert.java:112)
Caused by: java.util.concurrent.ExecutionException:
org.artofsolving.jodconverter.office.OfficeException: could not establish
connection
at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:252)
at java.util.concurrent.FutureTask.get(FutureTask.java:111)
at
org.artofsolving.jodconverter.office.ManagedOfficeProcess.startAndWait(ManagedOfficeProcess.java:62)
... 3 more
Caused by: org.artofsolving.jodconverter.office.OfficeException: could not
establish connection
at
org.artofsolving.jodconverter.office.ManagedOfficeProcess.doStartProcessAndConnect(ManagedOfficeProcess.java:142)
at
org.artofsolving.jodconverter.office.ManagedOfficeProcess.access$000(ManagedOfficeProcess.java:31)
at
org.artofsolving.jodconverter.office.ManagedOfficeProcess$1.run(ManagedOfficeProcess.java:58)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:679)
Caused by: org.artofsolving.jodconverter.office.OfficeException: office
process died with exit code 134
at
org.artofsolving.jodconverter.office.ManagedOfficeProcess$6.attempt(ManagedOfficeProcess.java:136)
at
org.artofsolving.jodconverter.office.Retryable.execute(Retryable.java:40)
at
org.artofsolving.jodconverter.office.Retryable.execute(Retryable.java:30)
at
org.artofsolving.jodconverter.office.ManagedOfficeProcess.doStartProcessAndConnect(ManagedOfficeProcess.java:120)
... 8 more
+++++++++++++++++++++++++++++


--
View this message in context: http://plone.293351.n2.nabble.com/jodconverter-connect-error-When-try-to-setup-Document-Viewer-tp7555762.html
Sent from the General Questions mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Plone-Users mailing list
Plone-Users&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plone-users
&lt;/pre&gt;</description>
    <dc:creator>Chris Duan</dc:creator>
    <dc:date>2012-05-23T07:38:22</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117968">
    <title>How to import Data.fs from Plone-2.5.4 to Plone-4.1.4</title>
    <link>http://comments.gmane.org/gmane.comp.web.zope.plone.user/117968</link>
    <description>&lt;pre&gt;Hi,

I am new to Plone. I have a backup file of Data.fs from Plone-2.5.4(Linux),
now I want to import it into Plone-4.1.4 which has been installed in Ubuntu
linux 11.10.

Could you please tell me how to do it?.

Thank you in advance.

Warm regards
Priya
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Plone-Users mailing list
Plone-Users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/plone-users
&lt;/pre&gt;</description>
    <dc:creator>Priya S</dc:creator>
    <dc:date>2012-05-22T17:04:52</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117965">
    <title>Related items in Collection query results</title>
    <link>http://comments.gmane.org/gmane.comp.web.zope.plone.user/117965</link>
    <description>&lt;pre&gt;I stumbled across this behaviour to-day:
https://dev.plone.org/ticket/8325

Is there any way I can remove related items from the collection view?

&lt;/pre&gt;</description>
    <dc:creator>Tarlika Elisabeth Schmitz</dc:creator>
    <dc:date>2012-05-21T22:34:19</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117962">
    <title>future of versioning on Plone</title>
    <link>http://comments.gmane.org/gmane.comp.web.zope.plone.user/117962</link>
    <description>&lt;pre&gt;Hi list,

It has been a while but I haven't stopped advocating Plone all over the
world! :)

I'm trying to convince my current employer to adopt Plone as the next
(well to be honest the first!) CMS but someone from the company (the head
of IT operations) pointed out that:

"workflow management with built-in staging and versioning capabilities []
is the feature that went catastrophically wrong for me at a previous
employer and cost us very, very dearly. However, they were trying to work
with multi-gigabyte diffs between stage and production, I think that's
what completely broke it."


So I was just wondering if there is any plan for future evolutions of
staging and versioning features in Plone as I remember Andreas Jung was
working on it some time ago (i.e. zopyx.versioning) but I also know that
he recently abandoned MongoDB


I would like to give my colleague an informed and updated answer regarding
this topic.

If anyone can help me, I would really appreciate it!

Cheers,

Enzo

PS. Andreas I cc'ed you because I believe you're not following this list
anymore.




------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>Enzo Cesanelli</dc:creator>
    <dc:date>2012-05-21T16:36:20</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117959">
    <title>jQuery tools overlay and validation/error handling</title>
    <link>http://comments.gmane.org/gmane.comp.web.zope.plone.user/117959</link>
    <description>&lt;pre&gt;For my archetyps content types, I built custom add forms (as browser views) which are called via the jQuery tools overlay architecture. 
Everything works like a charm, except for validation resp. error handling.

I'm wondering how this is done using the included jquery validation script and the usual .prepOverlay configuration.

Is there any piece of code in Plone where I could learn how this is done? 
I could not find any useful documentation on plone.org or other places on the web.

Thanks for any input,
best regards,
Christoph





------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>Christoph Pingel</dc:creator>
    <dc:date>2012-05-16T14:18:02</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117955">
    <title>Dealing with Missing BLOBs</title>
    <link>http://comments.gmane.org/gmane.comp.web.zope.plone.user/117955</link>
    <description>&lt;pre&gt;Hi,

I've been asked to recover a site which has been passed to me in a 
Data.fs file - no BLOB storage, and for reasons that are outside my 
control little hope of regaining access to the original data.

In use, the site works fine, but if I attempt a catalog clear and 
rebuild, it dies with the following traceback: -

Module ZPublisher.Publish, line 126, in publish
Module ZPublisher.mapply, line 77, in mapply
Module ZPublisher.Publish, line 46, in call_object
Module Products.CMFPlone.CatalogTool, line 459, in manage_catalogRebuild
Module plone.app.discussion.patches, line 47, in patchedClearFindAndRebuild
Module OFS.FindSupport, line 239, in ZopeFindAndApply
Module OFS.FindSupport, line 239, in ZopeFindAndApply
Module OFS.FindSupport, line 239, in ZopeFindAndApply
Module OFS.FindSupport, line 227, in ZopeFindAndApply
Module plone.app.discussion.patches, line 26, in indexObject
Module Products.Archetypes.CatalogMultiplex, line 38, in indexObject
Module Products.CMFPlone.CatalogTool, line 387, in catalog_object
Module Products.ZCatalog.ZCatalog, line 476, in catalog_object
Module Products.ZCatalog.Catalog, line 339, in catalogObject
Module Products.ZCTextIndex.ZCTextIndex, line 186, in index_object
Module Products.Archetypes.BaseObject, line 533, in SearchableText
Module Products.SimpleAttachment.content.file, line 41, in getIndexValue
Module plone.app.blob.field, line 291, in getFilename
AttributeError: getFilename

Am I correct in thinking that this is it hitting a missing BLOB?

Either way, is there a way to identify the content object that has the 
issue?

This is a large site by my standards (5,000+ pages), but is 100% 
text-based so I'd really like to simply find and delete anything with 
binaries.

FWIW, the content manager of the site in question seems to have randomly 
created "Page" content with News, Page, and Rich Document Content types 
- so perhaps one possible option here is to walk the content with a 
script and create simple pages, leaving the BLOB issue behind.


&lt;/pre&gt;</description>
    <dc:creator>Philip Kilner</dc:creator>
    <dc:date>2012-05-15T11:29:23</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117949">
    <title>Plone Tune-Up Friday May 18th</title>
    <link>http://comments.gmane.org/gmane.comp.web.zope.plone.user/117949</link>
    <description>&lt;pre&gt;FOCUS
The May 18th Plone Tune-Up will focus on triaging tickets in TinyMCE. There will be experts in TinyMCE around to answer questions and provide advice. 

ABOUT
Plone Tune-Ups are regularly scheduled online events that give developers the chance to select and work on resolving issues. Not everyone wants to be a core developer or maintain a product in Plone, but most people have the ability to squash a few bugs, provide QA or improve documentation. Every time you give time back to the community you make Plone a better solution for everyone.   As an open source system, Plone relies on developers of all interests and skill levels to participate so that Plone can continue to be a leader among open source Content Management Systems. Experts will be available in a special IRC chat #plone-tuneup if you need help getting started.

THE PRIZE: THE EVER POPULAR PLONE TUNE-UP T-SHIRT
The Tune-Up prize will be a rare and coveted Plone Tune-Up t-shirt. In the past, these shirts have been awarded for: closing the most tickets, helping new people get started or generally being helpful to others. Up to one shirt may be awarded per Tune-Up at the discretion of the Tune-Up managers.



--------------------------------------
PLONE TUNE-UP
Friday, May 18, 2012
9am-6pm in your local time zone!
http://plone-tuneup.ning.com
Join us at #plone-tuneup on irc.freenode.net
Twitter tag: #plonetuneup
View the list of tickets for this Tune-Up: http://dev.plone.org/plone/report/56
View the list of other tickets you could work on: http://tinyurl.com/TuneUpBugs
(if you choose tickets in this list, please tag them "TuneUp56")
-------------------------------------- 

WHAT'S UP?
* The most recent development release is Plone 4.2!  If you are working on Plone 4 tickets, please point your buildouts to https://github.com/plone/buildout.coredev

HOW TO GET STARTED
-&amp;gt; On Tune-Up day, go to #plone-tuneup in IRC and ask for a ticket to work on if you don't know which one to pick. If you're wondering about the sort of tickets people start out with, look for tickets tagged as "newbie" or "greenbelt." 
-&amp;gt; Once you have chosen a ticket, be sure to "accept" it. If you can't, review the process to get commit rights at  http://plone.org/community/develop
-&amp;gt; Fixes for 4.1 are on http://svn.plone.org/svn/plone/buildouts/plone-coredev/branches/4.1/
-&amp;gt; Fixes for 4.2 are on http://svn.plone.org/svn/plone/buildouts/plone-coredev/branches/4.2/
-&amp;gt; Paste error messages and code to http://pastie.org/ to share them with others in the Tune-Up room.

Thanks,

Carol------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Plone-developers mailing list
Plone-developers-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/plone-developers
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Plone-Users mailing list
Plone-Users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/plone-users
&lt;/pre&gt;</description>
    <dc:creator>Carol Ganz</dc:creator>
    <dc:date>2012-05-14T21:47:19</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117946">
    <title>Migrating 4.1.3 from 32bit to 64bit (both unifiedinstaller)</title>
    <link>http://comments.gmane.org/gmane.comp.web.zope.plone.user/117946</link>
    <description>&lt;pre&gt;Hello,

Does someone have any pointers regarding what the necessary steps are for 
the migration referenced in the Subject? Do I just migrate the database 
after having used the unified installer on 64bit?

Thanks for any hints, Joh


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>Johannes Graumann</dc:creator>
    <dc:date>2012-05-13T19:51:34</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117941">
    <title>A panel to edit site setting</title>
    <link>http://comments.gmane.org/gmane.comp.web.zope.plone.user/117941</link>
    <description>&lt;pre&gt;
Settings are stored in
/portal_properties ("zmi... difficult to get to")
portal_registry ("Looks technical")
/plone_control_panel ("Looks most user friendly")

What if there was just one  control panel, that somehow did a look through the settings and displayed them / let you edit them.

This should not be too difficult to make (?) or am I missing something here ?

Espen

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Plone-Users mailing list
Plone-Users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/plone-users
&lt;/pre&gt;</description>
    <dc:creator>Espen Moe-Nilssen</dc:creator>
    <dc:date>2012-05-11T12:25:50</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117937">
    <title>problems with advanced seach</title>
    <link>http://comments.gmane.org/gmane.comp.web.zope.plone.user/117937</link>
    <description>&lt;pre&gt;Hello

I have a problem . When I go to advanced search . I have these problem.
Any can help me.

Thanks
Gus


   - *URL:
   file:/usr/local/Plone/buildout-cache/eggs/Products.CMFPlone-4.1.4-py2.6.egg/Products/CMFPlone/skins/plone_forms/
   search_form.pt*
   *Line 162, Column 24*
   *Expression: &amp;lt;PythonExpr portal_types.getTypeInfo(type).Title()&amp;gt;*
   *Names:*

   {'container': &amp;lt;PloneSite at /pagina&amp;gt;,
    'context': &amp;lt;PloneSite at /pagina&amp;gt;,
    'default': &amp;lt;object object at 0x7ff80efbfb20&amp;gt;,
    'here': &amp;lt;PloneSite at /pagina&amp;gt;,
    'loop': {u'sublist':
&amp;lt;Products.PageTemplates.Expressions.PathIterator object at 0xd6099d0&amp;gt;,
             u'type': &amp;lt;Products.PageTemplates.Expressions.PathIterator
object at 0xd07aed0&amp;gt;},
    'nothing': None,
    'options': {'args': ()},
    'repeat': &amp;lt;Products.PageTemplates.Expressions.SafeMapping object
at 0xbe879f0&amp;gt;,
    'request': &amp;lt;HTTPRequest, URL=http://www.koluel.org/search_form&amp;gt;,
    'root': &amp;lt;Application at &amp;gt;,
    'template': &amp;lt;FSPageTemplate at /pagina/search_form&amp;gt;,
    'traverse_subpath': [],
    'user': &amp;lt;PropertiedUser 'admin'&amp;gt;}

   - Module Products.PageTemplates.ZRPythonExpr, line 48, in __call__
   __traceback_info__: portal_types.getTypeInfo(type).Title()
   - Module PythonExpr, line 1, in &amp;lt;expression&amp;gt;
   - Module AccessControl.ImplPython, line 675, in guarded_getattr

AttributeError: 'NoneType' object has no attribute 'Title'
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Plone-Users mailing list
Plone-Users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/plone-users
&lt;/pre&gt;</description>
    <dc:creator>gus urban</dc:creator>
    <dc:date>2012-05-11T04:57:33</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117931">
    <title>Add new Plone site creates site with JS problems(4.1.4)</title>
    <link>http://comments.gmane.org/gmane.comp.web.zope.plone.user/117931</link>
    <description>&lt;pre&gt;Hi, me again,

I've got a Zope/Plone instance, version overview:
     Plone 4.1.4 (4113)
     CMF 2.2.5
     Zope 2.13.12
     Python 2.6.7 (r267:88850, Dec 8 2011, 10:27:23) [GCC 4.1.2 20080704 
(Red Hat 4.1.2-51)]

Eggs section of buildout.cfg:
eggs =
     Plone
     Pillow
     lxml
     Products.OpenXML
     Products.CMFBibliographyAT
     Products.Ploneboard
     Products.PloneFormGen
     Solgema.fullcalendar
     sc.social.like
     newtheme
     nph2011theme
     nwphlitheme
     phmctheme
     accreditation.theme
     categorizedpages
     npharticle
     eea.facetednavigation
     Products.ATVocabularyManager
     p4a.subtyper
     plone.app.theming


I've added a new Plone site through the ZMI. The resultant created site 
has some mysterious problems.

1) TinyMCE javascript file not included in the portal_javascripts 
registry. Editing a page results in just a blank text box for editing 
page content. TinyMCE is selected as the default editor in the "Editing" 
control panel, and the TinyMCE control panel shows up in Site Setup as well.

2) Editing/configuration pages with multiple "tabs" like page editing 
(Default, Categorization, Dates, Ownership, Settings) don't work. All 
the content for the tabs is rendered on one page, and clicking the 
"tabs" bounces you out of editing mode. There are no site errors showing 
up and no JS errors are caught by Web Developer Toolbar in Firefox.

Help! I'm really confused and need to get a working Plone site up and 
running very soon! Let me know if any additional info would be helpful. 
Thanks!

-Rick
&lt;/pre&gt;</description>
    <dc:creator>Rick Bruch</dc:creator>
    <dc:date>2012-05-10T18:19:05</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117930">
    <title>factory_portal not validating</title>
    <link>http://comments.gmane.org/gmane.comp.web.zope.plone.user/117930</link>
    <description>&lt;pre&gt;I have installed a fresh version of Plone 4.1 on Mac Snow Leopard 10.6
32-bit. My issue is that when I go to make a new content type in the Plone
UI (page, folder, etc) and hit the save button nothing happens and my
connection times out. This is a vanilla install of Plone with no addons. The
URL is
http://localhost:8080/Plone3/portal_factory/Folder/folder.2012-05-10.9893539472/atct_edit 

This leads me to believe that for some reason the portal_factory is not
validating and not moving the content out of temporary storage and into the
ZODB. There are no error messages to evaluate either.

Has this ever happened to anyone else?

--
View this message in context: http://plone.293351.n2.nabble.com/factory-portal-not-validating-tp7547106.html
Sent from the General Questions mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>emb03</dc:creator>
    <dc:date>2012-05-10T15:30:19</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117929">
    <title>Plone 3.3.6 install problem - ZEO Client/permissionsissue?</title>
    <link>http://comments.gmane.org/gmane.comp.web.zope.plone.user/117929</link>
    <description>&lt;pre&gt;Hi All,

I have a rather crufty 3.3.5 instance that I'd like to upgrade to 3.3.6, 
but I am unable to complete a 3.3.6 ZEO install using the binary installer.

The installation runs fine, but the ZEO clients will not start due to 
permissions issues, and I'm unable to decode what's going on.

If I start the server with "bin/plonectl zeoserver start", the command 
executes, I see feedback about Data.fs and initial content creation, and 
looking at the filesystem I see what I expect to in "var/zeoserver".

However, neither ZEO client will start.

Starting client1 with "bin/client1 start" I see: -

"client1: . daemon process started, pid=20085"

...but HTTP connections are reset without serving anything.

Starting client1 with "bin/client1 fg" I see: -

/opt/Plone-3.3.6-stock/zeocluster/parts/client1/bin/runzope -X debug-mode=on
2012-05-10 15:53:24 INFO ZServer HTTP server started at Thu May 10 
15:53:24 2012
Hostname: 0.0.0.0
Port: 8080
2012-05-10 15:53:24 INFO Zope Set effective user to "plone"
2012-05-10 15:53:24 INFO PlacelessTranslationService No permission to 
create directory /opt/Plone-3.3.6-stock/zeocluster/var/client1/pts

2012-05-10 15:53:24 INFO Marshall libxml2-python not available. Unable 
to register libxml2 based marshallers, at least SimpleXMLMarshaller
2012-05-10 15:53:26 INFO ZEO.ClientStorage (20266) ClientStorage 
(pid=20266) created RW/normal for storage: '1'
2012-05-10 15:53:26 INFO ZEO.cache created temporary cache file '&amp;lt;fdopen&amp;gt;'
2012-05-10 15:53:26 INFO ZEO.ClientStorage (20266) Testing connection 
&amp;lt;ManagedClientConnection ('127.0.0.1', 8100)&amp;gt;
2012-05-10 15:53:26 INFO ZEO.zrpc.Connection(C) (127.0.0.1:8100) 
received handshake 'Z303'
2012-05-10 15:53:26 INFO ZEO.ClientStorage (20266) Server authentication 
protocol None
2012-05-10 15:53:26 INFO ZEO.ClientStorage (20266) Connected to storage: 
('localhost', 8100)
2012-05-10 15:53:26 INFO ZEO.ClientStorage (20266) Verifying cache
2012-05-10 15:53:26 INFO ZEO.ClientStorage (20266) endVerify finishing
2012-05-10 15:53:26 INFO ZEO.ClientStorage (20266) endVerify finished
2012-05-10 15:53:35 INFO Zope Ready to handle requests
Traceback (most recent call last):
   File 
"/opt/Plone-3.3.6-stock/Zope-2.10.13-final-py2.4/lib/python/Zope2/Startup/run.py", 
line 56, in ?
     run()
   File 
"/opt/Plone-3.3.6-stock/Zope-2.10.13-final-py2.4/lib/python/Zope2/Startup/run.py", 
line 21, in run
     starter.prepare()
   File 
"/opt/Plone-3.3.6-stock/Zope-2.10.13-final-py2.4/lib/python/Zope2/Startup/__init__.py", 
line 111, in prepare
     self.setupFinalLogging()
   File 
"/opt/Plone-3.3.6-stock/Zope-2.10.13-final-py2.4/lib/python/Zope2/Startup/__init__.py", 
line 372, in setupFinalLogging
     self.setupConfiguredLoggers()
   File 
"/opt/Plone-3.3.6-stock/Zope-2.10.13-final-py2.4/lib/python/Zope2/Startup/__init__.py", 
line 254, in setupConfiguredLoggers
     self.cfg.eventlog()
   File 
"/opt/Plone-3.3.6-stock/Zope-2.10.13-final-py2.4/lib/python/ZConfig/components/logger/factory.py", 
line 32, in __call__
     self.instance = self.create()
   File 
"/opt/Plone-3.3.6-stock/Zope-2.10.13-final-py2.4/lib/python/ZConfig/components/logger/logger.py", 
line 42, in create
     handler = handler_factory()
   File 
"/opt/Plone-3.3.6-stock/Zope-2.10.13-final-py2.4/lib/python/ZConfig/components/logger/factory.py", 
line 32, in __call__
     self.instance = self.create()
   File 
"/opt/Plone-3.3.6-stock/Zope-2.10.13-final-py2.4/lib/python/ZConfig/components/logger/handlers.py", 
line 69, in create
     logger = self.create_loghandler()
   File 
"/opt/Plone-3.3.6-stock/Zope-2.10.13-final-py2.4/lib/python/ZConfig/components/logger/handlers.py", 
line 87, in create_loghandler
     handler = loghandler.FileHandler(path)
   File 
"/opt/Plone-3.3.6-stock/Zope-2.10.13-final-py2.4/lib/python/ZConfig/components/logger/loghandler.py", 
line 34, in __init__
     StreamHandler.__init__(self, open(filename, mode))
IOError: [Errno 13] Permission denied: 
'/opt/Plone-3.3.6-stock/zeocluster/var/client1/event.log'

...in which there are two permissiosn errors - at the top "2012-05-10 
15:53:24 INFO PlacelessTranslationService No permission to create 
directory /opt/Plone-3.3.6-stock/zeocluster/var/client1/pts", and at the 
bottom "IOError: [Errno 13] Permission denied: 
'/opt/Plone-3.3.6-stock/zeocluster/var/client1/event.log'"

However, the effective user is set to "plone", and "var/client1" is 
owned by "plone" and ha "rWx" for Plone.

The server is a pretty standard Ubuntu 10.04 LTS setup, and Plones from 
2.5.5 to 3.3.5 and 4.0.3 and up install and run fine - it's just 3.3.6 
that I'm stuck with.

Because I've done nothing different in my 3.3.6 install from what I've 
done in earlier and later versions (except setting ports in 
buildout.cfg) I've checked and rechecked this multiple times, but I 
simply can't decode it - can anyone suggest what I'm overlooking, please?


&lt;/pre&gt;</description>
    <dc:creator>Philip Kilner</dc:creator>
    <dc:date>2012-05-10T15:12:29</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117928">
    <title>Plone 3.3.6 install problem - ZEO Client/permissionsissue?</title>
    <link>http://comments.gmane.org/gmane.comp.web.zope.plone.user/117928</link>
    <description>&lt;pre&gt;Hi All,

I have a rather crufty 3.3.5 instance that I'd like to upgrade to 3.3.6, 
but I am unable to complete a 3.3.6 ZEO install using the binary installer.

The installation runs fine, but the ZEO clients will not start due to 
permissions issues, and I'm unable to decode what's going on.

If I start the server with "bin/plonectl zeoserver start", the command 
executes, I see feedback about Data.fs and initial content creation, and 
looking at the filesystem I see what I expect to in "var/zeoserver".

However, neither ZEO client will start.

Starting client1 with "bin/client1 start" I see: -

"client1: . daemon process started, pid=20085"

...but HTTP connections are reset without serving anything.

Starting client1 with "bin/client1 fg" I see: -

/opt/Plone-3.3.6-stock/zeocluster/parts/client1/bin/runzope -X debug-mode=on
2012-05-10 15:53:24 INFO ZServer HTTP server started at Thu May 10 
15:53:24 2012
Hostname: 0.0.0.0
Port: 8080
2012-05-10 15:53:24 INFO Zope Set effective user to "plone"
2012-05-10 15:53:24 INFO PlacelessTranslationService No permission to 
create directory /opt/Plone-3.3.6-stock/zeocluster/var/client1/pts

2012-05-10 15:53:24 INFO Marshall libxml2-python not available. Unable 
to register libxml2 based marshallers, at least SimpleXMLMarshaller
2012-05-10 15:53:26 INFO ZEO.ClientStorage (20266) ClientStorage 
(pid=20266) created RW/normal for storage: '1'
2012-05-10 15:53:26 INFO ZEO.cache created temporary cache file '&amp;lt;fdopen&amp;gt;'
2012-05-10 15:53:26 INFO ZEO.ClientStorage (20266) Testing connection 
&amp;lt;ManagedClientConnection ('127.0.0.1', 8100)&amp;gt;
2012-05-10 15:53:26 INFO ZEO.zrpc.Connection(C) (127.0.0.1:8100) 
received handshake 'Z303'
2012-05-10 15:53:26 INFO ZEO.ClientStorage (20266) Server authentication 
protocol None
2012-05-10 15:53:26 INFO ZEO.ClientStorage (20266) Connected to storage: 
('localhost', 8100)
2012-05-10 15:53:26 INFO ZEO.ClientStorage (20266) Verifying cache
2012-05-10 15:53:26 INFO ZEO.ClientStorage (20266) endVerify finishing
2012-05-10 15:53:26 INFO ZEO.ClientStorage (20266) endVerify finished
2012-05-10 15:53:35 INFO Zope Ready to handle requests
Traceback (most recent call last):
   File 
"/opt/Plone-3.3.6-stock/Zope-2.10.13-final-py2.4/lib/python/Zope2/Startup/run.py", 
line 56, in ?
     run()
   File 
"/opt/Plone-3.3.6-stock/Zope-2.10.13-final-py2.4/lib/python/Zope2/Startup/run.py", 
line 21, in run
     starter.prepare()
   File 
"/opt/Plone-3.3.6-stock/Zope-2.10.13-final-py2.4/lib/python/Zope2/Startup/__init__.py", 
line 111, in prepare
     self.setupFinalLogging()
   File 
"/opt/Plone-3.3.6-stock/Zope-2.10.13-final-py2.4/lib/python/Zope2/Startup/__init__.py", 
line 372, in setupFinalLogging
     self.setupConfiguredLoggers()
   File 
"/opt/Plone-3.3.6-stock/Zope-2.10.13-final-py2.4/lib/python/Zope2/Startup/__init__.py", 
line 254, in setupConfiguredLoggers
     self.cfg.eventlog()
   File 
"/opt/Plone-3.3.6-stock/Zope-2.10.13-final-py2.4/lib/python/ZConfig/components/logger/factory.py", 
line 32, in __call__
     self.instance = self.create()
   File 
"/opt/Plone-3.3.6-stock/Zope-2.10.13-final-py2.4/lib/python/ZConfig/components/logger/logger.py", 
line 42, in create
     handler = handler_factory()
   File 
"/opt/Plone-3.3.6-stock/Zope-2.10.13-final-py2.4/lib/python/ZConfig/components/logger/factory.py", 
line 32, in __call__
     self.instance = self.create()
   File 
"/opt/Plone-3.3.6-stock/Zope-2.10.13-final-py2.4/lib/python/ZConfig/components/logger/handlers.py", 
line 69, in create
     logger = self.create_loghandler()
   File 
"/opt/Plone-3.3.6-stock/Zope-2.10.13-final-py2.4/lib/python/ZConfig/components/logger/handlers.py", 
line 87, in create_loghandler
     handler = loghandler.FileHandler(path)
   File 
"/opt/Plone-3.3.6-stock/Zope-2.10.13-final-py2.4/lib/python/ZConfig/components/logger/loghandler.py", 
line 34, in __init__
     StreamHandler.__init__(self, open(filename, mode))
IOError: [Errno 13] Permission denied: 
'/opt/Plone-3.3.6-stock/zeocluster/var/client1/event.log'

...in which there are two permissiosn errors - at the top "2012-05-10 
15:53:24 INFO PlacelessTranslationService No permission to create 
directory /opt/Plone-3.3.6-stock/zeocluster/var/client1/pts", and at the 
bottom "IOError: [Errno 13] Permission denied: 
'/opt/Plone-3.3.6-stock/zeocluster/var/client1/event.log'"

However, the effective user is set to "plone", and "var/client1" is 
owned by "plone" and ha "rWx" for Plone.

The server is a pretty standard Ubuntu 10.04 LTS setup, and Plones from 
2.5.5 to 3.3.5 and 4.0.3 and up install and run fine - it's just 3.3.6 
that I'm stuck with.

Because I've done nothing different in my 3.3.6 install from what I've 
done in earlier and later versions (except setting ports in 
buildout.cfg) I've checked and rechecked this multiple times, but I 
simply can't decode it - can anyone suggest what I'm overlooking, please?


&lt;/pre&gt;</description>
    <dc:creator>Philip Kilner</dc:creator>
    <dc:date>2012-05-10T15:06:27</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117927">
    <title>Translating titles in portal_actions</title>
    <link>http://comments.gmane.org/gmane.comp.web.zope.plone.user/117927</link>
    <description>&lt;pre&gt;Hi all,

This is driving me nuts so I am just going to ask, and if the answer
is obvious, please just tell me to my face.

I have a client who wants doesn't like the default Portuguese
translation of Home (Entrada) and wants me to change it to Página
Inicial. After much research it seems the best way to do this is to
override the i18n:domain of the action using GenericSetup's
actions.xml. This works fine, afterwards, the index_html item in
portal_actions has a different i18n:domain.

The application already has a set of working translations, so I used
i18ndude to sync and update, and added the required translation to the
.po file.

After all that, the breadcrumbs stubbornly refuse to budge and
continues to display "Entrada".

This is an older plone: 4.0.3.

Did I miss something?

regards,
Izak

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>Izak Burger</dc:creator>
    <dc:date>2012-05-10T13:03:43</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117917">
    <title>plonetheme.responsivetheme</title>
    <link>http://comments.gmane.org/gmane.comp.web.zope.plone.user/117917</link>
    <description>&lt;pre&gt;Hello,

I am working on making a plonesite responsive and tried to install plonetheme.responsivetheme and it returned a render error. I then installed in a clean, new plone and got the same render error. This is my first attempt at installing a theme so I may be missing something in a file there?

I noticed on the product page other users encountered this but there was no further comment on the error. The traceback follows, any pointers or suggestions are appreciated.

Thank you!

Norman

Traceback (innermost last):
  Module ZPublisher.Publish, line 126, in publish
  Module ZPublisher.mapply, line 77, in mapply
  Module ZPublisher.Publish, line 46, in call_object
  Module Shared.DC.Scripts.Bindings, line 322, in __call__
  Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec
  Module Products.CMFCore.FSPageTemplate, line 240, in _exec
  Module Products.CMFCore.FSPageTemplate, line 180, in pt_render
  Module Products.PageTemplates.PageTemplate, line 79, 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 852, in do_condition
  Module zope.tal.talinterpreter, line 343, in interpret
  Module zope.tal.talinterpreter, line 531, in do_optTag_tal
  Module zope.tal.talinterpreter, line 513, in no_tag
  Module zope.tal.talinterpreter, line 343, in interpret
  Module zope.tal.talinterpreter, line 742, in do_insertStructure_tal
  Module Products.PageTemplates.Expressions, line 218, in evaluateStructure
  Module zope.tales.tales, line 696, in evaluate
   - URL: file:/Applications/Plone/greaterthanhtml-com/buildout-cache/eggs/plonetheme.responsivetheme-1.1.4-py2.6.egg/plonetheme/responsivetheme/skins/plonetheme_responsivetheme_custom_templates/main_template.pt
   - Line 71, Column 12
   - Expression: &amp;lt;StringExpr u'plone.portaltop'&amp;gt;
   - Names:
      {'container': &amp;lt;PloneSite at /greaterthanhtml&amp;gt;,
       'context': &amp;lt;ATDocument at /greaterthanhtml/front-page&amp;gt;,
       'default': &amp;lt;object object at 0x3207d0&amp;gt;,
       'here': &amp;lt;ATDocument at /greaterthanhtml/front-page&amp;gt;,
       'loop': {},
       'nothing': None,
       'options': {'args': ()},
       'repeat': &amp;lt;Products.PageTemplates.Expressions.SafeMapping object at 0x5938900&amp;gt;,
       'request': &amp;lt;HTTPRequest, URL=http://192.168.0.101:9800/greaterthanhtml/front-page/document_view&amp;gt;,
       'root': &amp;lt;Application at &amp;gt;,
       'template': &amp;lt;FSPageTemplate at /greaterthanhtml/document_view used for /greaterthanhtml/front-page&amp;gt;,
       'traverse_subpath': [],
       'user': &amp;lt;PropertiedUser 'admin'&amp;gt;}
  Module zope.contentprovider.tales, line 80, in __call__
  Module plone.app.viewletmanager.manager, line 154, in render
  Module plone.app.viewletmanager.manager, line 85, in render
  Module zope.browserpage.simpleviewclass, line 44, in __call__
  Module Products.Five.browser.pagetemplatefile, line 125, in __call__
  Module Products.Five.browser.pagetemplatefile, line 59, in __call__
  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 531, in do_optTag_tal
  Module zope.tal.talinterpreter, line 513, in no_tag
  Module zope.tal.talinterpreter, line 343, in interpret
  Module zope.tal.talinterpreter, line 742, in do_insertStructure_tal
  Module Products.PageTemplates.Expressions, line 218, in evaluateStructure
  Module zope.tales.tales, line 696, in evaluate
   - URL: /Applications/Plone/greaterthanhtml-com/buildout-cache/eggs/plonetheme.responsivetheme-1.1.4-py2.6.egg/plonetheme/responsivetheme/browser/templates/header.pt
   - Line 2, Column 4
   - Expression: &amp;lt;StringExpr u'plone.portalheader'&amp;gt;
   - Names:
      {'args': (),
       'container': &amp;lt;ATDocument at /greaterthanhtml/front-page&amp;gt;,
       'context': &amp;lt;ATDocument at /greaterthanhtml/front-page&amp;gt;,
       'default': &amp;lt;object object at 0x3207d0&amp;gt;,
       'here': &amp;lt;ATDocument at /greaterthanhtml/front-page&amp;gt;,
       'loop': {},
       'nothing': None,
       'options': {},
       'repeat': &amp;lt;Products.PageTemplates.Expressions.SafeMapping object at 0x53f9bd0&amp;gt;,
       'request': &amp;lt;HTTPRequest, URL=http://192.168.0.101:9800/greaterthanhtml/front-page/document_view&amp;gt;,
       'root': &amp;lt;Application at &amp;gt;,
       'template': &amp;lt;Products.Five.browser.pagetemplatefile.ViewPageTemplateFile object at 0x2f64410&amp;gt;,
       'traverse_subpath': [],
       'user': &amp;lt;PropertiedUser 'admin'&amp;gt;,
       'view': &amp;lt;Products.Five.viewlet.viewlet.SimpleViewletClass from /Applications/Plone/greaterthanhtml-com/buildout-cache/eggs/plonetheme.responsivetheme-1.1.4-py2.6.egg/plonetheme/responsivetheme/browser/templates/header.pt object at 0x5428770&amp;gt;,
       'views': &amp;lt;Products.Five.browser.pagetemplatefile.ViewMapper object at 0x5465350&amp;gt;}
  Module zope.contentprovider.tales, line 80, in __call__
  Module plone.app.viewletmanager.manager, line 154, in render
  Module plone.app.viewletmanager.manager, line 85, in render
  Module zope.viewlet.viewlet, line 59, in render
AttributeError: render
---
www: http://www.normanfournier.com
facebook: http://www.facebook.com/normanfournierdotcom
linkedin: http://www.linkedin.com/profile/view?id=18127460
youtube: http://www.youtube.com/user/normanfournier


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Plone-Users mailing list
Plone-Users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/plone-users
&lt;/pre&gt;</description>
    <dc:creator>Norman Fournier</dc:creator>
    <dc:date>2012-05-10T02:39:31</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.web.zope.plone.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.web.zope.plone.user</link>
  </textinput>
</rdf:RDF>

