Files uploaded as File assets are inaccessible after 8.1.2 upgrade #764
Replies: 2 comments
-
|
This looks like an issue that affects instances with a database schema installed prior to CM1 version 5.3. The issue is a column name that was changed on the CT_PERCFILEASSET table (ITEM_FILE_ATTACHMENTX was changed to ITEM_FILE_ATTACHMENT) . Instead of renaming the column on upgrade, the install adds a duplicate column. This column is where the binary asset is stored so File assets will fail to preview or publish after upgrade. WorkaroundFor MySQL/MariaDB backends (replace CM1 with the percussion database name: After these changes are made, stop and start the CMS service and File Assets should be resolved. If a file Asset had been edited before the change and a 404 is still displayed, view the Revision History for the affected asset, and Promote the previous Revision. |
Beta Was this translation helpful? Give feedback.
-
|
Queries for SQL Server |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
Files can not be viewed after installing the 8.1.2 version. The File asset itself can be viewed and edited, but the file that is stored in it can not.
To Reproduce
Steps to reproduce the behavior:
Beta Was this translation helpful? Give feedback.
All reactions