Hello,
I do not know what I did but I now get a 404 Category Not Found error when I validate an entry using a BF form. It did not happen before.
Debugging tells me:
C: \ wamp64 \ www \ asc \ libraries \ legacy \ error \ error.php: 200
Call stack
# Function Location
1 () JROOT \ libraries \ legacy \ error \ error.php: 200
2 JError :: raise () JROOT \ libraries \ legacy \ error \ error.php: 277
3 JError :: raiseError () JROOT \ libraries \ src \ MVC \ View \ CategoryView.php: 133
4 Joomla \ CMS \ MVC \ View \ CategoryView-> commonCategoryDisplay () JROOT \ components \ com_content \ views \ category \ view.html.php: 75
5 ContentViewCategory-> display () JROOT \ libraries \ src \ MVC \ Controller \ BaseController.php: 672
6 Joomla \ CMS \ MVC \ Controller \ BaseController-> display () JROOT \ components \ com_content \ controller.php: 118
7 ContentController-> display () JROOT \ libraries \ src \ MVC \ Controller \ BaseController.php: 710
8 Joomla \ CMS \ MVC \ Controller \ BaseController-> execute () JROOT \ components \ com_content \ content.php: 43
9 require_once () JROOT \ libraries \ src \ Component \ ComponentHelper.php: 402
10 Joomla \ CMS \ Component \ ComponentHelper :: executeComponent () JROOT \ libraries \ src \ Component \ ComponentHelper.php: 377
11 Joomla \ CMS \ Component \ ComponentHelper :: renderComponent () JROOT \ libraries \ src \ Application \ SiteApplication.php: 194
12 Joomla \ CMS \ Application \ SiteApplication-> dispatch () JROOT \ libraries \ src \ Application \ SiteApplication.php: 233
13 Joomla \ CMS \ Application \ SiteApplication-> doExecute () JROOT \ libraries \ src \ Application \ CMSApplication.php: 196
14 Joomla \ CMS \ Application \ CMSApplication-> execute () JROOT \ index.php: 49
Is there a simple solution to correct this? Thank you