pluginsGLPI / order

Order plugin for GLPI
GNU General Public License v3.0
39 stars 44 forks source link

PHP User deprecated function (16384): Use Toolbox::stripTags() #317

Open tech62 opened 2 years ago

tech62 commented 2 years ago

Hello, little problem with the order plugin, when i click on generate file :

PHP User deprecated function (16384): Use Toolbox::stripTags(), Glpi\RichText\RichText::getSafeHtml(), Glpi\RichText\RichText::getEnhancedHtml() or Glpi\RichText\RichText::getTextFromHtml(). in /var/www/glpi/src/Toolbox.php at line 543
Uncaught Exception Error: Call to undefined method DB::fetch_array() in /var/www/glpi/files/_plugins/order/generate/custom.php at line 111

Line 111 in custom.php while ($data=$DB->fetch_array($result))

Version : PHP 7.4 - Glpi 10.0.0 and order (last release)

Any idea to solve the problem ? Thanks !