-
We've been troubled by an issue for the past few months where all instances on our machines get stuck at 100% CPU usage. A typical machine has 5 instances and zeo, 2 CPUs (2.4GHz) and 8G RAM. We could…
-
## BUG/PROBLEM REPORT / FEATURE REQUEST
### What I did:
mkdir Plone6 && cd Plone6
virtuanenv-3.9 zinstance
cd zinstance
bin/pip install zc.buildout
cat >buildout.cfg
n12i updated
3 months ago
-
_TL;DR: WebDAV is broken in Plone 6 when VirtualHostMonster is used. It worked fine in Plone 5._
Context: I need VHM to work because I need clients to have DAV file manage access *exclusively* to …
-
https://github.com/collective/collective.z3cform.datagridfield/blob/b8f83531aad8f46678f1db715ded5d890ce68393/src/collective/z3cform/datagridfield/configure.zcml#L80
Shouldn't be `collective.z3cform…
yurj updated
4 months ago
-
I think we need a big list of small volto rules. Things that only need one line, just the rule. These are very much context dependent rules, maybe not known, obscure, whatever. Let's try to document t…
-
## BUG/PROBLEM REPORT (OR OTHER COMMON ISSUE)
### What I did:
Step to reproduce on a vanilla plone4, plone5.2 or plone6 classic:
1. create a folder BAR
2. create a page BAZ inside BAR
3. Pu…
-
https://6.dev-docs.plone.org/install/install-from-packages.html
run : cookiecutter https://github.com/collective/cookiecutter-plone-starter
raise error:
Running sanity checks
- Python: ✓
- …
-
I got an error as below on Plone 6.
```
zope.configuration.exceptions.ConfigurationError: ('Unknown directive', 'http://namespaces.zope.org/zope', 'includeDependencies')
...
../eggs/cp38/collect…
-
As part of a Plone 6.0.8 import migration, I get this reproducible ZEO error for *some* content-types. While the handling and the code for all content-types are identical, a few content types raise th…
zopyx updated
11 months ago
-
The option `vcs` when defining a package allows to specify various formats including `fs` (filesystem, i.e. running it will not pull or update).
Supported options are bzr, darcs, fs, git, gitsvn, hg…