Guest User

Untitled

a guest
Jun 20th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. File "/home/mark/work/foto/user.py", line 243, in proxyfunc
  2. return func(self, *args, **kw)
  3. File "/home/mark/work/foto/app.py", line 597, in GET
  4. foto = popdb.query('select * from fotos where id=$id',vars=locals())
  5. File "/home/mark/work/common/web/db.py", line 600, in query
  6. self._db_execute(db_cursor, sql_query)
  7. File "/home/mark/work/common/web/db.py", line 551, in _db_execute
  8. for x in sql_query.values()])
  9. File "/usr/lib/python2.5/site-packages/DBUtils-0.9.4-py2.5.egg/DBUtils/SteadyDB.py", line 335, in tough_method
  10. result = method(*args, **kwargs) # try to execute
  11. DataError: invalid input syntax for integer: "15 nice view"" while reading upstream, client: 208.74.66.43, server: fotoroll.com, request: "GET /f/15%20nice%20view HTTP/1.1", upstream: "fastcgi://216.129.113.184:6505", host: "fotoroll.com"
Add Comment
Please, Sign In to add comment