HI, very excited about this module, running into some problems:
1. Started to create new content - a table. Wanted 3 columns, just text as data type.
2. I got to the interface where you name the headers mine were: Full Name | Organization | FTE
3. I clicked create and got these errors:
user warning: Out of range value adjusted for column 'tid' at row 1 query: INSERT INTO tablemanager (tid, uid, name, description, header) VALUES ('', 1, 'Section 1 - Staffing', '', 'a:3:{i:0;a:4:{s:4:\"data\";s:9:\"Full Name\";s:4:\"type\";s:1:\"1\";s:8:\"required\";N;s:5:\"field\";s:1:\"1\";}i:1;a:4:{s:4:\"data\";s:12:\"Organization\";s:4:\"type\";s:1:\"1\";s:8:\"required\";N;s:5:\"field\";s:1:\"2\";}i:2;a:4:{s:4:\"data\";s:22:\"FTE Devoted to Project\";s:4:\"type\";s:1:\"1\";s:8:\"required\";N;s:5:\"field\";s:1:\"3\";}}') in C:\Inetpub\wwwroot\drupal\includes\database.mysql.inc on line 172.
Comments
Comment #1
pobster commentedHeh goose ;o) Hope that's a Top Gun reference, if not I'm showing my age!
Are you using mysql or ... the other one, whatever it's called... It seems that your auto incrementing tid column isn't auto incrementing?
Pobster
Comment #2
goose2000 commentedHey, yeah it is MySQL db, 5.0.19 . Tables are there, tablemanager & tablemanager_data.
Seems like I just set something up bad maybe...
hehe - yeah cheese stolen nickname
Comment #3
pobster commentedDo you have phpmyadmin installed? Perhaps take a look at the structure and check that the auto increment part is set? If not... Set it? Should be fine?
The new version of Tablemanager I'm currently coding doesn't use auto incrementing any more so I won't bother to fix this version. Newer version is far flashier anyways ;o)
Pobster
Comment #4
goose2000 commentedI looked at tablemanager_data, its tid is not auto increment? That probably makes sense though?
Comment #5
pobster commentedAh nope it's the tablemanager table which has the error, that's the one which needs the tid to be auto incrementing. I've a horrible feeling that I've mismatched the .install files though... I've not checked... I'm wondering whether the .install file is for the new version and I've messed up somewhere along the line...
Pobster
Comment #6
pobster commentedClosed due to there not being a problem after testing (and no follow up?) Probably down to user error?
Pobster