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

pobster’s picture

Heh 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

goose2000’s picture

Hey, 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

pobster’s picture

Do 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

goose2000’s picture

I looked at tablemanager_data, its tid is not auto increment? That probably makes sense though?

pobster’s picture

Ah 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

pobster’s picture

Status: Active » Closed (fixed)

Closed due to there not being a problem after testing (and no follow up?) Probably down to user error?

Pobster