SQL Table Missing - llx_workstation_workstation

Hello,

I’ve installed (withou errors during installation) on a webserver the latest version of Dolibarr 19.0.2, and i’ve a table missing.
Inside of BOM, separator “Bom Services”, appears this:

Dolibarr has detected a technical error.
This information can be useful for diagnostic purposes (you can set option $dolibarr_main_prod to '1' to hide sensitive information):
Date: 20240705095236
Dolibarr: 19.0.2 - https://www.dolibarr.org
Level of features: 0
PHP: 8.1.29
Server: Apache
OS: Linux web21.xcloudserver.com 4.18.0 #1 SMP Thu Dec 15 20:31:06 MSK 2022 x86_64
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Edg/126.0.0.0

Requested URL: /htdocs/bom/bom_card.php?id=3&save_lastsearch_values=1
Referer: https:/XXXXX/htdocs/bom/bom_list.php?leftmenu=bom
Menu manager: eldy_menu.php

Modules/Applications: user, import, export, fckeditor, product, bom, mrp, stock, expedition, commande, fournisseur, societe, margin, propal, supplier_proposal, projet, productbatch, variants, reception
Database type manager: mysqli
Latest database access request error: SELECT w.rowid, w.ref as ref, w.label as label, w.type, w.nb_operators_required,w.thm_operator_estimated,w.thm_machine_estimated FROM llx_workstation_workstation as w WHERE 1 = 1 AND w.entity IN (1) ORDER BY w.ref
Return code for latest database access request error: DB_ERROR_NOSUCHTABLE
Information for latest database access request error: Table 'XXXX.llx_workstation_workstation' doesn't exist

I’ve searched here and can’t find anything about that table.
Category:Table SQL - Dolibarr ERP CRM Wiki

Solution to this problem ?

Best regards and thanks

Hello,

That’s strange, because this table should have been created during installation : dolibarr/htdocs/install/mysql/tables/llx_workstation_workstation-workstation.sql at 19.0 · Dolibarr/dolibarr · GitHub

1 Like

I will try that.

Thanks

Worked.

@ksar thanks for the support.