You do not have permission to upload files.
Your access authority: W
Authority required: C
Please contact the WebMaster if you believe this to be an error.
You may need to login. --> -->
 
 
<type 'exceptions.NameError'>
Python 2.7.5: /usr/bin/python
Wed Apr 24 23:28:54 2024

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

 /home/topicsin/public_html/cgi-bin/sews_upld.py in ()
     90     print 'You may need to <a href="/sews_login.html">login.</a>'
     91     print '</body></html>'
=>   92     write_log(dir_data,'UPLD: '+username+' '+user_permission+' DENIED')
     93     sys.exit(1)
     94 
write_log undefined, dir_data = '../cgi-bin/data/', username = '', user_permission = 'W'

<type 'exceptions.NameError'>: name 'write_log' is not defined
      args = ("name 'write_log' is not defined",)
      message = "name 'write_log' is not defined"