[SOLVED] FlowPackageInterface not found error in kickstart:model command

Hi Guys,
I’m getting the following error trying to kickstart a model, no matter which params I pass to ./flow kickstart:model

Class 'Neos\Kickstarter\Service\FlowPackageInterface' not found
Type: Error
File: Data/Temporary/Development/Cache/Code/Flow_Object_Classes/Neos_Kickstarter_Service_GeneratorService.php Line: 310

Actually the model gets created correctly but the command ends up in the afore metioned error.
I’m working with latest Neos (4.0.4) and Neos/Kickstarter (5.0.3) and everything else seems to work just fine.

Any Ideas?

Thanks,
Nicola

Hi Nicola,

I had the same issue and a short slack research showed that Pankaj Lele discovered it as well.
He wrote a patch on Thursday, July 26, 2018 12:00 AM and it was approved for neos 5.0.

Until the release of the patch you can simply modify the file by yourself as described in the pull request #1344

Regards

Christian

1 Like