--> --> -->
 
 
<type 'exceptions.TypeError'>
Python 2.6.6: /usr/bin/python
Thu Jun 20 09:43:22 2013

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /is/htdocs/wp1053923_4QQ4FAV7W0/www/index.py in ()
 2003 #
 2004 #########################################################
 2005 if __name__ == '__main__':
 2006     globalPOST = cgi.FieldStorage()
 2007     cgiMain()
cgiMain = <function cgiMain>
 /is/htdocs/wp1053923_4QQ4FAV7W0/www/index.py in cgiMain()
 1930     #cgiMainHTMLShowProfile('00026')
 1931     if ( globalPOST.getvalue('eventID') != None ):
 1932         cgiMainHTMLShowEvent(globalPOST.getvalue('eventID'))
 1933     elif ( globalPOST.getvalue('profileID') != None ):
 1934         cgiMainHTMLShowProfile(globalPOST.getvalue('profileID'))
global cgiMainHTMLShowEvent = <function cgiMainHTMLShowEvent>, global globalPOST = FieldStorage(None, None, [MiniFieldStorage('eventID', '00025')]), globalPOST.getvalue = <bound method FieldStorage.getvalue of FieldStor...e, None, [MiniFieldStorage('eventID', '00025')])>
 /is/htdocs/wp1053923_4QQ4FAV7W0/www/index.py in cgiMainHTMLShowEvent(eventID='00025')
 1266     ## Sort content
 1267     eID = eventID
 1268     eCategory = event[1]
 1269     eName = event[2]
 1270     eSubName = event[3]
eCategory undefined, event = False

<type 'exceptions.TypeError'>: 'bool' object is unsubscriptable
      args = ("'bool' object is unsubscriptable",)
      message = "'bool' object is unsubscriptable"