Do you have a debug log file where we could see in detail what the problem might be?
Yes! Here’s what I’m getting in my debug log (let me know if this is enough of the log – I’m just seeing these lines of code repeated):
[15-May-2018 21:44:31 UTC] WordPress database error Specified key was too long; max key length is 767 bytes for query CREATE TABLE wpu0_wpb2d_excluded_files (
file varchar(255) NOT NULL,
isdir tinyint(1) NOT NULL,
UNIQUE KEY file (file)
) made by do_action(‘admin_init’), WP_Hook->do_action, WP_Hook->apply_filters, wpb2d_init, wpb2d_install, dbDelta
[15-May-2018 21:44:39 UTC] WordPress database error Specified key was too long; max key length is 767 bytes for query CREATE TABLE wpu0_wpb2d_processed_files (
file varchar(255) NOT NULL,
offset int NOT NULL DEFAULT 0,
uploadid varchar(50),
UNIQUE KEY file (file)
) made by require_once(‘wp-admin/admin.php’), do_action(‘admin_init’), WP_Hook->do_action, WP_Hook->apply_filters, wpb2d_init, wpb2d_install, dbDelta
[15-May-2018 21:44:39 UTC] WordPress database error Specified key was too long; max key length is 767 bytes for query CREATE TABLE wpu0_wpb2d_processed_dbtables (
name varchar(255) NOT NULL,
count int NOT NULL DEFAULT 0,
UNIQUE KEY name (name)
) made by require_once(‘wp-admin/admin.php’), do_action(‘admin_init’), WP_Hook->do_action, WP_Hook->apply_filters, wpb2d_init, wpb2d_install, dbDelta
[15-May-2018 21:44:39 UTC] WordPress database error Specified key was too long; max key length is 767 bytes for query CREATE TABLE wpu0_wpb2d_excluded_files (
file varchar(255) NOT NULL,
isdir tinyint(1) NOT NULL,
UNIQUE KEY file (file)
) made by require_once(‘wp-admin/admin.php’), do_action(‘admin_init’), WP_Hook->do_action, WP_Hook->apply_filters, wpb2d_init, wpb2d_install, dbDelta
Hi @hannahrosecreative
This is not really related to our plugin. We do not create extra database tables.