-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No assets anymore in computer after addin business criticity column adding #1860
Comments
Hello, Are you using a dev version ? Thanks. |
PHP Warning: Declaration of PluginFusioninventoryCollect::getSearchOptionsToAdd() should be compatible with CommonDBTM::getSearchOptionsToAdd($itemtype = NULL) in C:\inetpub\wwwroot\glpi\plugins\fusioninventory\inc\collect.class.php at line 0 |
glpi 9.2 |
log: 2017-02-24 09:03:06 [597@UNGSRVGVA118] |
2017-02-24 09:03:35 [854@UNGSRVGVA118]
Error: Unknown column 'glpi_infocoms.businesscriticities_id' in 'on clause' |
This seem to be related to the fusioninventory plugin since there are references to Please make sure this is really GLPI related. Feel free to reopen if there is still an issue when all plugins are entirely uninstalled. |
I have already delete all plugins and I have the same issue |
So please provide the real logs. |
i have just that |
all plugins are uninstalled , do I have to delete all in the folder plugins ? |
logs sql 2017-02-24 09:19:05 [854@UNGSRVGVA218]
Error: Unknown column 'glpi_infocoms.businesscriticities_id' in 'on clause' |
fields Name: Additionnal fields Version: 1.3.2 State: Not installed |
OK, the last log no longer reference fusioninventory; so the issue is in the core. Reopening. |
I've checked; the field that is reported as missing should exists in the database (it is present in both empty schema and upgrade scripts). So:
|
Could you tell me which script to launch please ? |
You have to upgrade or reinstall you GLPI instance. |
ok thx |
I've not talked about "composer"; the issue is in your database. Check empty.sql file to do it manually. |
what is the result of this script ? it will not empty my database ? or erase data ? |
I have done it on staging issue is not fixed. Great thx for your help |
it has been empty my database |
and business criticity is not in infocom |
I don't know. As far as I can see, there never been any |
the issue seems to come from my profile, for other users it works correctly |
it is just when I am in super admin profile |
PHP Warning: array_map(): Argument #2 should be an array in C:\inetpub\wwwroot\glpi\inc\toolbox.class.php at line 2567 |
erro in sql log
2017-02-23 14:44:24 [854@UNGSRVGVA118]
*** MySQL query error:
SQL: SELECT 'YLA' AS currentuser,
glpi_computers
.entities_id
,glpi_computers
.is_recursive
,glpi_computers
.name
ASITEM_0
,glpi_computers
.id
ASITEM_0_id
,glpi_entities
.completename
ASITEM_1
,glpi_computers
.serial
ASITEM_2
,glpi_states
.completename
ASITEM_3
,glpi_groups
.completename
ASITEM_4
,glpi_computertypes
.name
ASITEM_5
,glpi_groups_groups_id_tech
.completename
ASITEM_6
,glpi_manufacturers
.name
ASITEM_7
, GROUP_CONCAT(DISTINCT CONCAT(IFNULL(glpi_ipaddresses_0cc35feab42e5909929ff742b4834540
.name
, 'NULL'),'$#$',
glpi_ipaddresses_0cc35feab42e5909929ff742b4834540
.id
) SEPARATOR '$$##$$')AS
ITEM_8
,Error: Table 'glpidb91.glpi_businesscriticities' doesn't exist
Backtrace :
inc\search.class.php:915
inc\search.class.php:97 Search::constructDatas()
inc\search.class.php:80 Search::showList()
front\computer.php:44 Search::show()
The text was updated successfully, but these errors were encountered: