Alexander Limi | 1 Sep 20:45
Favicon
Gravatar

Re: Plone3 Google Analytics support: how?

It was a bug in 3.0, it has been fixed in SVN and will be included in  
Plone 3.0.1.

— Alexander

On Thu, 30 Aug 2007 06:38:57 -0700, heiko stoermer  
<stoermer@...> wrote:

>
> Darci,
>  thanks a lot for the pointer!
>
> Very very weird... undocumented feature in UI, workarounds, etc. Oh well.
> %-|
>
> I will now try the workaround. Thanks again.
>
> Best,
> Heiko
>
>
> darcihanning wrote:
>>
>>
>> heiko stoermer wrote:
>>>
>>> Hi,
>>>
>>> I saw in the control panel of Plone3 (Site Settings) that there is a
>>> field for inserting code to enable Google Analytics et al. The comment
(Continue reading)

aminsa | 3 Sep 04:53
Picon
Favicon

LDAPMultiPlugins & LDAPUserFOlder doesn't show up in Add


I'm using Centos4.4. I untar PloneLDAP in Products/ directory than restart
Plone. But when I inspect under products under control panel, PloneLDAP or
LDAPMultiPlugins or LDAPUserFolder doesn't show up. Than I go under Plone/
and acl_users/ to add, its doesn't showed up also. Am I missing something
during products installations. I'm just started with plone. 
--

-- 
View this message in context: http://www.nabble.com/LDAPMultiPlugins---LDAPUserFOlder-doesn%27t-show-up-in-Add-tf4370035s15482.html#a12455745
Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com.

Erik Myllymaki | 3 Sep 06:04
Favicon

Re: LDAPMultiPlugins & LDAPUserFOlder doesn't show up in Add

aminsa wrote:
> I'm using Centos4.4. I untar PloneLDAP in Products/ directory than restart
> Plone. But when I inspect under products under control panel, PloneLDAP or
> LDAPMultiPlugins or LDAPUserFolder doesn't show up. Than I go under Plone/
> and acl_users/ to add, its doesn't showed up also. Am I missing something
> during products installations. I'm just started with plone. 

Have a look in your zope event log (INSTANCE_HOME/log/event.log), you
might not have satisfied the dependencies.

python-ldap maybe?

dseibert | 3 Sep 14:56

Re: LDAP issues (linux)


I have the same problem.  I've tried using the PloneLDAP and just the
standard multi plugin and both give the same issue with the activate tab not
showing (it also disables the plugins section).  I haven't found a solution
to this yet.

Chris Quenelle wrote:
> 
> I'm trying to get basic LDAP auth working.  I can get the basic auth part
> working.  But I have
> two problems which are very annoying.
> 
> 1. After adding any sort of LDAP auth (I tried two styles) the
> /plone/acl_users/plugins
> object becomes nonfunctional (only Undo/Ownership/Interfaces tabs are
> there anymore).
> That means I can't control the search order of auth modules anymore, and I
> can't
> deactive the plugin or select different kinds of LDAP integration (groups,
> enumeration etc).
> 
> 2. After adding LDAP auth, the zope/admin user is no longer recognized by
> plone as
> an 'admin' user.  So I have to define a 'ploneadmin' user, and assign it
> manager privs
> before adding the LDAP module.
> 
> Has anyone seen these issues before?  Here are my versions:
> 
> zope 2.96 (using ubuntu/debian package on linux)
(Continue reading)

Salimby | 3 Sep 15:04
Picon

Kupu spellcheck setup


Hi, 

I have been trying to setup spell check for Kupu 1.4.1 in Plone 2.5 (by
following thorough the instructions provided by
http://www.llakomy.com/articles/kupu-spellchecker-in-plone, which include:
install aspell, make changes to head.kupu, verify that the KupuLibraryTool
comes with a spellcheck method, restart Zope, uninstall/install kupu, etc.). 

I've got things up to the point where the spellcheck button appears in the
editor and upon clicking the button a popup that says "Error loading data,
status 404" appears.  I wonder if anyone has experienced the same problem
and could share ideas on how to set up the spell checker.

Thanks.
Salimby
--

-- 
View this message in context: http://www.nabble.com/Kupu-spellcheck-setup-tf4371964s15482.html#a12461034
Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com.

rjnagle | 3 Sep 19:55
Favicon

product install problems on 3.0: ZMI, control panel problems


Hi, there, I'm testing some products for 3.0. 

It's possible/likely that a number of the products I'm trying just won't
work in 3.0. I understand that. But I'm experiencing problems related to
simple installs having to do with the plone interface. 

