(Apr 4th, 2009, 3:21 PM)Ben Wrote: Do you mean you were unable to alter the tables or the modifications didn't solve the problem?
- Ben
I'm able to modify the tables but not to the extent that your SQL statements dictated. Maybe my version of phpMyAdmin is limited? I'm not sure. But, for example, I couldn't see how to alter ft_action_location to include all the utf8 stuff. I changed it to VARCHAR (100) but that's as far as I got.
I did figure out how to add the ('code', 'template') to the ENUM on the ft_hook_type table just by reading a little bit of SQL documentation.
So I guess the answer is, I sort of half-assed changed the tables but not as much as I needed to. I'll give it another whirl after dinner. Thanks again...
(Apr 4th, 2009, 3:21 PM)Ben Wrote: Do you mean you were unable to alter the tables or the modifications didn't solve the problem?
- Ben
I forgot to add that adding the ft_hook_type ENUM('code', 'template') did get rid of the error message. But I haven't done anything further with the FormTools2 Beta to see if I've screwed anything up in my attempt to alter those other tables...