What are the Slack Archives?
Itβs a history of our time together in the Slack Community! Thereβs a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.
Because this space is not active, you wonβt be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..
I am creating a form following
Comments
-
but not as screenshot, please. that makes it hard to extract sections
0 -
okay
0 -
-
You can fix this by adding the missing DependencyProvider to your bundle. E.g. Pyz\Yves\DealerPortal\DealerPortalDependencyProvider
0 -
You mean I need to add use statement Pyz\Yves\DealerPortal\DealerPortalDependencyProvider to ApplicationDependencyProvider
0 -
?
0 -
No, the exception is telling you that Spryker tries to find a class
Pyz\Yves\DealerPortal\DealerPortalDependencyProvider
which does not exist.
So I would first check if the class really does not exist (if so, add it), second if there is not typo in the filename and the class is in the right directory (replace \ by / to resolve a class namespace to a file path), third check that DealerPortalDependencyProvider extendsAbstractBundleDependencyProvider
from the Yves namespace (should beSpryker\Yves\Kernel\AbstractBundleDependencyProvider
)0 -
TypeError - Return value of Pyz\Yves\DealerPortal\DealerPortalFactory::getFormFactory() must be an instance of Pyz\Yves\DealerPortal\FormFactoryInterface, instance of Symfony\Component\Form\FormFactory returned
0 -
use Symfony\Component\Form\FormFactoryInterface;
is probably missing in DealerPortalFactory.
I suggest you have a look on the PHP autoloading for namespaces: https://tutorials.supunkavinda.blog/php/oop-autoloading if you are interested what triggered this issue.
0 -
maybe @U01AHAH9478 can have a closer look? β
0 -
@UJN2JRU4F will doπ
0 -
@U01AZE27XGV can we schedule tomorrow around 12:00 CET short call with the screen sharing?!
0 -
@UL6DGRULR Thank you, it worked. @UJN2JRU4F @U01AHAH9478 Thank you.
0 -
No worries, keep me posted
0 -
How did you fix it if I can ask?
0
Categories
- All Categories
- 42 Getting Started & Guidelines
- 7 Getting Started in the Community
- 8 Additional Resources
- 7 Community Ideas and Feedback
- 77 Spryker News
- 931 Developer Corner
- 789 Spryker Development
- 90 Spryker Dev Environment
- 362 Spryker Releases
- 3 Oryx frontend framework
- 35 Propel ORM
- 68 Community Projects
- 3 Community Ideation Board
- 30 Hackathon
- 3 PHP Bridge
- 6 Gacela Project
- 26 Job Opportunities
- 3.2K π Slack Archives
- 116 Academy
- 5 Business Users
- 370 Docker
- 551 Slack General
- 2K Help
- 75 Knowledge Sharing
- 6 Random Stuff
- 4 Code Testing
- 33 Product & Business Questions
- 70 Spryker Safari Questions
- 50 Random