No handler function given for directive

Can someone please explain what this error means?HTTP2120: no handler function given for directive
[112 byte] By [BrianTTU1a] at [2007-11-26 22:59:09]
# 1
That error indicates that there is a directive in an obj.conf configuration file that doesn't specify a function. That is, there's a line in obj.conf without an fn parameter.
elvinga at 2007-7-10 12:25:25 > top of Java-index,Web & Directory Servers,Web Servers...
# 2
Thanks for your help, I found the function not working correctly. The line was missing a double quote on the end after escape.
BrianTTU1a at 2007-7-10 12:25:25 > top of Java-index,Web & Directory Servers,Web Servers...