You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue: The Tidy Library function is attempting to remove media that is still being referenced by a saved report, which is not currently in use.
Steps:
Create a Report Schedule and Run task to generate a saved report
From the Report Schedule grid click on Reset to Previous run (which will make the saved report as unused)
Go to the Settings page
Click on Tidy Library
Check Remove all media not currently in use?
Click Yes
We encountered the following error:
SQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails (cms.saved_report, CONSTRAINT saved_report_ibfk_2 FOREIGN KEY (mediaId) REFERENCES media (mediaId))
The text was updated successfully, but these errors were encountered:
CMS Version: 2.3.17 and 3.0.0
Issue: The
Tidy Library
function is attempting to remove media that is still being referenced by a saved report, which is not currently in use.Steps:
Reset to Previous run
(which will make the saved report as unused)Tidy Library
Remove all media not currently in use?
We encountered the following error:
SQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails (
cms
.saved_report
, CONSTRAINTsaved_report_ibfk_2
FOREIGN KEY (mediaId
) REFERENCESmedia
(mediaId
))The text was updated successfully, but these errors were encountered: