Database error:

Latest redm server version, running vorp recipe.
Been running fine, added some resources, running fine, then this starts appearing in console. Also stores can’t sell, just jams player up.

[ script:oxmysql] Warning: vorp_inventory executed a query with an oversized result set (1050 results)!
[script:oxmysql] SELECT * FROM items

The warning explains the problem: your query is too broad and is returning too many results. Narrow down your query with the WHERE clause.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.