The configured default page typenum for the xmlPage (23456689564) is too large for 32 bit platforms (max. 2147483647 with signed ints).
It may depend on the Server Configuration, but in our case this leads to a XML-Feed Link with GET-Param type=2147483647 (max. int value) in the frontend view but unchanged (or not effective) Page Setup within Typo3, so following the Link will cause an Uncaught Exception "The page is not configured! [type=2147483647][].".
Copying the few typoscript Lines setting up the XML-Feed Page to some typoscript Template and adjusting the typeNum Values to the servers max. int Value worked as temporary workaround here. But the used typeNum should definitly be decreased.
The configured default page typenum for the xmlPage (23456689564) is too large for 32 bit platforms (max. 2147483647 with signed ints).
It may depend on the Server Configuration, but in our case this leads to a XML-Feed Link with GET-Param type=2147483647 (max. int value) in the frontend view but unchanged (or not effective) Page Setup within Typo3, so following the Link will cause an Uncaught Exception "The page is not configured! [type=2147483647][].".
Copying the few typoscript Lines setting up the XML-Feed Page to some typoscript Template and adjusting the typeNum Values to the servers max. int Value worked as temporary workaround here. But the used typeNum should definitly be decreased.