kevinpapst / ImportBundle

A Kimai plugin to import data from the Web UI
https://www.kimai.org/store/keleo-importer-bundle.html
Other
4 stars 1 forks source link

Installation problem #4

Closed macbef closed 1 year ago

macbef commented 1 year ago

Hello, thanks for the great work on kimai!

I have a problem installing ImportBundle (using git). After cloning the repo and running

/opt/RZphp81/bin/php-cli bin/console cache:clear --env=prod

I get this error:

Cannot autowire service "KimaiPlugin\ImportBundle\Command\KimaiImporterCommand": argument "$passwordHasher" of method "__construct()" has type "Symfony\Co mponent\PasswordHasher\Hasher\UserPasswordHasherInterface" but this class was not found.

I'm using a Strato webspace

kevinpapst commented 1 year ago

See #3

macbef commented 1 year ago

Sorry, Kevin... I should have checked the closed issues.

Switching to 1.x helped :)

cd var/plugins/ImportBundle
git checkout 1.x