Hi. I need your help with a template. After installing the template on Joomla 4, the page displays the message "templates/sj_news/templates/system/css/general.css not exists". After reading on the forum, I tried to remove the code
$yt->ytStyleSheet('templates/system/css/general.css'); but after this procedure another error comes out "0 - Call to a member function getBody() on null"
How to fix the template so that it is displayed on the site?
02.02.2023
I fixed the problem, for the future it can help someone, in the frame_inc.php file, delete the following lines $yt>ytStyleSheet('templates/system/css/general.css');
//$yt->ytStyleSheet('templates/system/css/system.css');
$yt->ytStyleSheet('asset/bootstrap/css/bootstrap.css');
And that's it, the template works.