Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Converter FlatToSQLite Error #188

Closed
VladStarr opened this issue Aug 25, 2015 · 2 comments
Closed

Converter FlatToSQLite Error #188

VladStarr opened this issue Aug 25, 2015 · 2 comments

Comments

@VladStarr
Copy link

Hi.

When i'm trying to convert from flat-file to sqlite, plugin throws errors.

[16:04:41 WARN]: [AuthMe] ERROR: [SQLITE_ERROR] SQL error or missing database (table authme_accounts has 12 columns but 10 values were supplied)

I'm using sqlite database, i had converted it to mysql, using this commands:

/converter sqltoflat (with sqlite backend in config)
/converter flattosql (with mysql backend in config).

This works.

If I want to convert from mysql to sqlite, i'm using:

/converter sqltoflat (with mysql backend in config)
/converter flattosqlite (with sqlite backend in config)

As a result - the error above.
I don't use flat-file, because plugin says, that it's deprecated.

Please, fix that.
Also you can make simple converter - /converter sqlitetomysql and /converter mysqltosqlite :)

@VladStarr
Copy link
Author

I've found a solution.
On the next server startup it converts from flat to sqlite without errors.
But it's very slow...
I'll be glad to see working flattosqlite conversion in next update :)

@VladStarr VladStarr reopened this Aug 25, 2015
@sgdc3
Copy link
Member

sgdc3 commented Oct 3, 2015

@VladStarr Does it work now?

@Xephi Xephi closed this as completed Oct 19, 2015
@ActimelPL ActimelPL mentioned this issue Sep 3, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants