MyBB Community Forums

Full Version: Attachement not found
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Problem: attachements not found after merge
Converting from: PHPBB3
Errors:
The following errors were logged during the process of the Merge System:
Attachments:
Could not find the attachment (ID: 553)
Could not find the attachment (ID: 554)
Could not find the attachment (ID: 555)
Could not find the attachment (ID: 556)
Could not find the attachment (ID: 557)
etc etc

I have entered the URL where PHPBB stores the attachments: http://mydomain/uploads

Any suggestions ? Without attachments converting to myBB is a no go.
Unfortunately attachments are broken. They work on some server configurations and not on others.

One thing to try: Instead of URL, if the forums are on the same server please try and use the file system path.
A second thing to try: Adding a .htaccess file to your uploads folder to allow everything. You will need to find a good .htaccess tutorial for this.