-
- [ ] Zope 4 ZMI: some links do not work when Zope is deployed under a prefix (e.g. "/api") https://github.com/zopefoundation/Zope/issues/788
- [ ] Write on Reads (Plone REST API GET requests) https…
-
Plone 5.2, Python 3.6.
We perform a migration import over plone.restapi.
Each uploaded file results in warning on the console
/home/ajung/sandboxes/ugent-portaal-plone-4x/eggs/ZODB-5.5.1-py3.…
zopyx updated
2 years ago
-
Plone 5.1 spits out the following messages as part of migration using plone.restapi
```
If you insist and want to get rid of this warning, use the
large_record_size option of the ZODB.DB construc…
zopyx updated
4 years ago
-
```
After persistence, implement APIs like:
https://mail.zope.org/pipermail/zodb-dev/2010-June/013491.html
```
Original issue reported on code.google.com by `d...@shoutis.org` on 23 Jun 2010 at 9:2…
-
While debugging an issue with @pysailor we found that a try/except in `getPathForOID` is masking an `OSError` with an `AssertionError`:
https://github.com/zopefoundation/ZODB/blob/8f5ac63a3d8b4611bcb…
-
Hi, lines 100 and 107 in Portal.py in Products.CMFPlone 5.2.6 call "setattr(...)" - this causes a transaction commit and will fail when the Plone Site is being served from a ReadOnly database:
```2…
-
```
After persistence, implement APIs like:
https://mail.zope.org/pipermail/zodb-dev/2010-June/013491.html
```
Original issue reported on code.google.com by `d...@shoutis.org` on 23 Jun 2010 at 9:2…
-
Currently there are several places where POSKeyError is described and fixes/debugging procedures are explained.
We should consolidate all those into one section only. It will make it easier to kee…
-
After watching the video @datakurre made where he showed how many conflicts you'll get using multiple workers and having the same problem on a custom project here i thought about how we could reduce a…
saily updated
10 years ago
-
Currently you must specify `zodb-temporary-storage = off` in Plone 6, otherwise you get an error at startup:
```
$ bin/instance fg
Error: unknown type name: 'temporarystorage'
(line 32 in file:/…