Gitter got replaced by Slack. Please use following invite link https://slack.shopware.com to rejoin the awesome Shopware community! https://www.shopware.com/en/news/an-introduction-to-the-shopware-community-slack/
@komali_s_gitlab @/all
Did you found a solution for your Problem from 2019?
Fatal error: Uncaught Doctrine\ORM\Mapping\MappingException: No identifier/primary key specified for Entity "Shopware\Models\Attribute\Shop" sub class of "Shopware\Components\Model\ModelEntity". Every Entity must have an identifier/primary key. in /html/develop/rivolta/rivolta/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappingException.php:46 Stack trace: #0 /html/develop/rivolta/rivolta/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php(1009): Doctrine\ORM\Mapping\MappingException::identifierRequired('Shopware\Models...') #1 /html/develop/rivolta/rivolta/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php(265): Doctrine\ORM\Mapping\ClassMetadataInfo->validateIdentifier() #2 /html/develop/rivolta/rivolta/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php(245): Doctrine\ORM\Mapping\ClassMetadataFactory->validateRuntimeMetadata(Object(Doctrine\ORM\Mapping\ClassMetadata), NULL) #3 /html/develop/rivolta/rivolta/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/ in /html/develop/rivolta/rivolta/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappingException.php on line 46
Hi, I need help,
I am trying to connect in shopware 6 for api/v1/integration
but somehow getting below error..
[errors] => Array
(
[0] => Array
(
[code] => 0
[status] => 404
[title] => Not Found
[detail] => No route found for "GET /api/v1/integration"
)
)
Can anyone please help me
Hi everyone, while trying bin/console sitemap:generate I receive the following error:
07:24:12 CRITICAL [console] Error thrown while running command "sitemap:generate". Message: "Provided language 3596b9b6539e4211b0b54e3 is not in list of available languages: " ["exception" => RuntimeException { …},"command" => "sitemap:generate","message" => "Provided language 3596b9b6539e4211b0b54e3f57bb1f63 is not in list of available languages: "]
In SalesChannelContextFactory.php line 484:
Provided language 3596b9b6539e4211b0b54e3 is not in list of available languages
I saw that also many other people had this problem. Does anyone know the solution ? Thank you