Hello dear community!
I have added a setting to an existing areabrick (image gallery). In the backend, a grid size can now be selected via 'Pimcore Select'.
The brick is already included in some pages and snippets. But so far the new setting only takes effect when I open a single page in the backend and then save it. But now I don't want to open and save each page individually for the setting to be active. Does anyone have an idea how I could do this for the entire site? Or would this have to work 'out of the box'? I have tried setting a default value.
{% if grid_select.isEmpty() %}
{% do grid_select.setDataFromResource("3") %}
{% endif %}
I am in the process of migrating from pimcore 6 to pimcore 10.
Have the following requirement in my composer.json:
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"pimcore/pimcore": "^10.0",
}
However composer is installing 10.x-dev
(which seems a develop branch to me) instead of latest stable 10.0.7
.
How can I make sure only the latest stable is installed.
In packagist also these versions are shown (10.x-dev
and 10.0x-dev
). https://packagist.org/packages/pimcore/pimcore
Hi,
has anybody encountered this error ever before?
request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Scripts not found" at /var/app/current/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php line 294 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Scripts not found at /var/app/current/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php:294)"} []
Due to this, none of the pimcoreadmin bundle Javascripts are loading and "pimcore_admin_misc_scriptproxy" route is throwing 404
Hi
I'm having a problem getting video types in Datahub, the query:
videoTest {
type
__typename
data {
__typename
... on asset {
fullpath
}
}
}
but I got the error "message": "Warning: Undefined array key \"data\""
Does anyone knows why this happening, or am I writing the query in the wrong way?