Forum


TF Shop category?

David P
1%
Posts: 1
  • TF Shop
February 26, 2022

I get an error when attempting to create my first category

" Invalid controller class: categorie"

Can someone tell me why this is and how to fix it???

Joomla Fry
100%
Posts: 1076
February 26, 2022

Thank you for informing about the error. It will be solved in next update coming in 2 to 3 days.

For quick fix, you can change the following file:

administrator/components/com_tfshop/src/View/Categories/HtmlView.php

Add following statement:

public $form_view = 'category';

You can add this below the $icon statement.

Login to Reply