MARP site problem
Posted: Wed Jun 29, 2005 1:23 pm
Two consecutive days... in the top part, the "UP LOADS" links... When clicking in "UP" is ok... but "LOADS" return the follow error:
Code: Select all
Your request required more memory than is available.
--------------------------------------------------------------------------------
File "/sites/retrogames.com/marp/main.py", line 384, in main
search.do_search(cmd_line)
File "/sites/retrogames.com/marp/search.py", line 941, in do_search
data = database.select_allscores(where_clauses, joins, sort, maxlines, ignore_string)
File "/sites/retrogames.com/marp/database.py", line 246, in select_allscores
ret = run_query(query, debug)
File "/sites/retrogames.com/marp/database.py", line 86, in run_query
cursor.execute(query)
File "/usr/lib/python2.3/site-packages/MySQLdb/cursors.py", line 95, in execute
return self._execute(query, args)
File "/usr/lib/python2.3/site-packages/MySQLdb/cursors.py", line 114, in _execute
self.errorhandler(self, exc, value)
File "/usr/lib/python2.3/site-packages/MySQLdb/connections.py", line 33, in defaulterrorhandler
raise errorclass, errorvalue