# phpBB import issue

**URL:** https://meta.discourse.org/t/phpbb-import-issue/270383
**Category:** Migration
**Tags:** phpbb
**Created:** [July 3, 2023, 12:17pm UTC](https://meta.discourse.org/t/phpbb-import-issue/270383 "2023-07-03T12:17:53Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![johnsmyth](https://avatars.discourse-cdn.com/v4/letter/j/ce7236/32.png) [@johnsmyth](https://meta.discourse.org/u/johnsmyth)
#### Post date: [July 3, 2023, 12:17pm UTC](https://meta.discourse.org/t/phpbb-import-issue/270383/1 "2023-07-03T12:17:53Z")

</div>

Hello,  
I am importing my phpBB forum data to Discourse, in the source, there are around 3300 users but on complete import, it just creates 1888 users. Did anyone face this issue?

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [July 3, 2023, 1:50pm UTC](https://meta.discourse.org/t/phpbb-import-issue/270383/2 "2023-07-03T13:50:56Z")

</div>

Most importers import only users who have posts. I suspect that’s your issue.

You can look for the sql that selects the users and remove the join that checks if they have posts (though I’ve not looked at the code myself, so that might be wrong).
