Trouble Installing – Includes possible fix
-
When activating the plugin on a fresh install of WP, there is a PHP error thrown:
[25-Nov-2013 16:11:05 UTC] WordPress database error BLOB/TEXT column ‘description’ can’t have a default value for query CREATE TABLE IF NOT EXISTS wp_oauth_api_consumers (
id bigint(20) UNSIGNED NOT NULL auto_increment,
name tinytext NOT NULL,
oauthkey tinytext NOT NULL,
secret tinytext NOT NULL,
description tinytext NOT NULL DEFAULT ”,
PRIMARY KEY (id)
) DEFAULT CHARACTER SET utf8; made by require_once(‘C:\www\www.regradschool.local\wp-load.php’), require_once(‘C:\www\www.regradschool.local\wp-config.php’), require_once(‘C:\www\www.regradschool.local\wp-settings.php’), include_once(‘C:\www\www.regradschool.local\wp-content\plugins\oauth-provider\oauth-provider.php’), WP_OAuthProvider->__construct, WP_OAuthProvider->activation, WP_OAuthDataStore->create_tablesI had to change the column for description from tinytext to a varchar(100) just to get it working.
- The topic ‘Trouble Installing – Includes possible fix’ is closed to new replies.