ajung | 2 Feb 13:58

Re: PDF/Doc Indexing Fail


Do you have the external PDF converter installed (pdftotext or pdftohtml or
something like that)?

-aj

alecwa wrote
> 
> Hi,
> 
> I'm building a document storage site and would like Plone to index PDFs
> and Word documents. However, I'm struggling to get the below method to
> work...
> 
> http://plone.org/documentation/kb/enable-indexing-of-pdf-and-word-docs-with-windows-in-five-steps-occurs-three-minutes-without-problems
> 
> When I submit - *ID*:  pdf_to_text and *Module*:
> Products.PortalTransforms.transforms.pdf_to_text I receive the below
> error:
> 
> We’re sorry, but there seems to be an error… 
> Here is the full error message: 
> 
> Display traceback as text
> 
> 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
(Continue reading)

alecwa | 2 Feb 14:12

Re: PDF/Doc Indexing Fail

I have Adobe Reader installed on the box, if that's what you mean? I also
followed the instructions regarding the Windows xpdf  package in case it
didn;t like Adobe Reader.

I only have the below transforms installed

http://plone.293351.n2.nabble.com/file/n7246883/httppahplonedev8080.jpg 

--
View this message in context: http://plone.293351.n2.nabble.com/PDF-Doc-Indexing-Fail-tp7246421p7246883.html
Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com.
ajung | 2 Feb 14:15

Re: PDF/Doc Indexing Fail

Obviously the pdf_to_text transformation is missing - no idea why (installed
and available by default).

-aj

alecwa wrote
> 
> I have Adobe Reader installed on the box, if that's what you mean? I also
> followed the instructions regarding the Windows xpdf  package in case it
> didn;t like Adobe Reader.
> 
> I only have the below transforms installed
> 
>  http://plone.293351.n2.nabble.com/file/n7246883/httppahplonedev8080.jpg 
> 

--
View this message in context: http://plone.293351.n2.nabble.com/PDF-Doc-Indexing-Fail-tp7246421p7246890.html
Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com.
alecwa | 2 Feb 15:13

Re: PDF/Doc Indexing Fail

That's why I was following
http://
http://plone.org/documentation/kb/enable-indexing-of-pdf-and-word-docs-with-windows-in-five-steps-occurs-three-minutes-without-problems 
these instructions  to try and apply it.

--
View this message in context: http://plone.293351.n2.nabble.com/PDF-Doc-Indexing-Fail-tp7246421p7247031.html
Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com.
Stuart Marshall | 2 Feb 19:49
Picon
Favicon

problem on plone.app.ldap with plone 4.1.3

Hi,

I am struggling to get plong.app.ldap working with a new Plone 4.1.3
installation.  It partially works, and I'm trying to understand what I
can do to debug or fix the remaining problem.

Installation details:

- new install of 4.1.3 with Unified installer
- python_ldap-2.4.7
- openldap-2.4.23
- plone.app.ldap 1.2.7 with patch from
        https://github.com/plone/plone.app.ldap/issues/1

The ldap server runs on the same machine (apacheds 1.5.7 on port
10389).  The ldap server has ~270 users in the DIT.

Behavoir:

- Connection of Plone to the ldap server is okay.

- Plone LDAP configuration (ldap-controlpanel) works fine (after the
  patch listed above)

- LDAP Schema mapping is saved including:

      ldap       plone
      uid
      kmail      ->email
      cn         ->fullname
(Continue reading)

ajung | 3 Feb 05:43

Re: PDF/Doc Indexing Fail

No idea what you did to drop the pdf_to_text transformation (you know). You
may try to reimport the related import step for the Plone profile through
portal_setup.

-aj

alecwa wrote
> 
> That's why I was following 
>
http://plone.org/documentation/kb/enable-indexing-of-pdf-and-word-docs-with-windows-in-five-steps-occurs-three-minutes-without-problems 
> these instructions  to try and apply it.
> 

--
View this message in context: http://plone.293351.n2.nabble.com/PDF-Doc-Indexing-Fail-tp7246421p7249696.html
Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com.
Sampler | 5 Feb 20:14
Picon
Favicon

Plone root change folder issue...

