TYPO3 Exception 1301648780
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 Troubleshooting section in the menu. You can also ask questions and receive support in the TYPO3 Questions category on talk.typo3.org.
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.
PageNotFoundException
Wrong Site Configuration
In LTS 9 this exception occurs when the rootPageId in the site config
(config/
) does not match the pageId of the
page that is set as root page.
Wrong preview/extension configuration
The Exception occurred after updating to 6.2.9. When editing a
tx_
(/typo3/
) and using
any of the "Save"-Links, the Error "Page Not Found (404) The requested
page does not exist!" is shown and nothing is saved. The resulting URL
is /typo3/
which might hold two hints: dummy.php and the missing key/value in the
query string directly after the question mark.
SOLUTION The solution was, that the SysFolder had a Page TSconfig entry
options.
. The page 419 had
been deleted. After removing the option cal worked again. So be sure
to check the page TSconfig for wrong entries