• Hi… when updating Plugin Organiser to v9.2.1 I see the following PHP error logged.
    Thereafter, it seems to work as expected.

    Thanks of the good work.

    WordPress database error Specified key was too long; max key length is 1000 bytes for query ALTER TABLE w96r_po_plugins MODIFY post_type varchar(50) NOT NULL DEFAULT ”; made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, PluginOrganizer->init, PluginOrganizer->check_version, PluginOrganizer->activate

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jeff Sterup

    (@foomagoo)

    The collation on your table must be making the key too large. I use utf8_general_ci as the default on my database.

    Thread Starter Antipole

    (@antipole)

    Don’t really understand the implications.
    Do I need to do anything about this?

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘PHP error on update’ is closed to new replies.