Massimo,
Not every time but after every 2 images i upload I get:
Error traceback
Traceback (most recent call last):
File "/opt/web2py/gluon/main.py", line 168, in wsgibase
int(request.env.content_length))
File "/opt/web2py/gluon/fileutils.py", line 165, in copystream
data=src.read(size)
File "/opt/web2py/gluon/wsgiserver.py", line 150, in read
data = self.rfile.read(size)
File
"/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/socket.py",
line 309, in read
data = self._sock.recv(recv_size)
timeout: timed out
I then go back and start a new record and then it submits fine.
Other times with my add page thus:
{{=self.create(db.foto,next='wiki/add')}}
I get an error:
Internal Error
You are seeing this page not because of an error in the code but
because one of the page components is redirecting you here. It may be
a workflow issue. Make sure you components have the proper "next"
attribute.
after clicking submit, but the edit takes fine. Other times I don't
get this error.
maybe this is cherrypy - i'll try wsgi/apache tomorrow.
-wj
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---