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
Valter "TRB" - The Real Battle
Metroid Team, from Brazil
Crazy Taxi and Crazy Taxi 2 world champions
Just a guess...
When you get it to load try changing the maximum displayed hits to a lower value and the set it as default (maybe the query results can't be shown because they are too many).
I have the value set to 100 hits and never saw that error.
But if this is not the problem, then someone else will have to help you.
TRB_MetroidTeam wrote:Yes. It works! Thanks!
Is good because this "default" settings are "PC" based, and the above problem is only here in my at work PC.
Cool!
So, which value were you using that caused the error?