FriendsOfShopware / FroshProfiler

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

HTTP ERROR 500 on plugin activation #11

Closed s-oehding closed 8 years ago

s-oehding commented 8 years ago

installation went fine but when I try to activate the plugin I get this:

PHP Warning: require_once(/var/www/shopware/custom/plugins/ShyimProfiler/vendor/autoload.php): failed to open stream: No such file or directory in /var/www/shopware/custom/plugins/ShyimProfiler/ShyimProfiler.php on line 40

PHP Fatal error: require_once(): Failed opening required '/var/www/shopware/custom/plugins/ShyimProfiler/vendor/autoload.php' (include_path='/var/www/shopware/engine/Library:.:/usr/share/php') in /var/www/shopware/custom/plugins/ShyimProfiler/ShyimProfiler.php on line 40

shyim commented 8 years ago

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

s-oehding commented 8 years ago

Ok thank you!