phpBB importer fails to consider empty table prefix correctly

phpBB allows empty table prefixes, the table will be named something like users rather than phpbb_users then. The importer currently fails to consider this scenario right now - if you leave the table prefix empty then it will expect a table named _users.

Sure @techapj can you add code to handle this case?

1 Like

I just submitted a PR with a few small changes to the phpBB3 importer and I included a fix for this issue.

https://github.com/discourse/discourse/pull/4321

5 Likes