Forum
Error on saving new row
- TF Content
I am using TF Content on Joomla 4 on Linux/Apache2/MySQL. I created a table with some extra columns. Whenever I try to enter a new row and click “Save” I get a Joomla error:
An error has occurred. 0 Table row not supported. File not found. Back Trace: # Function Location 1 () JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:247 2 Joomla\CMS\MVC\Model\BaseDatabaseModel->getTable() JROOT/libraries/src/MVC/Model/AdminModel.php:1133 3 Joomla\CMS\MVC\Model\AdminModel->populateState() JROOT/libraries/src/MVC/Model/StateBehaviorTrait.php:58 4 Joomla\CMS\MVC\Model\BaseModel->getState() JROOT/administrator/components/com_tfcontent/src/Controller/RowController.php:71 5 TechFry\Component\TfContent\Administrator\Controller\RowController->save() JROOT/libraries/src/MVC/Controller/BaseController.php:730 6 Joomla\CMS\MVC\Controller\BaseController->execute() JROOT/libraries/src/Dispatcher/ComponentDispatcher.php:146 7 Joomla\CMS\Dispatcher\ComponentDispatcher->dispatch() JROOT/libraries/src/Component/ComponentHelper.php:389 8 Joomla\CMS\Component\ComponentHelper::renderComponent() JROOT/libraries/src/Application/AdministratorApplication.php:143 9 Joomla\CMS\Application\AdministratorApplication->dispatch() JROOT/libraries/src/Application/AdministratorApplication.php:186 10 Joomla\CMS\Application\AdministratorApplication->doExecute() JROOT/libraries/src/Application/CMSApplication.php:278 11 Joomla\CMS\Application\CMSApplication->execute() JROOT/administrator/includes/app.php:63 12 require_once() JROOT/administrator/index.php:32
Nevertheless, the row is in fact saved, the new or edited data also shows up in the table: _tfc_ including the extra columns. I can also edit the row, but every time I save I get this error, which really breaks the workflow. I already tried re-installing the extension and re-created the table and its contents, but this did not help.
Is there anything I can do, or is that a bug with TF-Content you can fix?
Cheers