xf_phantom
Well-known member
How does the user import works?
I've copied the existing phpbb importer and changed only the table and fieldnames
It's working fine for the forums but i'm having troubles with the users (my threads import works too, if i remove the users dependency, all therads and posts are here, the usernames are also imported, but the post was created by an guest, i'm sure it's only because the userId lookup failed)
The percentage doesn't change and i'm getting an endless loop
BUT the users are imported! They're all in the usertable, i can even log in with them BUT they're NOT in the import log and the import step never finishes official.
it seems that the importer once he imported all users gets back to the first user and then my endless loop starts
Is there any documentation available for custom importers?
I've copied the existing phpbb importer and changed only the table and fieldnames
It's working fine for the forums but i'm having troubles with the users (my threads import works too, if i remove the users dependency, all therads and posts are here, the usernames are also imported, but the post was created by an guest, i'm sure it's only because the userId lookup failed)
The percentage doesn't change and i'm getting an endless loop
BUT the users are imported! They're all in the usertable, i can even log in with them BUT they're NOT in the import log and the import step never finishes official.
it seems that the importer once he imported all users gets back to the first user and then my endless loop starts
Is there any documentation available for custom importers?