Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing dependency on Neos.Form.Builder #36

Open
kdambekalns opened this issue Mar 14, 2022 · 1 comment
Open

Missing dependency on Neos.Form.Builder #36

kdambekalns opened this issue Mar 14, 2022 · 1 comment

Comments

@kdambekalns
Copy link
Contributor

I installed the package and see this during compile:

Exception #1355480641 in line 646 of /application/Packages/Framework/Neos.Flow/Classes/Core/Booting/Scripts.php: Node type "Neos.Form.Builder:AbstractFinisher" does not exist

  Type: Neos\ContentRepository\Exception
  Code: 1316451800
  File: Data/Temporary/Development/SubContextBeach/SubContextInstance/Cache/Code/Fl
        ow_Object_Classes/Neos_ContentRepository_Domain_Service_NodeTypeManager.php
  Line: 244

Open Data/Logs/Exceptions/20220314090155ea784b.txt for a full stack trace.

14 Neos\Flow\Core\Booting\Scripts::executeCommand("neos.flow:doctrine:compileproxies", array|16|)
13 Neos\Flow\Core\Booting\Scripts::compileDoctrineProxies(Neos\Flow\Core\Bootstrap)
12 Neos\Flow\Core\Booting\Scripts::initializeProxyClasses(Neos\Flow\Core\Bootstrap)
11 call_user_func(array|2|, Neos\Flow\Core\Bootstrap)
10 Neos\Flow\Core\Booting\Step::__invoke(Neos\Flow\Core\Bootstrap)
9 Neos\Flow\Core\Booting\Sequence::invokeStep(Neos\Flow\Core\Booting\Step, Neos\Flow\Core\Bootstrap)
8 Neos\Flow\Core\Booting\Sequence::invokeStep(Neos\Flow\Core\Booting\Step, Neos\Flow\Core\Bootstrap)
7 Neos\Flow\Core\Booting\Sequence::invokeStep(Neos\Flow\Core\Booting\Step, Neos\Flow\Core\Bootstrap)
6 Neos\Flow\Core\Booting\Sequence::invokeStep(Neos\Flow\Core\Booting\Step, Neos\Flow\Core\Bootstrap)
5 Neos\Flow\Core\Booting\Sequence::invoke(Neos\Flow\Core\Bootstrap)
4 Neos\Flow\Cli\CommandRequestHandler::boot("Runtime")
3 Neos\Flow\Cli\CommandRequestHandler::handleRequest()
2 Neos\Flow\Core\Bootstrap::run()
1 require("/application/Packages/Framework/Neos.Flow/Scripts/flow.php")

Indeed:

'PunktDe.Form.Persistence:SaveFormDataFinisher':
  superTypes:
    'Neos.Form.Builder:AbstractFinisher': true

But the package does not depend on neos/form-builder

@kdambekalns
Copy link
Contributor Author

Potential workaround if the form builder is not used/needed:

Add NodeTypes.Overrides.PunktDeForm.yaml with:

'PunktDe.Form.Persistence:SaveFormDataFinisher': ~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant