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.

Parse error on ms_multi_search.php

Hey guys,

since having installed Microsoft Office Key plugin , when I try to view details of installed software , I get this error:" Parse error: syntax error, unexpected $end in C:\xampp\htdocs\ocsreports\plugins\main_sections\ms_multi_search\ms_multi_search.php on line 1321"

The error is in the end of the file and this is the content of my ms_multi_search.php file:

.............

   echo "<tr><td colspan=100 align=right><input type='submit' name='Valid-search' value='".$l->g(30)."' onclick='garde_valeur(\"VALID\",\"Valid\");'></td></tr>";
    echo "<input type=hidden name='Valid' id='Valid' value=''>";
}
    echo "</table>";
echo "<input type=hidden name=delfield id=delfield value=''>";
echo "<input type=hidden name='reset' id='reset' value=''>";
echo "</td></tr></table>";
echo "</form>";    
echo $l->g(358);
echo "<br>";
 
Microsoft Office Key plugin works fine, my PHP version is 5.3.8 and my OCS Server version is 2.1.1.

Anyone help me?

Regards

Jacopo

in Administrative console by (120 points)

Please log in or register to answer this question.

 
Powered by Question2Answer
...