garlik-gag / dokuwiki-plugin-odt2dw

Import odt file in dokuwiki page
10 stars 10 forks source link

Fix 'undefined constant' warnings #33

Closed AnonTester closed 1 month ago

AnonTester commented 2 years ago

Fixes the following warning messages:

Warning:  Use of undefined constant ZipArchive - assumed 'ZipArchive' (this will throw an Error in a future version of PHP) in /var/www/htdocs/kb/lib/plugins/odt2dw/action.php on line 198
Warning:  Use of undefined constant XSLTProcessor - assumed 'XSLTProcessor' (this will throw an Error in a future version of PHP) in /var/www/htdocs/kb/lib/plugins/odt2dw/action.php on line 197
Warning:  Use of undefined constant DOMDocument - assumed 'DOMDocument' (this will throw an Error in a future version of PHP) in /var/www/htdocs/kb/lib/plugins/odt2dw/action.php on line 199