2
I encountered the same problem.
You will have to edit the sql files found in the SQL folder of the myAlbum module.
In each of the files, change these lines:
res_x int(11) NOT NULL default '',
res_y int(11) NOT NULL default '',
to read
res_x int(11) NOT NULL default '0',
res_y int(11) NOT NULL default '0',
That should work.