tablemanager.mysql has an error for table tablemanager_data:

tid int(11) NOT NULL default '', should be tid int(11) NOT NULL default '0,

Also, I am getting a "The specified field contains some illegal code." for a unharmful first name last name string.

(Very useful module!!!)

Comments

pobster’s picture

Noted - yes I have declared NOT NULL and then gone right ahead and given a NULL default - DOH! Yes, I'lll correct that tonight when I get a minute. As for your other problem, what are you trying to input? I confess that the code that checks user input is AWFUL and I'm going to change it to not even bother returning an error and just work on the filter_form system as normal nodes do. Just how to implement it properly is troubling me... Anyways, yes - please get back to me.

Thanks

Pobster

pobster’s picture

Assigned: Unassigned » pobster
Status: Active » Fixed
pobster’s picture

Hi, please test with the new version released today (1.21)

Thanks

Pobster

pobster’s picture

Status: Fixed » Closed (fixed)