Forum Replies Created
-
In reply to: Import from PhpBB Issues – WordPress database error
Trying to make sense of what Stephen provided… Is this something I need to update in bbpress/includes/admin/converter/phpBB.php
???In reply to: Import from PhpBB Issues – WordPress database errorThank you guys for not giving up on me!
I hope I’m giving you the right information… Went into phpMyAdmin. Clicked on the database running the WordPress install, clicked on Operations.
Under Collation it says: latin1_swedish_ci
In reply to: Import from PhpBB Issues – WordPress database errorI only had about 10 plugins running. I closed down everything but BBPress, your toolkit, and a simple “under construction” page. No white/blacklisting that I know of…
Re-ran, gave the same issue:
WordPress database error: [Specified key was too long; max key length is 1000 bytes]
CREATE TABLE wp_bbp_converter_translator ( meta_id mediumint(8) unsigned not null auto_increment, value_type varchar(25) null, value_id bigint(20) unsigned not null default ‘0’, meta_key varchar(255) null, meta_value varchar(255) null, PRIMARY KEY (meta_id), KEY value_id (value_id), KEY meta_join (meta_key, meta_value) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ciIn reply to: Import from PhpBB Issues – WordPress database errorVia your plugin: PHP version 5.3.29
In reply to: Import from PhpBB Issues – WordPress database errorI think I’m pulling the right info…
MySQL server version: 5.5.42-37.1
On the PhP Back end…
Under “Web Server” it says:
Database client version: libmysql – 5.1.73On phpMyAdmin it says:
Version information: 4.3.8, latest stable version: 4.6.0In reply to: Import from PhpBB Issues – WordPress database errorPascal, thank you for responding! Downloaded 2.6 and uploaded it without problem.
Went to import, and got a new error–>
WordPress database error: [Specified key was too long; max key length is 1000 bytes]
CREATE TABLE wp_bbp_converter_translator ( meta_id mediumint(8) unsigned not null auto_increment, value_type varchar(25) null, value_id bigint(20) unsigned not null default ‘0’, meta_key varchar(255) null, meta_value varchar(255) null, PRIMARY KEY (meta_id), KEY value_id (value_id), KEY meta_join (meta_key, meta_value) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci