This is happens and to the drupal 10.1.6
I have experienced that error as well i have found id: node_type in /core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_view.yml
also in
/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_default_query_param.yml
I believe that can be replaced "id: node_type" With "id: entity_bundle:node"
I have patch them
vitaliych → created an issue.
I have solved this issue and it not relevant to the Page manger so the issue can be safely closed
The solution is :
patching the drupal/panels with the patch from this
https://www.drupal.org/project/panels/issues/2849867
📌
Custom attributes in panels blocks and variants
Fixed
vitaliych → created an issue.
On Upgrade D9.5.11 to d10.1 i'm getting problem
with guzzle6-adapter which requires guzzle 6
but core requires guzzle 7
Any possible suggestions, how to break it through?
Hi Ranjit,
Any update on this issue? will you fix this?
Please do so as i need to use that module...
Hi Ranjit any ideas how to fix that
vitaliych → created an issue.
Anybody solved that issue? i'm getting the same error
log shows -
Error: array_key_exists(): Argument #2 ($array) must be of type array, Stripe\Util\CaseInsensitiveArray given
{"object":"Account","method":"retrieve","args":[]}
Hi Meghul,
Thank you very much for clarity ...
Do i need to close the bug here?
Hi Prashant, thanks for your reply
I'm Using Drupal 9.5.5 context 8.x-4.1 Admin toolbar 3.3.0 with Claro administration theme
Ddev development environment on MacMini M1 chipset
Context module it self working fine and not showing any issues ... admin tool dropdown menu has a bug
Steps to reproduce after installation:
1. create a context.
2. Edit this context especially machine name
3. you should see in drop down menu your old (not edited context name will lead to 404) and new one which works fine
might be some helpful to reproduce. You may ask me any question i'll be happy to reply here
vitaliych → created an issue.