Welcome to OCS Inventory NG community support, where you can ask questions and receive answers from other members of the community.

Please ask questions only in English or French.

Release 2.11.1 available

The official documentation can be found on http://wiki.ocsinventory-ng.org. Read it before asking your question.

Search package don't work on teledeploy page

Hi

Search window don't displayed anything (packages) on teledeploy page
In debug mode, i can see "Processing..."

the same issue : http://ask.ocsinventory-ng.org/9059/nothing-is-displayed-on-activate-list

It work fine before I updated to 2.4.1 from 2.4.0
in Administrative console by (250 points)

3 Answers

+1 vote

I have same issue and I fixed manually editing the code. Make sure that you have this line on plugins/main_sections/ms_teledeploy/ms_tele_activate.php

$l->g(593) => 'CAST(from_unixtime(FILEID) AS DATETIME)'

You can see the whole bug here:

https://github.com/OCSInventory-NG/OCSInventory-ocsreports/issues/404

by (330 points)
0 votes
Thank you very much. Your solution works fine !
by (250 points)
0 votes

Oups, I was too optimistic. This solution works fine for http://ask.ocsinventory-ng.org/9059/nothing-is-displayed-on-activate-list

But not for the form search on teledeploy page. The search don't filter anything.

by (250 points)
 
Powered by Question2Answer
...