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
The following is triggering a warning when trying to parse a not found file and the error page is loaded instead. This seems to be caused because the returned Link is not parsed.
Look through your versions and find the one where you had the link to the file that was deleted
The preview should load with the following error
SilverStripe\View\Parsers\ShortcodeParser::replaceAttributeTagsWithContent(): unterminated entity reference stage=Stage
GET /YOUR_PAGE/?stage=Stage&archiveDate=2021-08-18%2019%3A58%3A11
Line 478 in /Users/.../vendor/silverstripe/framework/src/View/Parsers/ShortcodeParser.php
Note that the error is only reported all the way back up at ShortcodeParser - replaceAttributeTagsWithContent.
The text was updated successfully, but these errors were encountered:
The following is triggering a warning when trying to parse a not found file and the error page is loaded instead. This seems to be caused because the returned Link is not parsed.
silverstripe-assets/src/Shortcodes/FileShortcodeProvider.php
Line 102 in ce9464b
Steps to reproduce
Note that the error is only reported all the way back up at
ShortcodeParser - replaceAttributeTagsWithContent
.The text was updated successfully, but these errors were encountered: