python 1.5.2 cgi.py and os.py error

H

Holly

Hello List,

My windows laptop configured as: XP, Python 1.5.2, MySQL 4.0.9 and
Appache 1.3.17

A form ("Post" has been used) has a product list with about 400
products. The user checks each item he wants and place an order. NOw
when they hit "Place Order" or "Cancel Order" , apache pops an error
in log:


[Wed Jul 09 14:33:11 2003] [error] [client 127.0.0.1] Premature end of
script headers: c:/program files/apache
group/apache/htdocs/usa/order.py
[Wed Jul 09 14:33:11 2003] [error] [client 127.0.0.1] Traceback
(innermost last):

[Wed Jul 09 14:33:11 2003] [error] [client 127.0.0.1] File
"c:\PROGRA~1\APACHE~1\apache\htdocs\usa\order.py", line 1923, in ?

[Wed Jul 09 14:33:11 2003] [error] [client 127.0.0.1] Main()

[Wed Jul 09 14:33:11 2003] [error] [client 127.0.0.1] File
"c:\PROGRA~1\APACHE~1\apache\htdocs\usa\order.py", line 1892, in Main

[Wed Jul 09 14:33:11 2003] [error] [client 127.0.0.1] form =
FormContent() # handle stdin parsing

[Wed Jul 09 14:33:11 2003] [error] [client 127.0.0.1] File
"C:\usr\bin\lib\cgi.py", line 1097, in __init__

[Wed Jul 09 14:33:11 2003] [error] [client 127.0.0.1] self.dict =
parse(environ=environ)

[Wed Jul 09 14:33:11 2003] [error] [client 127.0.0.1] File
"C:\usr\bin\lib\cgi.py", line 528, in parse

[Wed Jul 09 14:33:11 2003] [error] [client 127.0.0.1]
environ['QUERY_STRING'] = qs # XXX Shouldn't, really

[Wed Jul 09 14:33:11 2003] [error] [client 127.0.0.1] File
"C:\usr\bin\lib\os.py", line 243, in __setitem__

[Wed Jul 09 14:33:11 2003] [error] [client 127.0.0.1] putenv(key,
item)

[Wed Jul 09 14:33:11 2003] [error] [client 127.0.0.1] OSError: (0,
'Error')

If I delete more than ten records in the product table, the error
disappears. Any ideas?

Thanks in advance.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,901
Latest member
Noble71S45

Latest Threads

Top