-
|| powdahound reported|
|-|-|
|Trac ID|trac#3865|
|Type|enhancement|
|Created|2009-06-04 03:07:59Z|
There is currently no (easy) way to debug what may be causing a twisted plugin from being detected …
-
```
What steps will reproduce the problem?
1. Log in (or register)
2. Put something in your cart
3. Restart Zope
What is the expected output? What do you see instead?
The site won't work for pages wh…
-
I followed all the instruction but getting message: Illegal instruction (core dumped)
-
first message is succeed but further messages throw this exception:
```
2018-08-09 15:25:32,937 - WARNING - server - Application instance for connection took too long to shut down and was killed.
…
-
see
- https://github.com/plone/plone.recipe.zope2instance/issues/188
- https://github.com/Pylons/waitress/issues/396
-
I have touch this file :
cat /etc/mediaproxy/config.ini
[Relay]
dispatchers = 192.168.88.10
passport = None
relay_ip = 192.168.88.10
port_range = 50000:60000
[Dispatcher]
socket_path = dispa…
-
When I run a buildout with sendpickedversions, I will get a KeyError on my Whiskers server:
```
Traceback (most recent call last):
File "/usr/lib/python2.7/wsgiref/handlers.py", line 85, in run
…
-
2024-08-19 12:03:19,269 ERROR [waitress:435][waitress-0] Exception while serving /sagl/cadastros/materia/sapl_documentos/materia_odt/externalEdit_/72109_texto_integral.odt.zem
Traceback (most recen…
-
For working from sync test cases, or for working from the console, it'd be useful to be able to acquire a synchronous interface onto a connection.
Eg.
```python
database = Database(DATABASE_URL…
-
I have an application where image scales are heavily used, and once they are generated they are stored forever, even when they are not useful anymore.
So I'm thinking about implementing a new `IIm…