The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
Database Integrity Error - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5) +--- Thread: Database Integrity Error (/showthread.php?tid=903) |
Database Integrity Error - sandrews - Oct 28th, 2010 First, I would like to say that I absolutely love Form Tools! Thanks so much for all of your hard work, Ben! I just updated my core & modules to 2.04 and decided to try the database integrity module. It came up with one error in the core: FORM TOOLS CORE - ft_hooks - Invalid column: action_location - is: enum('start','end') - should be: varchar(100) Can I / should I just change the column type to varchar(100) to correct this? RE: Database Integrity Error - Ben - Oct 28th, 2010 Hi sandrews, You're very welcome! Hope it comes in handy. ![]() Quote:Can I / should I just change the column type to varchar(100) to correct this? Yup! Exactly. Then just re-run the test to confirm that it's fixed. It looks like there was a problem with an earlier version of Form Tools in which that field wasn't properly updated. This problem has been reported by others. Thanks! ![]() - Ben |