Display Exception Log in the Admin.
Module based on code of https://github.com/ssemiz/Cookbook-OXID
This module was created for Oxid 6.x.
-
Copy files into following directory
source/modules/rs/exception -
Add to composer.json at shop root
"autoload": { "psr-4": { "rs\\exception\\": "./source/modules/rs/exception" } }, -
Refresh autoloader files with composer in the oxid root directory.
composer dump-autoload -
Enable module in the oxid admin area, Extensions => Modules