You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
In the class UrlRewritingHook, line 1127, the deprecated php method create_function() is used. Should be replaced with a compatible definition for the latest php versions.
If you are running TYPO3 v8.7 LTS with PHP 7.2. an exception with the deprecation warning is thrown.
In the class UrlRewritingHook, line 1127, the deprecated php method create_function() is used. Should be replaced with a compatible definition for the latest php versions.
If you are running TYPO3 v8.7 LTS with PHP 7.2. an exception with the deprecation warning is thrown.
Classes/Hooks/UrlRewritingHook
array_walk($pathParts, create_function('&$value', '$value = rawurldecode($value);'));
The text was updated successfully, but these errors were encountered: