TYPO3 Exception 1509741914¶
Note
Below, the TYPO3 community may have provided additional information or solutions for this exception. However, these may or may not apply to your particular case. If you can provide more information, you should come back here and add your experience and solution steps to this issue once you have resolved it.
General TYPO3 troubleshooting tips can be found in the section “Troubleshooting” of the menu, and live support is available in the TYPO3 Slack channel #typo3-cms.
To add your experience, click “Edit on GitHub” above and follow the “Edit on GitHub” workflow. Also check out our tip on Coding Style and reST.
TYPO3 11.5.0 - ext:news dev-master - 8.10.2021¶
Installation Overview¶
TYPO3 11.5.0 with composer and ext:news dev-master using the default news templates that come bundled with the extension.
The Issue¶
The following error when displaying a page with the news plugin:
(1/2) #1509741914 TYPO3Fluid\Fluid\Core\ViewHelper\Exception
File /typo3conf/ext/news/Resources/Public/Images/dummy-preview-image.png does not exist.
The dummy image is present in the path.
Solution¶
As a workaround set the following TypoScript:
plugin.tx_news.settings.displayDummyIfNoMedia = 1
For further informatin, visit https://github.com/georgringer/news/issues/1589