Table 'pnptc_groups' doesn't exist #325
Replies: 7 comments 5 replies
-
The same thing happened after the installation of Panopticon version: 1.0.3 |
Beta Was this translation helpful? Give feedback.
-
The same thing also happened in version 1.0.0 There was an unrecoverable error 0 — Table 'pnptc_groups' doesn't exist |
Beta Was this translation helpful? Give feedback.
-
MySQL 5.7.8 introduced the |
Beta Was this translation helpful? Give feedback.
-
Reaching out in this discussion as it seems I'm facing a similar issue. Post-installation, the following error occurs: "Model Groups could not fetch column list for the table #__groups". Error DetailsAwf\Mvc\DataModel\Exception\NoTableColumns" in /vendor/akeeba/awf/src/Mvc/DataModel.php at line 199. System
How can I resolve this issue? |
Beta Was this translation helpful? Give feedback.
-
Unfortunately I couldn't get it to work with MySQL 5.7.44 |
Beta Was this translation helpful? Give feedback.
-
Your problem is that your database user does not have enough permissions to execute SHOW COLUMNS. Ask your host to fix the permissions for you. Every other suggestion made here is INVALID and would cause a ton of problems in the future. |
Beta Was this translation helpful? Give feedback.
-
Hello @nikosdion, thank you for the additional explanations, even though they were not strictly necessary. I fully understand the current and future issues, and your illustration with the pickles (😁) has been quite clear. However, I have requested my hosting provider to install MySQL 8, and they have assured me that this will be done in January 2024. Thank you again for your availability and clarity in providing information, and I appreciate your ongoing support. If you have any further advice or suggestions, they will be welcomed. Best regards. |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
A clean installation of 1.0.4 brings up an error when you try to Add a Site
Error Details
Table 'pnptc_groups' doesn't exist
[View template: ROOT/tmp/compiled_templates/16dd64d16b1ac3b1f3dadbab593c108ae34f6c34.php line 373, compiled from ROOT/ViewTemplates/Sites/form_properties.blade.php]
DataController->execute('add')
in /src/Controller/Sites.php (line 53)
public function execute($task)
{
$this->aclCheck($task);
return parent::execute($task);
}
public function fixJoomlaCoreUpdateSite(): void
{
$this->csrfProtection();
View->loadAnyTemplate('Sites/form_properties')
loadAnyTemplate('Main/default_serverid'); ?>in /tmp/compiled_templates/5e253fc6d77cf7162c77a796d19b6b90f3a55be0.php (line 82)
Environment (please complete the following information)
Beta Was this translation helpful? Give feedback.
All reactions