Questions tagged [plone-3.x]

Plone is a free and open source content management system built on top of the Zope application server. In principle, Plone can be used for any kind of website, including blogs, internet sites, webshops and internal websites. It is also well positioned to be used as a document publishing system and groupware collaboration tool. The strengths of Plone are its flexible and adaptable workflow, very good security, extensibility, high usability and flexibility.

Plone runs on the Zope application server, which is written in Python. Plone by default stores all information in Zope's built-in transactional object database (ZODB). It comes with installers for Windows, Mac OS X, and Linux, along with other operating systems. New updates are released regularly on Plone's website

Languages

Plone is mainly developed in Python. However, there are other languages used within the project.

  • Python: 55%
  • JavaScript (including the jQuery JavaScript framework): 32%
  • XML: 11%
  • Other (CSS, XSLT, etc.): 2%
57 questions
1
vote
1 answer

Getting the value of an image field in Plone 3.x with FSS

I'm trying to migrate an old Plone 3.3 site that uses FileSystemStorage using Mikko's Simple JSON export script. Everything runs fine, except for the absence of a value on the image fields, which are returned as empty strings (''): [ ... { …
hvelarde
  • 2,875
  • 14
  • 34
1
vote
0 answers

How can i integrate barcode reader and thumb impression authentication device with my Plone site?

I am using zbar python module for integrating Barcode reader but unable to open a view for that my code: #!/usr/bin/python from sys import argv import zbar from PIL import Image import io import time import picamera class BarCodeScan(BrowserView): …
snipersnack
  • 133
  • 1
  • 1
  • 9
1
vote
1 answer

How do I override the main template in Plone 3?

I'm working on a theme product for Plone 3.2.3. My theme product works perfectly on the default Plone installation. However, when I apply it to our existing site all the features of my theme are applied except the modifications to the main…
Ayrton Massey
  • 471
  • 3
  • 13
1
vote
2 answers

How do I prevent caching of /login_form by Varnish in front of Plone

On my Plone site, when a user goes to a particular page P, then clicks "login" and completes the login procedure successfully, she's redirected to the homepage or a random page, instead of to page P. I think this is because the page /login_form is…
René Pijl
  • 4,310
  • 1
  • 19
  • 25
1
vote
0 answers

Plone Captcha didn't work for preventing robot registration

Recently the robot registration overwhelms my website, so I add Plone Captcha using these instructions to the join_form, but it did not work at all !! The website still gets spammed with the robot registration for several hundreds of new members…
1
vote
2 answers

Plone translation issues

I am a plone Newbie and I needed to change a translated word in the .po file, the translation is in Arabic. When I changes the word to the right word and restarted the zope. My plone site is no more reading the Arabic translations from this file and…
Sarah
  • 1,361
  • 2
  • 14
  • 20
1
vote
0 answers

Plone 4.3: AttributeError: clear on membrane_tool while updating catalog

Recently I have upgraded a plone 3 website to plone 4.3 website. At myhost/projectname/membrane_tool/manage_catalogAdvanced I have tried clear and rebuild also tried update catalog. But they are generating same error as Traceback (innermost…
Moyeen
  • 469
  • 2
  • 8
  • 17
1
vote
1 answer

Plone: plonesocial.auth.rpx->rpx_login_form was not found

Tried to use rpx login form; the page was finally redirected to http://site_name/rpx_login_form Got error: This page does not seem to exist… We apologize for the inconvenience, but the page you were trying to access is not at this address. You can…
Ivri
  • 2,159
  • 5
  • 25
  • 33
1
vote
1 answer

How do I update the version number in a Plone add-on?

Version and installation profile numbering for Plone add-ons has been changing and this is very confusing. What worked in one version of Plone will not necessarily work in other places.
pydanny
  • 7,954
  • 6
  • 34
  • 42
0
votes
1 answer

Solr Search Spell check and Stemming configuration without using text file

I need help to get some information on Solr-Search. Below is the problem statement: Problem Statement Need to implement spell check functionality (same as google did you mean). Stemming of search words. e.g. dose, dossier, dosing. If some one…
Abhishek
  • 11
  • 2
0
votes
2 answers

plone + formlib: how to reference form.pt

I'm working on plone 3.2.1 and I've made a formlib's form with a custom template: from Products.Five.formlib import formbase from Products.Five.browser.pagetemplatefile import ViewPageTemplateFile ... class MyForm(formbase.PageForm): ... …
jdinunzio
  • 1,506
  • 1
  • 11
  • 26
0
votes
2 answers

Plone 3.2.1 on Fedora 10 with Active Directory Authentication

I have gone through tons of documents over the internet in enabling Active Directory Authentication for Plone 3 using LDAPMultiplugins, PlonePAS etc., but none of them are working for me. Is there any one who has successfully done this? Even if this…
Shyam Kumar Sundarakumar
  • 5,649
  • 13
  • 42
  • 69
0
votes
2 answers

Customising Plone 3 sharing tab

Where do the titles "Can add", "Can edit", "Can view" and "Can review" come from in the plone 3 sharing tag? What is the difference between "Can view" and "Can review"?
rjmunro
  • 27,203
  • 20
  • 110
  • 132
0
votes
1 answer

Plone 2.1.3 > 3.0.6 upgrade fails with TypeError: unsubscriptable object

When I perform portal_migration in Plone 3.0.6 on a Data.fs from Plone 2.1.3, migration fails with a TypeEror: Attempting to upgrade from: 2.5-alpha1 Upgrade aborted Error type: exceptions.TypeError Error value: unsubscriptable object File…
René Pijl
  • 4,310
  • 1
  • 19
  • 25
0
votes
2 answers

Plone3: How export changes on a permission of a portal_type

I went to the address of zope manage: localhost:8000/manage Entered my plone_site named 'foo', than clicked on the portal_types link. Went through the content type named 'MyContentType', and there clicked on the tab Permissions. Changed some…
Gabriel L. Oliveira
  • 3,922
  • 6
  • 31
  • 40