kiwicommerce / magento2-admin-activity

Magento 2 - Admin Activity by KiwiCommerce
https://kiwicommerce.co.uk/extensions/magento2-admin-activity/
93 stars 76 forks source link

Magento does not open after installing the plugin #13

Open Artyman84 opened 4 years ago

Artyman84 commented 4 years ago

Preconditions

  1. Magento 2.3.4
  2. PHP 7.3.2

Steps to reproduce

  1. Installed magento v 2.3.4
  2. Switched to developer mode via console command
  3. Installed plugin via command: composer require kiwicommerce/module-admin-activity
  4. Ran these commands: php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento cache:flush

Expected result

I expected to see the installed plugin in the admin panel

Actual result

After installing the plugin the frontend and backend stopped opening. Instead a white screen appeared.. After disabling the module via console command, the frontend and backend started working again.