Pimcore\Model\DataObject\ClassDefinition::locateDefinitionFile(): Argument #1 ($key) must be of type string, null given, called in /home/pizpnasj/pimcore/vendor/pimcore/pimcore/models/DataObject/ClassDefinition.php on line 664
Hello!, i would like to ask something
I want to upgrade a pimcore 6.9 project to pimcore 10, my question is
Do I have to update all php templates engine to be able to upgrade to pimcore 10 or can I first upgrade to pimcore 10 and then gradually update the templates?
What do you recommend, the problem is that there are many templates with the php engine and a new website will be made with new HTML, I don't know what I should do.
Hello again,
I am trying to extends the AssetController, because I want to customize a method.
When I do this it commes no Assets tree and no DataObjects tree in the admin ui.
<?php
namespace App\Controller;
use Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController;
class CustomAssetController extends AssetController
{
}
Could someone help me!
We have enabled 18 languages for the product. We have implemented field disable logic functionality based on another field value.
In our data object we have 9 tabs. In each tab have different localized fields, we are changing language tab from one to another and we are executing event listener. The event listener we have written is only working in the first tab of data object and first set of localized fields. This is not working for the rest of localized fields.
languageTabs=object.edit.dataFields.localizedfields.tabPanel.tabBar;
languageTabs && languageTabs.items && languageTabs.items.items.map((langTab)=>{
langTab.addListener('activate',()=>{
console.log("language Tab activate executed");
});
});
Hello everyone, I am having issues with a CKEditor plugin. One of the plugins I am trying to add requires the clipboard
plugin. Now, the clipboard
plugin is technically not part of Pimcore core (https://github.com/pimcore/pimcore/tree/10.5/bundles/AdminBundle/Resources/public/js/lib/ckeditor/plugins/clipboard), but it does seem to be getting referenced/used by it's sub-plugin: clipboard/dialogs/paste.js
(e=CKEDITOR.plugins.clipboard
in the paste.js
file; also can be clearly seen in the non-minified file in CKEditor Github repo - https://github.com/ckeditor/ckeditor4/blob/master/plugins/clipboard/dialogs/paste.js).
So question is: which clipboard plugin is being referenced in paste.js? Is there any other place where clipboard
plugin may be available in pimcore?
P.S. The build-config.js
file in pimcore's CKEditor does contain 'clipboard': 1
but A, I don't see any clipboard plugin.js file being available anywhere after having Pimcore up and running, and B, it says in that very file This file is not used by CKEditor, you may remove it.
Hello Everyone,
We are stuck on strange issue on pimcore login page.
https://pimcore-admin.ournights.rocks/admin/
The response I see in browser. is mentioned below.
{"status":-2,"error":"Access deny","message":"Access deny"}
I also checked error logs on sever, which are mentioned below.
10.244.2.113 - 19/Oct/2022:12:38:30 +0000 "GET /index.php" 200
[2022-10-19T14:38:51.896710+02:00] security.ERROR: Detected CSRF attack on /admin/login/login {"request":"/admin/login/login"} []
10.244.2.113 - 19/Oct/2022:12:38:51 +0000 "POST /index.php" 401
Any help how to fix it is highly appreciated.
Have a good day.
:point_up: Edit: Hello Everyone,
We are stuck on strange issue on pimcore login page.
https://pimcore-admin.ournights.rocks/admin/
The response I see in browser. is mentioned below.
{"status":-2,"error":"Access deny","message":"Access deny"}
I also checked error logs on sever, which are mentioned below.10.244.2.113 - 19/Oct/2022:12:38:30 +0000 "GET /index.php" 200
\[2022-10-19T14:38:51.896710+02:00\] security.ERROR: Detected CSRF attack on /admin/login/login {"request":"/admin/login/login"} \[\]
10.244.2.113 - 19/Oct/2022:12:38:51 +0000 "POST /index.php" 401
Any help how to fix it is highly appreciated.
Have a good day.
:point_up: Edit: Hello Everyone,
We are stuck on strange issue on pimcore login page.
https://pimcore-admin.ournights.rocks/admin/
The response I see in browser. is mentioned below.
{"status":-2,"error":"Access deny","message":"Access deny"}
I also checked error logs on sever, which are mentioned below.
security.ERROR: Detected CSRF attack on /admin/login/login {"request":"/admin/login/login"} \[\]
10.244.2.113 - 19/Oct/2022:12:38:51 +0000 "POST /index.php" 401
Any help how to fix it is highly appreciated.
Have a good day.
:point_up: Edit: Hello Everyone,
We are stuck on strange issue on pimcore login page.
https://pimcore-admin.ournights.rocks/admin/
The response I see in browser. is mentioned below.
{"status":-2,"error":"Access deny","message":"Access deny"}
I also checked error logs on sever, which are mentioned below.
10.244.2.113 - 19/Oct/2022:12:38:51 +0000 "POST /index.php" 401
Any help how to fix it is highly appreciated.
Have a good day.