2
I solved the issues.
In all sql-files under /sql i went to the CREATE_ALBUM myalbumX..
and changed:
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',
i.e. added a zero. And then it worked! Yes, it's a good idea to surf around a bit and look what others have done.