2,877 questions
Score of 1
1 answer
95 views
Plone: How to Create/rename a folder that begins with a dot?
I need to create a folder that starts with a "." (dot), ".well-known/", in order to verify the client's Bluesky handle, not using the DNS panel.
But it seems that by default Plone ...
Score of 0
1 answer
93 views
Plone REST API - Filtering search results using a value inside an object
I am trying to use @search or @querystring-search endpoints to limit the response to include only items with priority.token = 1.
An item includes a priority object as follows:
"priority": {
...
Score of 0
1 answer
42 views
Reset (remove) blocks and blocks_layout values
I have some news items imported from Plone 4 to Plone 6 and I discovered a bug when trying to edit an old item. Edit - save - edit... and the items is broken with some strange values on blocks - ...
Score of 1
0 answers
90 views
Issues when installing Plone 6 CMS through Pipx Cookiecutter
I'm trying to install Plone following the suggested steps on their website. I've ensured that all dependencies are installed and working. I've also installed Pipx and Cookiecutter subsequently, and I ...
Score of 0
1 answer
67 views
How to access plone 6 site from console script?
In setup.py of my plone add-on I defined a console script do_something:
entry_points="""
...
[console_scripts]
do_something = my.addon.scripts.do_something
.....
Score of 1
1 answer
68 views
Is it possible to define a vocabulary based on terms saved in annotations?
Context: I have a simple way to save some json data in annotations (on portal object). This definitions sometimes changes so I just upload the new json.
I'm trying to create a behavior for my content ...
Score of 1
1 answer
99 views
Remove all jobs from plone.app.async queue
I have a lot of jobs in the queue and I just want to empty it, instead of waiting for them. So I managed to access pdb and this is what I tried:
from zope.component import queryUtility
from plone.app....
Score of 1
0 answers
100 views
How to add view access to members in plone
We installed the FullCalendar plugin in Plone 6 and it works perfect for the admin account or when no-one is logged in the systems, but when members login they can only see a "+ and -" signs ...
Score of 4
1 answer
191 views
Plone Error After Migration: KeyError('language',)
I have a Plone database compatible with version 3.2.2. I ran Plone version 4.3 in a docker image and upgraded (to 4.3). The migration completed successfully (or at least a message I got at the end ...
Score of 2
3 answers
227 views
Exporting data from a .fs file. Plone 3.3.5
I just got a task saying "See what you can do with this".
I have a 24GB Plone 3.3.5 folder containing a Data.fs file.
No idea what to do with it. No relevant results.
The Plone is 13 years ...
Score of 2
1 answer
210 views
How do I create a plone and volto project
so, I'm participating on a interview and the goal is to create a simple component in plone/volto but I don't have any idea on how to do this... I know how to write the code but can't even get to do ...
Score of 1
1 answer
427 views
Manually start plone 6 instance inside docker container
Based on example here I added entrypoint: sh -c 'tail -f /dev/null':
version: "3"
services:
backend:
image: plone/plone-backend:6.0
restart: always
environment:
...
Score of 2
0 answers
435 views
Plone 6 Volto generate app - Cannot find module 'is-ci'
This question is related to Plone 6, specifically when attempting to create a new Volto app.
Following this documentation I am attempting to generate a new Volto project using Yeoman.
I have the ...
Score of 0
2 answers
1426 views
Pressing Enter key on input field does not work as expected
I have a form that uses a calendar with an input field. For some reason when I press the Enter key while on the input field it doesn't submit the form. Instead the focus is moved onto the calendar ...
Score of -2
1 answer
187 views
Couldn't find index page for 'ploneconf.site' (maybe misspelled?)
Hi i am following the mastering plone6 training. On:https://training.plone.org/5/mastering-plone/index.html#mastering-plone-label
I am trying to install plone on my computer and i am following these ...