humanoidfr
Member
I have a custom forum with a custom database structure that i want to migrate to Xenforo with a python script.
I managed to transfer users, profiles, posts, nodes, ... and everything went well except for two things.
Attachments
In ACP > Users > Admin, there ain't no users, even though i'm super admin. When i try to change a user to admin, the user still can't connect to the ACP and the Admin page is still empty.
Any help would be welcome
I managed to transfer users, profiles, posts, nodes, ... and everything went well except for two things.
Attachments
- What is the proper way to generate the file_hash value that will be used in attachment_data.file_hash and in the name of the file?
- Is the correct filename format <attachment_data.data_id>-<file_hash>.data ? What about the content of the file, is it changed before being saved?
In ACP > Users > Admin, there ain't no users, even though i'm super admin. When i try to change a user to admin, the user still can't connect to the ACP and the Admin page is still empty.
Any help would be welcome