First, I tried installing ContentLicensing, but apparently that doesn't work
with 3.0. It shows up in prefs_install_products_form after I place it in
Products directory, but clicking the install box doesn't work. In fact, when
I restart,  zope won't even run  unless ContentLicensing is removed from the
Products directory. 

Now here's the odd thing.  Even after I remove the ContentLicensing product
directory, it still appears in  ZMI in /Control_Panel/Products as
"INSTALLED." Also,  in plone_control_panel, apparently there is a space for
Add On  Product configuration.  I still see multiple lines that says Content
Licensing (perhaps for each unsuccessful time I tried installing). 

Now here's what I'm wondering: 
1)is it common for zope to fail to start when a plone product fails to
install? (That would not seem to be a clean failure to me)
2) is deleting the phantom references  at    /Control_Panel/Products
necessary and/or sufficient?  (I see several products listed here  which I
tried unsuccessfully to install earlier). 

One other problem just to make things interesting. I'm still getting used to
the plone 3 environment on my shared hosting at webfaction. But restarting
zope is taking a while (as long as a minute)  Also, I'm getting strange
error messages  like this about core products: 
(Continue reading)

darcihanning | 3 Sep 20:41
Picon

Re: product install problems on 3.0: ZMI, control panel problems


rjnagle wrote:
> 
> Hi, there, I'm testing some products for 3.0. 
> 
> It's possible/likely that a number of the products I'm trying just won't
> work in 3.0. I understand that. But I'm experiencing problems related to
> simple installs having to do with the plone interface. 
> 
> First, I tried installing ContentLicensing, but apparently that doesn't
> work with 3.0. It shows up in prefs_install_products_form after I place it
> in Products directory, but clicking the install box doesn't work. In fact,
> when I restart,  zope won't even run  unless ContentLicensing is removed
> from the Products directory. 

Have you tried starting zope with: zopectl fg

> Now here's the odd thing.  Even after I remove the ContentLicensing
> product directory, it still appears in  ZMI in /Control_Panel/Products as
> "INSTALLED." Also,  in plone_control_panel, apparently there is a space
> for Add On  Product configuration.  I still see multiple lines that says
> Content Licensing (perhaps for each unsuccessful time I tried installing). 

Not all Products uninstall cleanly; if a Product is not yet Plone 3
compatible, I think it would be fair to say the likelihood of this would
increase.

If I were installing products willy-nilly to test for Plone 3 compatibility,
I would probably start with a fresh Zope instance for each Product install.

(Continue reading)

darcihanning | 4 Sep 19:52
Picon

Re: Plone configuration: missing Plone setup tab


[apologies if this is a duplicate -dh]

jagsinghgill wrote:
> 
> [...] However, there seem to be some options missing on my setup. Firstly,
> I cannot see a preferences tab but instead see a 'My folder' tab. I also
> don't see the Undo tab.
> 
> 

The undo and preferences links have been removed by default. The undo
function actually wasn't all that reliable in a number of use cases and with
Versioning now included by default, it was decided to best to remove the
undo link. 

The preferences page is now found via the author page (e.g.
http://plonesite.com/author/LOGINNAME) and clicking on the edit tab or
directly at http://plonesite.com/personalize_form (i think).

To re-enable these links in the personal-toolbar area, go to the ZMI of your
plone site, then:

portal_actions / user  and for 'preferences' and 'undo', click on each and
select Visible and save changes.

> But the bigger issue for me is that when I log in as the admin user I
> cannot see a 'Plone setup' tab and therefore cannot get into the Plone
> configuration area.
> 
(Continue reading)

darcihanning | 5 Sep 16:26
Picon

Re: Plone configuration: missing Plone setup tab


jagsinghgill wrote:
> 
> I am going through a tutorial that can be found at this url:
> http://docs.neuroinf.de/PloneBook/ch4.rst? which basically shows you how
> you can make changes to your site via the Plone control panel...and of
> course to access the control panel I need the 'Plone setup' tab. 
> 
> 

That looks to be from Plone 2.0. That's three versions and several years ago
:) What you want these days is the "site setup" link in the far upper right
of your plone site when you're logged in as admin.

Plone 3.0 is just over three weeks old and so documentation and add-ons
("Products") are still playing catch up. 

When your Plone doesn't look like what's going on in the book, you might
want to poke around / search at http://plone.org/documentation/

Cheers!
Darci Hanning
--

-- 
View this message in context: http://www.nabble.com/Plone-configuration%3A-missing-Plone-setup-tab-tf4378664s15482.html#a12499202
Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com.

Keith Miller | 6 Sep 19:57
Picon

integration of one isntance with multiple sites

anyone know how to have 1 instance and multiple site and be able to search/index between them

View this message in context: integration of one isntance with multiple sites
Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com.

Gmane