--> --> -->
 
 
Exception
Python 2.4.4: /usr/bin/python2.4
Fri Mar 12 07:22:41 2010

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

 /kunden/homepages/17/d30704600/htdocs/cms.cgi
  697         
  698     return html_page
  699 
  700 out = main()
  701 out.prnt()
out undefined, main = <function main>
 /kunden/homepages/17/d30704600/htdocs/cms.cgi in main()
  649 
  650     if current_menu_entry is None:
  651         raise Exception("Illegal path: %s" % URL.page_path())
  652     
  653     if current_menu_entry.redirect_id is not None:
builtin Exception = <class exceptions.Exception>, URL = <util.URL instance>, URL.page_path = <bound method URL.page_path of <util.URL instance>>

Exception: Illegal path: ['Arbeitsbereiche', 'Seniorenzentren', 'Halver', 'Dementenbetreuung']
      args = ("Illegal path: ['Arbeitsbereiche', 'Seniorenzentren', 'Halver', 'Dementenbetreuung']",)