Hi,
Running into a bit of trouble when I try to import the sql file (INSTALL_v3.000.sql) for Dynamic Mopics v3.000. I'm using phpmyadmin to import it to a mySQL 5.0 DB (new install). Couldn't find a similiar error when I did a search in the forums.
I get the following error:
Error
SQL query:
INSERT INTO `configuration_group`
VALUES (
'', 'Dynamic MoPics', 'The options which configure Dynamic MoPics.', '1', '1'
);
MySQL said:
#1264 - Out of range value adjusted for column 'configuration_group_id' at row 1
Thanks in advance.