XF 1.5 Importing phpBB 3.2.x to XenForo 1.5.24 then update.

Heya, just getting into xenForo, I've been trying to import my phpBB 3.2.x database into xenForo 1.5.24 using the "beta" tool.
My plan is to afterwards update my xenForo up to 2.1 Is that even possible?

If so, my current issue is that within the importer, it informs to input the directories for avatars, and the attachment.
The path it auto displays is correct for where the avatars are located on the webserver, and we don't have any attachments on our forum.
Upon inputting all of the other correct information it just errors, and says the attachments directory and the avatars directory could not be found.
The default displayed is:
images/avatars/upload
And looking at my FTP client, that indeeds fits.
f53f6779bc954f1973add0e6c3220156.png


I tried to input the root site nice within the custom avatar path, but no changes.
Is there something I'm obviously doing wrong or what's happening here?

I would appreciate any assistance in this. Thank you.
 
Navigate to /admin.php?tools/phpinfo and search for DOCUMENT_ROOT to get the absolute path of your XenForo installation.

From there you can determine the absolute path for your other installation.

If XenForo is installed in the root and the software to be imported is in /archive for example, the relative path would be archive/, the absolute path would be /home/sitename/public_html/archive/
 
Top Bottom