noelboss / Podcast

Podcast Extension for TYPO3 based on Extbase and Fluid
7 stars 6 forks source link

Use Smaller typeNum for XML-Feed Page #2

Closed c-bauer closed 12 years ago

c-bauer commented 12 years ago

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.

noelboss commented 12 years ago

I will decrease the TypeNum – Idea was to have a unique number