Hello,
I am currently using the T4 Template Framework on my Joomla 5.1.2 site and have encountered an issue when attempting to use Regular Labs' Content Templates.
When I switch the template to Cassiopeia, everything works fine, and I can successfully call the content templates from within the editor. However, when using the T4 Template Framework, I receive the following error when trying to load a content template:
Undefined constant "T4\Helper\T4PATH_BASE"
/home/XXX/plugins/system/t4/src/t4/Helper/Asset.php (37)
In an attempt to resolve this, I manually defined the constant T4PATH_BASE in the Asset.php file, but this led to further errors, such as:
Undefined constant "T4\Helper\T4PATH_TPL"
and
Undefined constant "T4\Helper\T4PATH_LOCAL"
I believe these constants should be automatically defined within the framework, but this does not seem to be happening in my environment.
Could you please provide guidance on how to correctly define these constants, or if this is a known issue, could you suggest a proper resolution?
Thank you for your assistance.
Regards