You are not logged in.
Pages: 1
Hello again,
I just spent the last few days reinstalling the latest GLPI on my Ubuntu server. Got the LDAP working, receivers, mailgate, and some notifications too. My computers were even populating through the inventory. Things were looking up. Then Ubuntu was asking for a reboot. So I did that this morning, and it will no longer pull up the login page. This is the error it gives. Please help me recover from this. What can I do?
Error accessing config table
Offline
Are you able to view the glpi_configs table in your database using another tool like the mysql client?
Sounds like GLPI can connect to the database server, but there is something wrong when it tries to read this table.
GLPI Collaborator and Plugin Developer.
My non-English comments are automated translations. Sorry for any confusion that causes.
Mes commentaires non anglais sont des traductions automatiques. Désolé pour toute confusion qui cause.
Mis comentarios que no están en inglés son traducciones automáticas. Perdón por cualquier confusión que cause.
Offline
I can log in to mysql, use glpi, and show the tables, but it errors out when I select anything. It actually does this on any table I try to select from. "doesn't exist in engine"
MariaDB [(none)]> use glpi;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Database changed
MariaDB [glpi]> select * FROM glpi_configs;
ERROR 1932 (42S02): Table 'glpi.glpi_configs' doesn't exist in engine
Offline
What does "SHOW TABLES" return?
GLPI Collaborator and Plugin Developer.
My non-English comments are automated translations. Sorry for any confusion that causes.
Mes commentaires non anglais sont des traductions automatiques. Désolé pour toute confusion qui cause.
Mis comentarios que no están en inglés son traducciones automáticas. Perdón por cualquier confusión que cause.
Offline
It will show all the tables. It's a long list, so at least it does that, but that's all it will do.
MariaDB [glpi]> show tables;
+-------------------------------------------+
| Tables_in_glpi |
+-------------------------------------------+
| glpi_agents |
| glpi_agenttypes |
| glpi_alerts
~
| glpi_vlans |
| glpi_vobjects |
| glpi_wifinetworks |
+-------------------------------------------+
390 rows in set (0.002 sec)
MariaDB [glpi]>
Offline
Pages: 1