I have fresh installation of Oxid eshop 6.0.2 CE and downloaded the module https://exchange.oxid-esales.com/de/tag/dhl/DHL-Lieferadressen-CE-1-0-0-Stable-CE-4-9-x.html
after i copied the “mo” folder in the myproject/source/modules folder
and activating succesully the module with admin user.
adding the line of code
“require_once DIR . ‘/mo/mo_empfaengerservices/bootstrap.php’;”
to “modules/functions.php”.
when i click settings the following error appears on the Exception_log file
[uncaught error] [type E_ERROR] [file /opt/lampp/htdocs/Oxid_project/source/modules/mo/mo_empfaengerservices/controllers/admin/mo_empfaengerservices__module_config.php] [line 27] [code ] [message Class ‘Mediaopt\Empfaengerservices\Export\Order\Process’ not found]
adding the line of code:
when visitng the client url; localhost/Oxid_Project/source/ following error appears on the Exception_log file
[uncaught error] [type E_ERROR] [file /opt/lampp/htdocs/Oxid_project/source/modules/mo/mo_empfaengerservices/classes/mo_empfaengerservices__wunschpaket.php] [line 57] [code ] [message Class ‘Mediaopt\Empfaengerservices\Wunschpaket’ not found]