hello
In tpl/blocks/header.php , there s a call to system.css. I think the file is not there in joomla 4 and so it gives a 404.
Can it be fixed ? tks
<?php // SYSTEM CSS $this->addStyleSheet(JUri::base(true) . '/templates/system/css/system.css'); ?>
schlogo Hi I just checked the demo site that is on Joomla 4 and the file is loading fine and do exist
You can check it here https://ja-morgan.demo.joomlart.com/media/system/css/system.css
Hello, just tested it, the css ans scss directories of the system template are removed during the Joomla 4.1 update. So you might see this error on all your templates soon
They are not in the Joomla 4.1 package anymore
schlogo Hi I will check and give an update to QA so when the template goes on the update for Joomla 4.1 series.
ok thanks
schlogo You are welcome
Just encountered this issue on a site I just redesigned - the file came up in Redirects log as an expired URL. In templates/ja_morgan/tpls/blocks/head.php line 45 tries to add the stylesheet system.css.
I found this forum topic when searching the issue. Is it correct that Joomla 4.1 removed the system template css?
jdockum It seems that J!4.1 removed that file, I will check with team to update this.