Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

All other Modules /

Discuss all other Modules here.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

External Auth corrupts my database on dev/build


Go to End


1468 Views

Avatar
patrik

Community Member, 9 Posts

23 April 2010 at 9:24pm

Edited: 23/04/2010 9:24pm

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!