Breaking: #73602 - Short-URL without ?id=ID removed
See forge#73602
Description
The support for resolving URLs using index.
instead of index.
with no real GET parameter given
has been removed.
The method $TSFE->set
has been removed as well.
Impact
Calling a frontend page with the short-handed URL will result in not detecting a page ID at all.
Calling $TSFE->set
directly within PHP will result in a fatal PHP error.
Affected Installations
Any TYPO3 installation with an extension using the pre-4.0 syntax.
Migration
Use the proper index.
when using URLs to be called in the frontend.