4
In the SQL file, change:
res_x int(11) NOT NULL default '',
res_y int(11) NOT NULL default '',
to
res_x int(11) NOT NULL default '0',
res_y int(11) NOT NULL default '0',
as these values cannot be NULL
I believe this has been fixed in the latest version.
A thread is for life. Not just for Christmas.