administrator/index.php?option=com_templates&view=templates&client_id=0| Labels |
Added:
?
|
||
The error occurs here: https://github.com/joomla/joomla-cms/blob/4.0-dev/administrator/components/com_templates/Controller/TemplateController.php#L315
e.g. a file /css/user.css is saved:
$data['filename'] is \css\user.css on WINDOWS
but
end($explodeArray) is /css/user.css
So $data['filename'] != end($explodeArray) is always trueand the save method returns false.
BUT: I wonder why we don't see the error message then.
what php version?
Tested with XAMPP 7.2.7/win10 64 and another user tested with XAMPP 7.2.9/win?
| Title |
|
||||||
| Status | New | ⇒ | Closed |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-10-07 21:03:46 |
| Closed_By | ⇒ | ReLater |
what php version?