Hi have problem when  i try to migrate “Plone root directory”, to a 
different HD.. ( in win7 ).
I'm following the advice of a tutorial but two issues appears :
1)	When ‘ copy manually Plone41 (root) from C:\Plone41…to
D:\Plone41_new_destination.. this Error raises :” it’s impossible to copy
that file:  “C:/Plone41/var/filestorage/Data.fs.lock”—“
Then *Data.fs.lock* is not copied.

2)Second, when I try to run * "instance.exe" *from bin/instance.exe  to
install zopectl for new server, this error raises:” *"Error you are not
member of the "Administrators group"ecc...ecc”*
Please can someone help me to resolve this problem??
thanks!!!

--
View this message in context: http://plone.293351.n2.nabble.com/Plone-root-change-folder-issue-tp7256449p7256449.html
Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com.
_______________________________________________
Setup mailing list
Setup <at> lists.plone.org
https://lists.plone.org/mailman/listinfo/plone-setup
Sampler | 7 Feb 13:59
Picon
Favicon

import win32service Dll load failed...

HI Guys
i have that problem when try to run "bin\zeo_service.exe install" from new
Plone root directory..:
.
 D:\Plone41_Dir>bin\zeo_service.exe install  
Traceback (most recent call last):  
  File "D:\Plone41_Dir\bin\zeo_service-script.py", line 435, in <module>  
    import zeo_service  
  File "D:\Plone41_Dir\bin\zeo_service.py", line 80, in <module>  
    import win32service  
ImportError: DLL load failed: Impossibile trovare il modulo specificato.  

this This happens when I changed the Plone's directory from C\: to D:\
Plone41_Dir
i'm using this documentation: 
http://plone.org/documentation/manual/installing-plone/installing-on-windows)
Document 
anyone can help me?
thanks

--
View this message in context: http://plone.293351.n2.nabble.com/import-win32service-Dll-load-failed-tp7262331p7262331.html
Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com.
Eggert Ehmke | 12 Feb 19:55
Picon
Favicon

Cannot remove windowZ configlet

Hello,

even when I uninstalled windowZ and removed it from my buildout.cfg, the link to the windowZ Settings still appears in my Configuration, even when this link is not valid anymore. How can I get rid if it?

rscrane | 14 Feb 21:22
Picon
Favicon

LDAP installation error

I am trying to enable LDAP in a brand new installation of Plone (adding LDAP
is literally the first step I have taken, and a requirement):

Version info:
    * Plone 4.1.3 (4112)
    * CMF 2.2.4
    * Zope 2.13.10
    * Python 2.6.7 (r267:88850, Feb 14 2012, 12:51:07) [GCC 4.6.2]
     * LDAP Support version 1.2.7

I get the following error on save: 

Exception Value
    argument of type 'NoneType' is not iterable

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 zope.formlib.form, line 795, in __call__
    * Module five.formlib.formbase, line 50, in update
    * Module zope.formlib.form, line 776, in update
    * Module zope.formlib.form, line 620, in success
    * Module plone.app.ldap.browser.baseform, line 64, in handle_save_action
    * Module zope.formlib.form, line 901, in createAndAdd
    * Module plone.app.ldap.browser.server, line 53, in create
    * Module zope.event, line 31, in notify
    * Module zope.component.event, line 24, in dispatch
    * Module zope.component._api, line 136, in subscribers
    * Module zope.component.registry, line 321, in subscribers
    * Module zope.interface.adapter, line 585, in subscribers
    * Module zope.component.event, line 32, in objectEventNotify
    * Module zope.component._api, line 136, in subscribers
    * Module zope.component.registry, line 321, in subscribers
    * Module zope.interface.adapter, line 585, in subscribers
    * Module plone.app.ldap.ploneldap.server, line 21, in HandleCreated
    * Module plone.app.ldap.ploneldap.util, line 42, in
guaranteePluginExists
    * Module plone.app.ldap.ploneldap.util, line 86, in createLDAPPlugin
    * Module plone.app.ldap.ploneldap.util, line 173, in enablePASInterfaces

TypeError: argument of type 'NoneType' is not iterable 

Any suggestions welcome. 

--
View this message in context: http://plone.293351.n2.nabble.com/LDAP-installation-error-tp7285374p7285374.html
Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com.

Gmane