Hi,
today I updated my development site (Joomla 3.9.25 / PHP 7.4.16) to the newest T4 versions.
- Plugin 1.1.5
- Theme 1.1.0
Since that I get this warnings, if I call a menu item assigned to a different theme like T3 or Yootheme displaying a form:
Warning: Use of undefined constant T4PATH_LOCAL - assumed 'T4PATH_LOCAL' (this will throw an Error in a future version of PHP) in /plugins/system/t4/src/t4/Helper/Path.php on line 12
Same with:
T4PATH_LOCAL_URI in /plugins/system/t4/src/t4/Helper/Path.php on line 13
T4PATH_TPL in /plugins/system/t4/src/t4/Helper/Path.php on line 16
T4PATH_TPL_URI in /plugins/system/t4/src/t4/Helper/Path.php on line 17
T4PATH_BASE in /plugins/system/t4/src/t4/Helper/Path.php on line 20
T4PATH_BASE_URI in /plugins/system/t4/src/t4/Helper/Path.php on line 21
The call stack is exactly the same for all warnings (see the
)