FriendsOfShopware / FroshProfiler

This plugin allows you to profile your Shopware 5 application
MIT License
159 stars 41 forks source link

[HTTP ERROR 500] Shopware 5.2.1 is not repsonding #13

Closed ghost closed 8 years ago

ghost commented 8 years ago

Hello,

nice Plugin but, when I install and activate the Plugin Shopware Frontend/Backend Version 5.2.1 is not responding with the status code: HTTP ERROR 500.

I installed the plugin with this following commands:

cd /var/www/..../shopware/ git clone repository.git custom/plugins/ ShyimProfiler php /bin/console sw:plugin:refresh php /bin/console sw:plugin:install --activate ShyimProfiler

shyim commented 8 years ago

You must run composer install in the Plugin Directory to install the dependencies

shyim commented 8 years ago

Or use the package from https://github.com/shyim/shopware-profiler/releases

ghost commented 8 years ago

Thanks, yes i missed to run composer install. Sorry, for the trouble now it works well.