4
And you get your message in this block during install?
Quote:
SQL file found at xxx/modules/myalbum/sql/myalbum.sql
Creating tables...
Table xoops_myalbum_cat created
Table xoops_myalbum_photos created
Table xoops_myalbum_text created
Table xoops_myalbum_votedata created
Module data inserted successfully. Module ID: 11
Adding templates...
I believe your mysql.sql is not correctly uploaded.
There should be some lines in that reads:
res_x int(11) NOT NULL default '0',
res_y int(11) NOT NULL default '0',
and not:
res_x int(11) NOT NULL default '',
res_y int(11) NOT NULL default '',