I have been using the External Auth module for some time now. It works just fine, except when i do a dev/build. Then it always corrupts my member table. Resulting in me have to drop that table, and do a new dev/build. This is getting really annoying.
Here is the error:
[User Error] Couldn't run query: ALTER TABLE `Member` DROP INDEX `External_UserID`, ADD index `External_UserID` (External_UserID) Incorrect key file for table 'Member'; try to repair it
My environemnt:
Ubuntu 9.10 Karmic
mysqld Ver 5.1.37-1ubuntu5.1 for debian-linux-gnu on i486 ((Ubuntu))
PHP 5.2.10-2ubuntu6.4 with Suhosin-Patch 0.9.7 (cli) (built: Jan 6 2010 22:41:56)
I really hope someone can help me with this!