Maurits van Rees | 1 Mar 12:03
Picon
Favicon

Re: Upgrade to Plone 2.5.2: No acces to folders named "plone"

Michael Zimmermann, on 2007-02-27:
> I do have one folder named "plone" in my plone instance. If I try to
> call this folder I do get the following error (?) message:
> 	<Products.Five.metaclass.Plone object at 0xb1db7e8c>
> Any subfolder of this folder is not acessible and gives an error 404.

Hm, I was going to say: there is now an @@plone view somewhere in
Plone that would be called when adding plone at the end of your url.

But this seems something else.  It is in Products/Five/metaclass.py,
which mentions at the top:

# metaclass taken from PEAK.
# Martijn doesn't pretend to understand this.

So that does not bode well. :)

Well, the plone view and this metaclass may be related.

I would think your best option is to simply rename that folder to
something else.  You probably need to do this from the folder_contents
view of its parent.

Would that work for you?

Does anyone know more about this?

--

-- 
Maurits van Rees | http://maurits.vanrees.org/ [NL]
            Work | http://zestsoftware.nl/
(Continue reading)

Raphael Ritz | 1 Mar 12:08
Picon
Favicon

Re: how to disable send mail on new user creation ?

banaouas schrieb:
> I have installed plone-2.5.2-zope-2.9-6793.exe on win-xp pro
> 
> By default, Plone try to send an email to the user who just sbscribe his
> self.
> But this operation fails whith this message:
> 
> (translation from french)
> it was not possible to send your password to your mailbox : (504,
> '<postmaster <at> localhost>: Sender address rejected: need fully-qualified
> address', '"Portal Administrator" <postmaster <at> localhost>')
> However, I filled "mail settings" (on "site setup" page when logged as
> admin). as I do with my favorite application for sending e-mails
> (thunderbird) witch works fine.
> 

you need to set the 'email_from_address' in portal settings
as well.

> Is it possible to make plone create user without sending password by email ? 
> 

Again, in the site's properties there is a property called
'validate_email'
If you tick that off, then new users can set there password on join
right away and no email will be sent.
(in the Plone setup interface it's actually the 'Password policy'
section in Portal settings - I suggest you be more "explorative"
before asking those kinds of questions ;-) )

(Continue reading)

Raphael Ritz | 1 Mar 12:12
Picon
Favicon

Re: How do you setup kupu's spell checker?

Edmund Moseley schrieb:

[..]

> 
>  Zope has encountered a problem publishing your object.<p>
> Cannot locate object at: 
> https://test1.ocme.unc.edu/meis/portal_factory/Document/kupu_library_tool/spellcheck</p> 
> 

This URL looks strange to me.
Almost surely there should be no 'portal_factory/Document'
in there. Smells like a bug in kupu then (if this link
was generated by kupu at least).

Raphael

banaouas | 1 Mar 13:00
Picon

Re: how to disable send mail on new user creation ?


more "explorative" I will be ...
Sometimes, I feel like exploring "virgin drill" without any map!
So, sorry if my help-call-threshold is yet too low ...

Oh, thanks, it works like you said.

