--> --> -->
 
 
<type 'exceptions.TypeError'>
Python 2.6.6: /usr/bin/python
Sat May 25 20:43:39 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 ()
 2000 #
 2001 #########################################################
 2002 if __name__ == '__main__':
 2003     globalPOST = cgi.FieldStorage()
 2004     cgiMain()
cgiMain = <function cgiMain>
 /is/htdocs/wp1053923_4QQ4FAV7W0/www/index.py in cgiMain()
 1927     #cgiMainHTMLShowProfile('00026')
 1928     if ( globalPOST.getvalue('eventID') != None ):
 1929         cgiMainHTMLShowEvent(globalPOST.getvalue('eventID'))
 1930     elif ( globalPOST.getvalue('profileID') != None ):
 1931         cgiMainHTMLShowProfile(globalPOST.getvalue('profileID'))
global cgiMainHTMLShowEvent = <function cgiMainHTMLShowEvent>, global globalPOST = FieldStorage(None, None, [MiniFieldStorage('eventID', '00007')]), globalPOST.getvalue = <bound method FieldStorage.getvalue of FieldStor...e, None, [MiniFieldStorage('eventID', '00007')])>
 /is/htdocs/wp1053923_4QQ4FAV7W0/www/index.py in cgiMainHTMLShowEvent(eventID='00007')
 1263     ## Sort content
 1264     eID = eventID
 1265     eCategory = event[1]
 1266     eName = event[2]
 1267     eSubName = event[3]
eCategory undefined, event = False

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