phpbb import troubles

m1ne

Well-known member
Hello.

I have phpbb installed at phpbb.domain.com/ and XenForo installed at phpbb.domain.com/xenforo/
I am selecting 'Retain imported content IDs' as this is a new XF install.
The database details I enter are correct with the prefix phpbb_ but I get these errors,

  • The attachments directory could not be found.
  • The avatars directory could not be found.
I have tried the following,
phpbb/images/avatars/upload
/phpbb/images/avatars/upload
and
phpbb/files
/phpbb/files
Any help? Thank you.
 
Try using a full server path to those directories. Something like:

/home/yoursite/public_html/phpbb/images/avatars/upload

Otherwise a relative path would have to be something like:

../images/avatars/upload
 
Was it a direct import from phpBB3? No double imports? Passwords should work.

If avatars weren't imported then you must have given the wrong path. Or maybe the files themselves are missing. Maybe you are importing from an incomplete backup. There are many possibilities.
 
XenForo's phpBB importer recognizes phpBB's password format. Maybe phpBB was using a different authentication scheme for the myBB users. I don't know if phpBB supports this. Just guessing.

Were avatars working in phpBB after the first import? Double imports require extra care to ensure that everything is working at each step.
 
Avatars were not imported to phpBB, that's not a big deal anyway.
How can I check authentication schemes between the three? I still have them all installed.
 
Assuming no problems with the import, phpBB may be using a different auth scheme to support myBB passwords. That might explain why they don't work in XenForo.
 
Top Bottom