XF 2.2 import attachments from vb5 failed

jtorral

Member
Ran the migration using cli. however, no attachments came through. I have thousands on the site. I am wondering if its because my attachments directory is a symbolic link to a different file system.

Can I run the import for attachments only and specifiy a different location? It will be really sad if I have to start from scratch again.

Thanks
 
Last edited:
It's most likely due to the set up and XF was unable to read the directory.
I suggest copying the files to the same server.

Can I run the import for attachments only and specifiy a different location?
No - imports are a one time thing.
You will have to start over with a clean database.
 
my bad. maybe i didnt explain ..

src server: /home/abc/www/attachments

new server with xenforo: /home/abc/www/ ?????

do i copy exact directory structure? hate to ask so much. maybe there are documents that explan. I did look around for answers.
 
Just copy the attachments from the current server to the server where XF is installed.

The location isn't important but it's probably easier to just put them in a temp directory under XF, so you can reference them with a relative path.
 
Top Bottom