dexterity42 / SharedProjectTimesheetsBundle

Shared Project Timesheets Bundle - Kimai 2 Plugin
MIT License
9 stars 14 forks source link

error if i delete the sharedprojecttimesheet plugin #34

Open techsupportkoeln opened 1 year ago

techsupportkoeln commented 1 year ago

I deleted the SharedProjectTimesheet Plugin as follow:

delete of the folder in /var/www/kimai2/var/plugins/

then i reload the cache via:

cd /var/www/kimai2 bin/console kimai:reload --env=prod

and now i have the following error:

13:03:00 WARNING [php] Warning: include(): Failed opening '/var/www/kimai2/vendor/composer/../../var/plugins/SharedProjectTimesheetsBundle/Controller/ManageController.php' for inclusion (include_path='.:/usr/share/php') ["exception" => ErrorException { …}] 13:03:00 WARNING [php] Warning: include(/var/www/kimai2/vendor/composer/../../var/plugins/SharedProjectTimesheetsBundle/Controller/ViewController.php): Failed to open stream: No such file or directory ["exception" => ErrorException { …}] 13:03:00 WARNING [php] Warning: include(): Failed opening '/var/www/kimai2/vendor/composer/../../var/plugins/SharedProjectTimesheetsBundle/Controller/ViewController.php' for inclusion (include_path='.:/usr/share/php') ["exception" => ErrorException { …}] 13:03:00 WARNING [php] Warning: include(/var/www/kimai2/vendor/composer/../../var/plugins/SharedProjectTimesheetsBundle/Entity/SharedProjectTimesheet.php): Failed to open stream: No such file or directory ["exception" => ErrorException { …}] 13:03:00 WARNING [php] Warning: include(): Failed opening '/var/www/kimai2/vendor/composer/../../var/plugins/SharedProjectTimesheetsBundle/Entity/SharedProjectTimesheet.php' for inclusion (include_path='.:/usr/share/php') ["exception" => ErrorException { …}]

Kimai is running, but does anyone know, how to fix this?