Sampler | 7 Feb 13:59
Picon
Favicon
Gravatar

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.
Sampler | 5 Feb 20:14
Picon
Favicon
Gravatar

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
Stuart Marshall | 2 Feb 19:49
Picon
Favicon
Gravatar

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)

alecwa | 2 Feb 15:13
Gravatar

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.
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)

nikolaj | 26 Jan 17:46
Picon
Favicon

"Already exists in the index" when making Comment.

After upgrading to 4.1.3 from 4.0.5 I get this error when making a second
Comment (or a Comment to an existing Comment i.e. indented):

ERROR Products.ZCatalog A different document with value
'bc33fa86-7cf8-4a68-999f-851cd7d5ffb1' already exists in the index.' None

, the functionality works i.e. it is "only" shown in the log. How to fix?

PS the question is part of several questions at this link:
http://stackoverflow.com/questions/8965896/plone-4-0-5-upgrade-to-4-1-3
, here I also explain the upgrade process.

Thanks.
Nikolaj G.

--
View this message in context: http://plone.293351.n2.nabble.com/Already-exists-in-the-index-when-making-Comment-tp7227429p7227429.html
Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com.
nikolaj | 26 Jan 17:42
Picon
Favicon

PloneboardSubscription 0.2 problem with æøå

After upgrading to Plone 4.1.3 from 4.0.5 I get the error below when users
with "æøå" in their name makes subscription to an existing thread. The error
is triggered when somebody is making an answer in the thread (Ploneboard
3.2). The error is:

ERROR Zope.SiteErrorLog ... Module
Products.PloneboardSubscription.NotificationTool, line 165, in
process_pending Module Products.PloneboardSubscription.NotificationTool,
line 219, in sendNotification UnicodeDecodeError: 'ascii' codec can't decode
byte 0xc3 in position 10: ordinal not in range(128) 

PS in the Site Setup I have the following error under "add-on":
In "add-on" (Site Setup) Ploneboard 3.2 is reporting problems:

    "Install the intranet workflow definitions for Ploneboard."

There is also a red exclamation mark saying something with:

    "This add-on is upgraded with an old profile version uknown.
    New profile version is 1.0. There is no upgrade defined for this add-on.
    Please see the add-on doc for upgrade info, or contact the add-on
author."

The PloneboardSubscription 0.2 also shows a red exclamation mark.

PS the question is part of several questions at this link:
http://stackoverflow.com/questions/8965896/plone-4-0-5-upgrade-to-4-1-3
, here I also explain the upgrade process.

Thanks.
(Continue reading)

nikolaj | 26 Jan 17:33
Picon
Favicon

Discussion link missing after upgrade to 4.1.3

After upgrading to 4.1.3 from 4.0.5 the "Discussion" link is missing in the
Site Setup when logged in as Admin?

Ploneboard 3.2 and PloneboardSubscription 0.2 is installed. 

These are the products installed:

Plone
    Pillow
    lxml
    collective.contentrules.mailtogroup
#    collective.plonetruegallery
    Products.ploneboard
    python-dateutil
    Products.PloneboardSubscription
#    collective.portlet.explore
    qi.portlet.TagClouds
    collective.flowplayer
    Products.EasyNewsletter
    Products.Poi
    Products.CMFPlacefulWorkflow

PS the question is part of several questions at this link:
http://stackoverflow.com/questions/8965896/plone-4-0-5-upgrade-to-4-1-3
, here I also explain the upgrade process.

Thanks.
Nikolaj G.

--
(Continue reading)

dgroos | 23 Jan 19:13
Picon
Gravatar

Re: Enabling color for plone site

Thanks espen.  I've been working on making your solution work which led me to
the tinyMCE website and their forums and help pages as I didn't have enough
css knowledge to apply your ideas.  While I was trying to make it work, I
learned enough info to do what I wanted to do without having to create lots
of paragraph styles.

Directions to enable color on plone 4 (successful on plone 4.0.7)
1.  Go to control panels and tinyMCE Visual Editor and click on Tool Bar
tab.
2.  Put checkmarks before Forecolor and Backcolor, scroll down and save.
3.  Go to the Zope Managment Interface (for example via the control panels).
4.  Click on "portal_transforms" then click on "safe_html".
5.  In, "Styles Whitelist" I put the following (not sure if all needed):
text-align
list-style-type
float
span
font
padding-left
color
background-color
6.  To the "valid_tags" at the bottom I added:
color
background-color
**also note, I made sure there were "font" and "span" (not sure if they were
needed).
7.  I scrolled to the bottom and pressed, "Submit Query"
8.  For completeness sake, I pressed on the last tab of that page: "reload
transforms"
9.  And finally, restarted zope.
(Continue reading)

dgroos | 22 Jan 22:07
Picon
Gravatar

Enabling color for plone site

I need to enable text and background color on my plone 4.0.7 site.

In the plone site setup I've poked around in the html filtering control
panel and the tinymce visual editor and done what I can, but it's not
enough.   

I have gotten the color and background-color tinymce tools in the tool bar
and am able to add this color while in the edit screen.  However, the
problem is that the tags gets stripped upon saving, leaving the saved page
simply black and white.  I've tried rebooting my server and emptying the
local cache on my browser.

I've been able to use color on my site since plone 2.1 but haven't yet
succeeded with plone 4.  Any help?

David G

--
View this message in context: http://plone.293351.n2.nabble.com/Enabling-color-for-plone-site-tp7214211p7214211.html
Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com.
nikolaj | 12 Jan 21:51
Picon
Favicon

Problem upgrading from 4.0.5 to 4.1.3

Please, need help. Ive upgraded using buildout from 4.0.5 to 4.1.3, but when
I try to upgrade (dry run) there are about 5 messages with:

"There are unresolved or circular dependencies. Graphviz diagram: ..."

and finally the dry run says:

Step collective.blogging.reset-layers has an invalid import handler
Class Products.PloneboardSubscription.NotificationTool.NotificationTool not
found for tool portal_pbnotification
Upgrade aborted. Error:
Traceback (most recent call last):
  File
"/usr/local/Plone/buildout-cache/eggs/Products.CMFPlone-4.1.3-py2.6.egg/Products/CMFPlone/MigrationTool.py",
line 175, in upgrade
    step['step'].doStep(setup)
  File
"/usr/local/Plone/buildout-cache/eggs/Products.GenericSetup-1.6.4-py2.6.egg/Products/GenericSetup/upgrade.py",
line 140, in doStep
    self.handler(tool)
  File
"/usr/local/Plone/buildout-cache/eggs/plone.app.upgrade-1.1.4-py2.6.egg/plone/app/upgrade/v41/betas.py",
line 112, in to41beta2
    loadMigrationProfile(context, 'profile-plone.app.upgrade.v41:to41beta2')
  File
"/usr/local/Plone/buildout-cache/eggs/plone.app.upgrade-1.1.4-py2.6.egg/plone/app/upgrade/utils.py",
line 112, in loadMigrationProfile
    context.runAllImportStepsFromProfile(profile, purge_old=False)
  File
"/usr/local/Plone/buildout-cache/eggs/Products.GenericSetup-1.6.4-py2.6.egg/Products/GenericSetup/tool.py",
(Continue reading)


Gmane