You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, what are the versions of phpBB supported by this plugin? With phpBB 2.0.23, I get this:
[nodebb-plugin-import-phpbb] { Error: ER_BAD_FIELD_ERROR: Unknown column 'phpbb_users.username_clean' in 'field list'
at Query.Sequence._packetToError (/home/inedia/NodeBB/node_modules/mysql/lib/protocol/sequences/Sequence.js:48:14)
at Query.ErrorPacket (/home/inedia/NodeBB/node_modules/mysql/lib/protocol/sequences/Query.js:82:18)
at Protocol._parsePacket (/home/inedia/NodeBB/node_modules/mysql/lib/protocol/Protocol.js:270:23)
^ there is no "username_clean" column in my phpbb_users table. The only columns are:
I guess that I should set up a new forum, with version of phpBB like 3.0+, and then try migrating to NodeBB again, after the database is updated? But which versions are supported? Is it the only solution?
Hi, what are the versions of phpBB supported by this plugin? With phpBB 2.0.23, I get this:
^ there is no "username_clean" column in my phpbb_users table. The only columns are:
The text was updated successfully, but these errors were encountered: