Install the simple Test-Template from https://Holzmann-cfd.com/tmp/templateHolzmannCFD.tar.gz
No error message during installation.
Error
COM_TEMPLATES_ERROR_TEMPLATE_FOLDER_NOT_FOUND
Linux - Ubuntu 20.04
Apache2 2.4.41
PHP 7.4.3
If you don't get an error message, it is probably related to my directory access attributes in /var/www/html
However, everything works as expected. I just want to inform you about that error message.
The error is thrown here:
https://github.com/joomla/joomla-cms/blob/4.0-dev/administrator/components/com_templates/src/Model/TemplateModel.php#L250
Joomla searches for a html/
folder inside template folder templates/holzmanncfd/
(line 242). But there is none.
I don't know if it's a must since Joomla 4 to provide a html/
folder in template installation packages(????)
Addition: If it's a must then the message COM_TEMPLATES_ERROR_TEMPLATE_FOLDER_NOT_FOUND
is misleading because the template folder exists (but not the subfolder html/
).
Yes, this is a J4 issue from the Beta 2 release. I thought that I added it somewhere. However, thanks for the hint. I just wanted to inform you about this circumstance. The error message is really misleading and if the sub-folder should exist, it should be changed.
Tobi
Labels |
Added:
J4 Issue
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-07-06 17:08:25 |
Closed_By | ⇒ | alikon |
Can we change the path of the tar file to .com/forum/joomla/templateHolzmannCFD.tar.gz
I will otherwise keep the »tmp« path alive.
Addition: This is a J4 issue, not J3.