05-22-2020, 11:11 PM
Can you give me some more context? what scripts are called before this error?
You could try this change and let me know
You could try this change and let me know
Code:
diff --git a/modules/evvtgendoc/OpenDocument/Exception.php b/modules/evvtgendoc/OpenDocument/Exception.php
index d9439049b..54c64e766 100644
--- a/modules/evvtgendoc/OpenDocument/Exception.php
+++ b/modules/evvtgendoc/OpenDocument/Exception.php
@@ -26,7 +26,7 @@
*/
if (!class_exists('PEAR_Exception')) {
- require_once 'vtlib/thirdparty/network/PEAR/Exception.php';
+ require_once 'PEAR/Exception.php';
}
class OpenDocument_Exception extends PEAR_Exception {
Joe
TSolucio
TSolucio