Author: M.Nordhoff (19 Dec 08 8:49pm)
On a semi-related note, I also once saw the Python script traceback, but I can't find any record of the corresponding request in my access log.
2008-09-28 06:36:47: (log.c.75) server started
Traceback (most recent call last):
File "/path/to/phpot.py", line 360, in <module>
from_cgi()
File "/path/to/phpot.py", line 355, in from_cgi
print _makeHTML( settings )
File "/path/to/phpot.py", line 328, in _makeHTML
directives[ 4 ] and _getEmailHTML( emailmethod, email ) or "",
File "/path/to/phpot.py", line 169, in _getEmailHTML
1: _formatHTML( __EMAIL1A + m + __EMAIL1B + m + __EMAIL1C ),
TypeError: cannot concatenate 'str' and 'NoneType' objects
(that being the PHPot script on my "c" hostname)
|