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

Database table existence #26

Closed
brianlee389 opened this issue Jun 1, 2015 · 3 comments
Closed

Database table existence #26

brianlee389 opened this issue Jun 1, 2015 · 3 comments
Assignees

Comments

@brianlee389
Copy link
Collaborator

The plugin doesn't check if your database table exists.
And if it doesn't exist, it should add a database table that is needed.
wp_snowball_articles and wp_snowball_blocks are the tables that need to be added.

@sukritchhabra
Copy link
Collaborator

Tables do not exist after Deactivation.
Tables do not exist after Activation.
Tables do not exist after Update Post. None of the changes made are saved.

[No Error messages displayed]

@thomaspark
Copy link
Owner

@sukritchhabra, @brianlee389, did we get this working on Windows?

@sukritchhabra
Copy link
Collaborator

dberror

  • Fixed by changing
/** Database Charset to use in creating database tables. */
define('DB_CHARSET', 'utf8_unicode_ci');

to

/** Database Charset to use in creating database tables. */
define('DB_CHARSET', 'utf8');

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants