That can help. Use phpMyAdmin from the cPanel or a similar page provided by your host and browse the table _menu. Locate the menu item for Category Blog. Does it look like the following, ignoring the id bit?The PHP call stack you posted shows that something is wrong with the path to the view file. The view is called category blog and the corresponding frontend file is components/com_content/src/View/Category/HtmlView.php. Does that file exist?
On the other hand, check two files in the folder components/com_content/tmpl/category, namely blog.php and blog.xml. Do they exist?
Code:
index.php?option=com_content&view=category&layout=blog&id=8
On the other hand, check two files in the folder components/com_content/tmpl/category, namely blog.php and blog.xml. Do they exist?
Statistics: Posted by toivo — Sat Mar 30, 2024 12:50 am