Hi Guys,
does anyone know if it is possible to add general fields to all pimcore class layout or data components in an update safe way? How would I do it? Possibly via dependency injection? For example I want to add a "description" general field. Like shown in the picture
Hi.
Cannot use object of type Pimcore\Model\DataObject\Data\BlockElement as array
after update from 6.8 to 6.9.
In stack trace only pimcore core files.
Did anyone have a similar one?
I found the main problem. I can no longer create a Block field inside a Block field.
Is it so conceived?
The documentation doesn't say anything about this
https://pimcore.com/docs/pimcore/6.9/Development_Documentation/Installation_and_Upgrade/Upgrade_Notes/index.html
{
"error": {
"root_cause": [],
"type": "search_phase_execution_exception",
"reason": "",
"phase": "fetch",
"grouped": true,
"failed_shards": [],
"caused_by": {
"type": "illegal_argument_exception",
"reason": "maxSize must be >= 0 and < 2147483631; got: 2147483647"
}
},
"status": 400
}
Loader for "Pimcore\Model\DataObject\[one of my classes]" was not found;
Error. Meanwhile all classes are available in the correct directories, the permissions to all classes are set and the classes haven't changed at all, only Pimcore has. Has anybody encountered a similar error after an update?
Hi there,
im having trouble executing the new dataimporter. I did a partial import yesterday ( some objects got imported into pimcore correctly) but after some time the import throw an error and since then i cant contiune / import new objects. Everytime im executing datahub:data-importer:process-queue-parallel from the cli im getting "ERROR: The command is already running". I have no clue how this can be, since i restarted my VM and also checked some DB tables like application_logs and others and purged the projects /var/tmp/datahub/dataimporter dir and then restart the prepartion. Everything without success. Getting always the command is already running. How to track down whats going on here ?
\Pimcore\Model\Document\Page::getById($id);
return $this->render('blank.html.twig')
? Is this the right way?
php bin/console migration:controller-reference