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.

Installation Plugin MSofficeKey [closed]

Bonjour 

J'utilise la version 2.1.2 d'OCS .

Je ne peux pas utiliser le plugin MsOfficeKey 

Message d'erreur : Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in C:\xampp\htdocs\ocsreports\require\function_table_html.php on line 1206

Script en question

$i=floor($limit["END"]/$limit_result_cache)*$limit_result_cache;
        $index=$limit["BEGIN"];
        $value_data_begin=$limit["BEGIN"];
        $value_data_end=$limit["END"]+1;
        //echo $num_rows_result;
        if ($index>$num_rows_result){
            $value_data_end=$num_rows_result-1;
        }
        //echo $queryDetails;
        while($item = mysql_fetch_object($resultDetails)){
            if ($i>=$index){
                unset($champs_index);
                if ($item->ID != "")
                $champs_index=$item->ID;
                elseif($item->FILEID != "")
                $champs_index=$item->FILEID;

QQn à t'il rencontré ce problème ,si oui pouvez vous me donner procédure pour résoudre ce problème 

Merci d'avance 

 

closed with the note: création de la table officepack
in OCS Inventory NG server for Windows by (620 points)
closed by
 
Powered by Question2Answer
...