Raphael Ritz wrote:
> 
> banaouas schrieb:
>> I have installed plone-2.5.2-zope-2.9-6793.exe on win-xp pro
>> 
>> By default, Plone try to send an email to the user who just sbscribe his
>> self.
>> But this operation fails whith this message:
>> 
>> (translation from french)
>> it was not possible to send your password to your mailbox : (504,
>> '<postmaster <at> localhost>: Sender address rejected: need fully-qualified
>> address', '"Portal Administrator" <postmaster <at> localhost>')
>> However, I filled "mail settings" (on "site setup" page when logged as
>> admin). as I do with my favorite application for sending e-mails
>> (thunderbird) witch works fine.
>> 
> 
> you need to set the 'email_from_address' in portal settings
> as well.
> 
>> Is it possible to make plone create user without sending password by
>> email ? 
(Continue reading)

Raphael Ritz | 1 Mar 13:08
Picon
Favicon

Re: how to disable send mail on new user creation ?

banaouas schrieb:
> more "explorative" I will be ...
> Sometimes, I feel like exploring "virgin drill" without any map!
> So, sorry if my help-call-threshold is yet too low ...
>

It's OK. Don't take me too serious on this and keep
on asking. It tells us that we should do better in
providing better introductory material for site admins.

Raphael

> Oh, thanks, it works like you said.
> 
>

Michael Zimmermann | 1 Mar 14:12
Picon
Favicon

Re: Re: Upgrade to Plone 2.5.2: No acces to folders named "plone"


Hi Maurits,

thanks for looking into this.

> Hm, I was going to say: there is now an @@plone view somewhere in
> Plone that would be called when adding plone at the end of your url.
> 
> But this seems something else.  It is in Products/Five/metaclass.py,
> which mentions at the top:
> 
> Well, the plone view and this metaclass may be related.
> 
> 
> I would think your best option is to simply rename that folder to
> something else.  You probably need to do this from the folder_contents
> view of its parent.
> 
> Would that work for you?

No for three reasons:
I have a lot of incoming links to this section of the site (ok,
rewrite rules might help)
I do not see the plone folder in folder_contents of the parent folder
neither am I able to rename the folder via ZMI. Here the folder is
shown, renaming gives me some me mime type error, see the following
traceback:

    *  Module ZPublisher.Publish, line 115, in publish
    * Module ZPublisher.mapply, line 88, in mapply
(Continue reading)

Aaron V. Bookvich | 1 Mar 15:45
Picon
Favicon

Best migration path from Plone 2.1.4 to 2.5.2?

What is the best migration path from Plone 2.1.4 & Zope 2.7.7 to Plone 
2.5.x & Zope 2.9.x??

I tried copying the data.fs from my current Zope/Plone to a fresh copy 
of Plone 2.5 & Zope 2.9 but Zope would not start.

Any help is appreciated, Thanks.

Regards,

Aaron

Edmund Moseley | 1 Mar 14:40
Picon
Favicon

Re: How do you setup kupu's spell checker?

>> Edmund Moseley schrieb:
>> [..]
>>  Zope has encountered a problem publishing your object.<p>
>> Cannot locate object at:
>> >>https://test1.ocme.unc.edu/meis/portal_factory/Document/kupu_library_tool/spellcheck</p>
>>
>
> This URL looks strange to me.
> Almost surely there should be no 'portal_factory/Document'
> in there. Smells like a bug in kupu then (if this link
> was generated by kupu at least).
>
> Raphael

I produce this error when I create a new page (Document), and then 
click on the spellcheck icon in the Body Text field. Therefore, the 
"portal_factory/Document/" is the context at the time of failure. 
However, when I look at kupu_library_tool in the zmi, I do not see any 
contents named spellcheck, nor any method listed by this name with 
DocFinderTab.

Any ideas?
Thx, Edmund

Alexander Limi | 1 Mar 17:46
Favicon
Gravatar

Re: Best migration path from Plone 2.1.4 to 2.5.2?

On Thu, 01 Mar 2007 06:45:41 -0800, Aaron V. Bookvich  
<vittala@...> wrote:

> What is the best migration path from Plone 2.1.4 & Zope 2.7.7 to Plone  
> 2.5.x & Zope 2.9.x??
>
> I tried copying the data.fs from my current Zope/Plone to a fresh copy  
> of Plone 2.5 & Zope 2.9 but Zope would not start.

You need to give us an error message before we can help you, try starting  
it with "zopectl fg" or "runzope"

--

-- 
Alexander Limi · http://limi.net

Mike Stawchansky | 1 Mar 23:45

Last hurdle to 2.1.2 to 2.5.2 migration....

 

I’m to what I hope is one of the last hurdles in going from Plone 2.1.2 to 2.5.2. After playing with this several different ways, I was finally able to get a clean working install of Plone 2.5.2 on FC 5 that looked golden. Moved in my Data.fs file, started up Zope/Plone. Now I’m able to see my plone sites ( Yippie), but the site itself, and every folder/tree underneath comes up with a version of the error below….so obviously I can’t run through the Migration procedure because I can’t get to it. Anyone have some tips for me?

Thanks in advance!

 

Site Error

An error was encountered while publishing this resource.

AttributeError

Sorry, a site error occurred.

Traceback (innermost last):

  • Module ZPublisher.Publish, line 196, in publish_module_standard

  • Module Products.PlacelessTranslationService.PatchStringIO, line 34, in new_publish

  • Module ZPublisher.Publish, line 146, in publish

  • Module Zope2.App.startup, line 222, in zpublisher_exception_hook

  • Module ZPublisher.Publish, line 106, in publish

  • Module ZPublisher.BaseRequest, line 448, in traverse

  • Module AccessControl.User, line 648, in validate

  • Module Products.GroupUserFolder.GroupUserFolder, line 1031, in authenticate

AttributeError: authenticate (Also, the following error occurred while attempting to render the standard error message, please see the event log for full details: ('object.__new__(Index) is not safe, use Persistence.Persistent.__new__()', &lt;function _reconstructor at 0xb7f26d84&gt;, (&lt;class 'textindexng.index.Index'&gt;, &lt;type 'object'&gt;, None)))


Gmane