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 was archived by the owner on Jan 2, 2020. It is now read-only.
__DIR__ is only defined from PHP 5.3 onwards. However, the Contao check also checks for 2.11 compat, which only requires PHP 5.2. Thus, __DIR__ should be replaced by dirname(__FILE__) which is the correct equivalent in all PHP versions [1].
__DIR__is only defined from PHP 5.3 onwards. However, the Contao check also checks for 2.11 compat, which only requires PHP 5.2. Thus,__DIR__should be replaced bydirname(__FILE__)which is the correct equivalent in all PHP versions [1].[1] http://php.net/manual/language.constants.predefined.php