-
Bug
-
Resolution: Obsolete
-
High
-
5.9.1, 5.8.16
-
None
Problem Statement
Attachment file will not be migrated but remained in the original folder within the file system when a page (this includes the child pages) is moved between Confluence spaces. The attachment file may not be re-archived properly according to the new page and space hierarchy. As a result, a broken image will appear on Confluence page and the following errors will return upon selecting the attachment from the attachments list via "•••" > Attachments (#).
Attachment File Not Found
The attachment you were trying to download could not be found in the attachment file store. Either the file has been deleted manually or there was an error in removing the record of the attachment from Confluence.
If this attachment is no longer required you can delete it from Confluence on the attachments page. Otherwise, you will need to attach a new copy.
Steps To Reproduce
- Create a new Confluence space. (Let's name it "Space A").
- Create a new Confluence page in Space A. (Let's name it "Parent Page").
- Create three child pages under Parent Page and insert 10 attachments into each pages.
- Create a new Confluence space. (Let's name it "Space B").
- Move the Parent Page from Space A to Space B.
- Access the child pages and observe the results. Otherwise, you may access the attachments list via ••• > Attachments (#).
Alternatively, you may download and install the .jsp file here to determine the exact number of missing attachments via http://<baseURL>/admin/find_and_recover_attachments-3.1.x-v5.jsp .
Expected Behaviour
All attachments under the Parent Page should be moved from Space A to Space B respectively.
Actual Behaviour
Attachments are broken and cannot be found with the following errors thrown.
Attachment File Not Found
The attachment you were trying to download could not be found in the attachment file store. Either the file has been deleted manually or there was an error in removing the record of the attachment from Confluence.
If this attachment is no longer required you can delete it from Confluence on the attachments page. Otherwise, you will need to attach a new copy.
- is a regression of
-
CONFSERVER-16348 Attachment File Not Found - in children pages when a page is moved to another space
- Closed
- mentioned in
-
Page Loading...