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.
: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.
Helloo!!
I'm trying to add a button to save and reload to the object template, is there a way to force save waiting before reload? Here the instruction I'm using
this.object.save();
this.object.reload();
At the moment the object is reloading without waiting so I can't see the updates
Any help?
Hello everybody,
We had a problem with our staging DB so we decided to restore a backup, but since then, the UI is not loading when we try to open some specific object in the tree, instead, we get an error.
Fortunately, when we check the logs, we get the following exception, does anyone have any clue why this could be happening?
[2022-11-07T18:14:06.018596+01:00] pimcore.ERROR: Defuse\Crypto\Exception\WrongKeyOrModifiedCiphertextException: Bad version header. in /var/www/html/vendor/defuse/php-encryption/src/Crypto.php:315 Stack trace: #0 /var/www/html/vendor/defuse/php-encryption/src/Crypto.php(113): Defuse\Crypto\Crypto::decryptInternal(...
[2022-11-07T18:14:06.020951+01:00] pimcore.EMERGENCY: Exception: encrypted field venueAvailableWeekdays cannot be decoded in /var/www/html/vendor/pimcore/pimcore/models/DataObject/ClassDefinition/Data/EncryptedField.php:185 Stack trace: #0 /var/www/html/vendor/pimcore/pimcore/models/DataObject/ClassDefinition/Data/EncryptedField.php(207): Pimcore\Model\DataObject\ClassDefinition\Data\EncryptedField->decrypt(...
Thank you so much
Hello,
I'm facing error on product listing. When I'm selecting item per page 1000 it's not working and giving Status: 0 | communication failure
Timestamp: Wed Nov 09 2022 11:39:50 GMT+0530 (India Standard Time)
Status: 0 | communication failure
URL: /admin/object/grid-proxy?classId=2&folderId=244&xaction=read&_dc=1667974160325
Method: GET
Message:
Can any one help me on that