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
2
votes
2 answers

How to move searchbar in Plone5

I'm new to Plone 5 and I'm actually following the plone training. However, I'm not used to the way that all is build. I would like to do simple things but I don't know where to start. For example: How can I move the search bar from the header to…
2
votes
1 answer

Plone upgrade 2.1.3 > 3.0.6 fails with catalog errors

I'm upgrading an almost vanilla Plone from 2.1.3 to 3.0.6 (that's old stuff, I know). portal_migration successfully performs the migration, but then reports errors in rebuilding the catalog End of upgrade path, migration has finished Your ZODB and…
René Pijl
  • 4,310
  • 1
  • 19
  • 25
2
votes
1 answer

Plone: how can I know if a repeat loop is empty?

I need to display a friendly message if a repeat loop is empty. Example code: When the loop is…
Hernã Saldanha
  • 300
  • 2
  • 10
2
votes
1 answer

Executing Content Rules Programmatically using a PloneFormGen Custom Script Adapter

Some basic info I have a Plone 3.2.1 site, which has a sub folder named prod. There is also a PloneFormGen form named upload, which has a custom script adapter that creates a custom content type (slight modification of the 'Collection' type) and…
Dan
  • 958
  • 2
  • 11
  • 25
2
votes
3 answers

How does one default to current date and time for content publishing?

In this link, http://plone.org/documentation/how-to/set-default-datetimefield-current-date-time it describes how to do this with new Schema attributes. I could update all umpteen content types in our system use this method, but I would prefer…
pydanny
  • 7,954
  • 6
  • 34
  • 42
1
vote
3 answers

how to use plone as a framework

I am creating a web app that allows people to debate topics. I started prototyping with Django and have a functional app. I have not yet decided on what framework to use. I've read about Plone the app and Plone the framework. I just can't seem to…
Johnd
  • 6,441
  • 9
  • 29
  • 22
1
vote
1 answer

plone 3.3.5 - test catalog query using last_login_time and date range index fails

I'm on Plone 3.3.5 and I'm writing some test for my package. In the test I need to retrieve all the PloneboardComment since user's last login time. This the code I'm using: class FunctionalTestSetup(base.FunctionalTestCase): [...] def…
simahawk
  • 2,421
  • 1
  • 16
  • 22
1
vote
2 answers

Load content via ajax in plone page

I'm working on a website which has been developed in plone. Now I'm facing an issue, I would like to load certain content from a template via an ajax call on normal Plone page(on some event trigger). Do I need to create any python script??If yes…
1
vote
1 answer

@@sharing view can remove roles that are site-wide, using acquire or other resource?

Suppose ADMINS is a group that has an Administrator role (site-wide). In a different context of the Plone site (/Plone/folder) I would like to use the @@sharing view, and remove all roles from the ADMINS group and add some custom ones: the problem…
1
vote
1 answer

Can't export a workflow from portal_setup

I've created a new workflow in portal_workflow (let's name it my_workflow), and I'm trying to export it using portal_setup without success. I've done this in the past with other workflows, and it worked like a charm. But, somehow, this last workflow…
1
vote
1 answer

Save objects to another instance in Plone 3.x

When creating an object (like News) programmatically in Plone 3.x is it possible save it to a folder in another instance?
Daniel Silva
  • 316
  • 1
  • 5
  • 10
1
vote
0 answers

ERROR ZODB.Connection Couldn't load state for 0x130f

2017-05-22T00:40:49 ERROR ZODB.Connection Couldn't load state for 0x130f Traceback (most recent call last): File "/usr/local/Plone/buildout-cache/eggs/ZODB3-3.8.3-py2.4-linux-x86_64.egg/ …
Tejas Gaykar
  • 91
  • 1
  • 8
1
vote
1 answer

ZConfig.SchemaResourceError: could not load package ZServer: No module named interfaces

iam using Plone4.3, i was working with the Plone themes.i changed the theme and restarted the Plonectl but suddenly i got this error > ZConfig.SchemaResourceError: could not load package ZServer: No module named interfaces
1
vote
1 answer

Why is the Plone data.fs file so large, will it effect performance?

Why is the Plone data.fs file so large, will it effect performance? on our current site the file is over 8GB. I recently took over dev of this project on a legacy Plone 3 installation and there are huge performance bottle necks on the database. My…
AndrewMcLagan
  • 13,459
  • 23
  • 91
  • 158
1
vote
1 answer

Is it possible to setup a Zeo cluster on Plone 3

We have a VERY high traffic site on a Plone 3 installation that is currently struggling under the load. We have scaled the server many times over and its now apparent this is not the bottle neck. Is it possible to setup a Zeo clustering server with…
AndrewMcLagan
  • 13,459
  • 23
  • 91
  • 158