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
Fri Apr 19 01:13:25 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/livmaths/public_html/cgi-bin/sews_upld.py in ()
    104     print 'You may need to <a href="/sews_login.html">login.</a>'
    105     print '</body></html>'
=>  106     write_log(dir_data,'UPLD: '+username+' '+user_permission+' DENIED')
    107     exit(1)
    108 
write_log = <function write_log>, dir_data undefined, username = '', user_permission = 'W'

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