-
```
Trying GetPaid buildout from trunk, rev 1225, I get a traceback if I enter
a city with a name that has non-ASCII characters, for example my place of
residence, "Linköping". Here's the traceback:
…
-
```
What steps will reproduce the problem?
1. checkout with a cart containing a product with a title containing an
accentuated character
What is the expected output?
expected redirection to paypal
…
-
I had collective.folderishtraverse installed to test it, but removed it afterwards. Whenever I now try to edit a static portlet under mysite/@@manage-portlets, I get the following traceback.
This doe…
-
```
Trying GetPaid buildout from trunk, rev 1225, I get a traceback if I enter
a city with a name that has non-ASCII characters, for example my place of
residence, "Linköping". Here's the traceback:
…
-
```
What steps will reproduce the problem?
1. checkout with a cart containing a product with a title containing an
accentuated character
What is the expected output?
expected redirection to paypal
…
-
```
While rendering the view of an ATDocument derived type I receive the following:
2010-10-28 08:59:20 INFO Zope Ready to handle requests
2010-10-28 09:00:22 ERROR Zope.SiteErrorLog 1288252822.290.5…
-
```
What steps will reproduce the problem?
1. checkout with a cart containing a product with a title containing an
accentuated character
What is the expected output?
expected redirection to paypal
…
-
While trying 'View Audit Log' I get this error:
`2018-09-14 11:45:30 INFO CMFQuickInstallerTool Multiple extension profiles found for product collective.fingerpointing. Used profile: collective.fing…
-
### What I did:
I sent an XHR call to zope like this:
```
const resp = await fetch("@@backend", {
headers: {
"Content-Type": "application/json",
},
method: "POST",
bo…
-
How to make the forms input just 1 time
if already filled then show the filled forms
i know theres a onOpenDocument event
i tried some solution from
https://github.com/plomino/Plomino/issues/456
but…