kiwicommerce/magento2-admin-activity

Magento does not open after installing the plugin

Opened this issue · 0 comments

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.