Home Page
About Us Children Adults Spiritual Life Try Us Schedule Location Contact Us
 

 

 

Send email to a Shaarei Shamayim Officer

Your Name*:

Your Email Address*:

--> -->
 
 
<type 'exceptions.IndexError'>
Python 2.6.4: /usr/local/bin/python
Sat Sep 4 20:21:56 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.

 /home/shamayim/cgi-bin/templemail.cgi in ()
   46         print '<p>Your Name*:<INPUT TYPE=TEXT NAME=person SIZE=50 MAXLENGTH=1024></p>'
   47         print '<p>Your Email Address*:<INPUT TYPE=TEXT NAME=email SIZE=50 MAXLENGTH=1024></p>'
   48         print '<p>To: <SELECT NAME=Officer> <OPTION Value=%s>%s</OPTION></SELECT></p>'%(officer[0],officer_format)
   49         print '<p>Subject*:<INPUT TYPE=TEXT NAME=subject SIZE=75 MAXLENGTH=1024 VALUE="Mail through www.shamayim.org"></p>'
   50 
officer = '', officer_format = ''

<type 'exceptions.IndexError'>: string index out of range
      args = ('string index out of range',)
      message = 'string index out of range'