[Zope] Virtual Host breaks IssueTracker?
Dieter Maurer
dieter@handshake.de
Sat, 8 Feb 2003 11:42:18 +0100
Matthew Wilbert wrote at 2003-2-4 17:00 -0500:
> ...
> Is it a known thing that using virtual hosts breaks some products?
I do not know such products but it may be possible...
> ....
> Module Python expression "here.getRoot().title_or_id()", line 2, in f
> AttributeError: 'None' object has no attribute 'title_or_id'
Looks like "getRoot" returns "None".
Find this method's source and check why it behaves wrong.
Then fix it and file a collector entry.
Dieter