This is help to me
you can temporarily remove it
in /libraries/src/HTML/HTMLHelper.php
in line 158 delete this entry:
Code: [Select]
// if (!$path) {
// throw new \InvalidArgumentException(sprintf('%s %s not found.', $prefix, $file), 500);
// }
/libraries/vendor/joomla/filesystem/src/Path.php
in line 193
Code: [Select]
// if (!\is_string($path)) {
// throw new \InvalidArgumentException('You must specify a non-empty path to clean');
// }
you can temporarily remove it
in /libraries/src/HTML/HTMLHelper.php
in line 158 delete this entry:
Code: [Select]
// if (!$path) {
// throw new \InvalidArgumentException(sprintf('%s %s not found.', $prefix, $file), 500);
// }
/libraries/vendor/joomla/filesystem/src/Path.php
in line 193
Code: [Select]
// if (!\is_string($path)) {
// throw new \InvalidArgumentException('You must specify a non-empty path to clean');
// }
Statistics: Posted by masterfromf — Mon Feb 19, 2024 11:25 pm