2 posts / 0 new
Last post
forester
forester's picture
'openvehicles.users' doesn't exist

I have installed Open-Vehicle-Server v3

I manually run './ovms_server.pl' and I see the following messages every minute on screen console :

2020-07-08 12:52:03.164866 +0200 info  OVMS::Server::AuthDrupal: - - - Periodic Drupal maintenance
DBD::mysql::db do failed: Table 'openvehicles.users' doesn't exist at plugins/system/OVMS/Server/DbDBI.pm line 180.
DBD::mysql::db do failed: Table 'openvehicles.users' doesn't exist at plugins/system/OVMS/Server/DbDBI.pm line 180.
DBD::mysql::db do failed: Table 'openvehicles.users' doesn't exist at plugins/system/OVMS/Server/DbDBI.pm line 180

I think I have followed the instructions in the manual 'https://docs.openvehicles.com/_/downloads/en/latest/pdf/' correctly,but I don't have the table mentioned in the log

When I run the command :

$ echo 'Show Tables;' | mysql openvehicles

I see the list :

Tables_in_openvehicles
ovms_apitokens
ovms_autoprovision
ovms_carmessages
ovms_cars
ovms_historicalmessages
ovms_notifies
ovms_owners

My System runs Fedora 32 server.

Can you help me ?

markwj
markwj's picture
The 'users' table is a drupal

The 'users' table is a drupal table. Are you using this with a drupal front end for owner maintenance? If not, you shouldn't enable the AuthDrupal plugin.

Log in or register to post comments