Account created on 21 January 2013, over 11 years ago
#

Recent comments

πŸ‡¬πŸ‡·Greece tarasiadis

I had in my composer.json this

"conflict": {
"drupal/drupal": "*"
},

so if I change it to below, I'm ok to prevent updating to 10.3?

"conflict": {
"drupal/drupal": "*",
"drupal/core": ">10.2"
},

πŸ‡¬πŸ‡·Greece tarasiadis

So I need to add conflict on views module for drupal/core >10.2.
Sorry just im not specialist.
If someone could help on this, please welcome. As I think it will be useful for other people too.

πŸ‡¬πŸ‡·Greece tarasiadis

Sorry but I'm confused hoe to prevent my 10.2.7 to update to 10.3 on some websites that I have to update the rest modules etc.
I have to change my composer.json

from
"drupal/core": "^10",
"drupal/core-composer-scaffold": "^10",
"drupal/core-project-message": "^10",

to
"drupal/core": "^10.2",
"drupal/core-composer-scaffold": "^10.2",
"drupal/core-project-message": "^10.2",

I need some help to not crash my next website too.

πŸ‡¬πŸ‡·Greece tarasiadis

I need to update another site but how can I prevent to upgrade to 10.3 and stay at 10.2.x?

πŸ‡¬πŸ‡·Greece tarasiadis

I try to recover my site back from a backup.
For home directory I think I can find some previous version. But for db the changes from 10.2.7 to 10.3.0 must be back to 10.2.7 version or not? What tables change 10.3.0? Is this problem to work with 10.2.7 as I have a backup from 10.2.7 db nut there are a lot of new entries in my ecommerce website.

Yes I think this is important for rules
^9.1 || 10.0 - 10.2

πŸ‡¬πŸ‡·Greece tarasiadis

So until new version we will have all our websites down? Any help to find a solution on this?

πŸ‡¬πŸ‡·Greece tarasiadis

I try and find the configuration for blocks that have visibility per role setup. Check one sample.

a:12:{s:4:"uuid";s:36:"9e85a5c2-2040-4289-ab3d-41cb9980fb8a";s:8:"langcode";s:2:"el";s:6:"status";b:1;s:12:"dependencies";a:3:{s:7:"content";a:1:{i:0;s:56:"block_content:basic:efcc1f8f-5087-4038-ad15-b857a0bba42c";}s:6:"module";a:2:{i:0;s:13:"block_content";i:1;s:4:"user";}s:5:"theme";a:1:{i:0;s:14:"viosarp_barrio";}}s:2:"id";s:10:"bannerespa";s:5:"theme";s:14:"viosarp_barrio";s:6:"region";s:9:"slideshow";s:6:"weight";i:-22;s:8:"provider";N;s:6:"plugin";s:50:"block_content:efcc1f8f-5087-4038-ad15-b857a0bba42c";s:8:"settings";a:7:{s:2:"id";s:50:"block_content:efcc1f8f-5087-4038-ad15-b857a0bba42c";s:5:"label";s:15:"Banner ΕΣΠΑ";s:13:"label_display";s:1:"0";s:8:"provider";s:13:"block_content";s:6:"status";b:1;s:4:"info";s:0:"";s:9:"view_mode";s:4:"full";}s:10:"visibility";a:1:{s:9:"user_role";a:4:{s:2:"id";s:9:"user_role";s:6:"negate";b:0;s:15:"context_mapping";a:1:{s:4:"user";s:39:"@user.current_user_context:current_user";}s:5:"roles";a:1:{s:9:"anonymous";s:9:"anonymous";}}}}

But I cannot edit blob column in phpmyadmin to clear visibility as this
s:10:"visibility";a:0:{}

Is someone else that find solution. It is crazy that all my sites are down after update to 10.3.0

πŸ‡¬πŸ‡·Greece tarasiadis

I try to find a solution to recover my site.
Until a patch will published I have to make my site running again.

I have no access to my admin interface. So I try to make some changed in db to disable visibility condition for some blocks per user role.
Could someone help me where I can find configuration per block in db?

Thanks

πŸ‡¬πŸ‡·Greece tarasiadis

I think it is urgent as this upgrade crash a lot of websites. Is it possible to disable rules? I think no as it is required by other modules too. So wait for patch or new version?

πŸ‡¬πŸ‡·Greece tarasiadis

I have the same issue after update from 10.2.7 to 10.3.0

πŸ‡¬πŸ‡·Greece tarasiadis

I have the same issue after update from 10.2.7 to 10.3.0
So the solution is to uninstall rules?

πŸ‡¬πŸ‡·Greece tarasiadis

Yes this is works. Thanks. Wait for next release.

πŸ‡¬πŸ‡·Greece tarasiadis

Where I have to write a (space) empty string? In css class option?

πŸ‡¬πŸ‡·Greece tarasiadis

I have see that snowball support greek
https://snowballstem.org/algorithms/greek/stemmer.html

But I cannot use it? Is something that I have to do at configuration?

πŸ‡¬πŸ‡·Greece tarasiadis

I have the same problem.

πŸ‡¬πŸ‡·Greece tarasiadis

Yes please help us to include in new release as I try to upgrade now to drupal 10 and get error like below and I have already add
core_version_requirement: ^8 || ^9 || ^10

Problem 1
- drupal/responsive_views_grid dev-1.x requires drupal/core ^8 || ^9 -> found drupal/core[8.0.0-beta6, ..., 8.9.x-dev, 9.0.0-alpha1, ..., 9.5.x-dev] but it conflicts with your root composer.json require (^10.1).
- drupal/responsive_views_grid 1.1.0 requires drupal/core ^8 -> found drupal/core[8.0.0-beta6, ..., 8.9.x-dev] but it conflicts with your root composer.json require (^10.1).
- drupal/responsive_views_grid 1.x-dev is an alias of drupal/responsive_views_grid dev-1.x and thus requires it to be installed too.
- Root composer.json requires drupal/responsive_views_grid ^1.1 -> satisfiable by drupal/responsive_views_grid[1.1.0, 1.x-dev (alias of dev-1.x)].

πŸ‡¬πŸ‡·Greece tarasiadis

hi
i confirm that #6 also solved my case

thanks to @cslevy

πŸ‡¬πŸ‡·Greece tarasiadis

Any help on this? I sent you here my configuration of the text editor. i think that all are ok but I cannot get the popup window when I click on image button of the editor, to setup responsive styles.

πŸ‡¬πŸ‡·Greece tarasiadis

Patch solve my same issue too. Thanks

πŸ‡¬πŸ‡·Greece tarasiadis

I have the same issue. So on next version you will add it, right?

πŸ‡¬πŸ‡·Greece tarasiadis

I have test ckeditor 5 without responsive image module installed and the problem exist too. So I think that it is native ckeditor issue or misconfigured. When someone click on image icon what must be shown?

πŸ‡¬πŸ‡·Greece tarasiadis

I had post it twice as I don’t know if it ckeditor 5 issue or responsive image module issue.

Thanks.

πŸ‡¬πŸ‡·Greece tarasiadis

I have delete the whole folder and I upload the new version and is ok now.

πŸ‡¬πŸ‡·Greece tarasiadis

It seems that patch conflict with new version?

πŸ‡¬πŸ‡·Greece tarasiadis

Now I get an error as below

PHP Fatal error: Cannot use Drupal\Core\Entity\EntityTypeManagerInterface as EntityTypeManagerInterface because the name is already in use in /......../web/modules/contrib/commerce_ajax_atc/src/EventSubscriber/AjaxCartEventSubscriber.php on line 11

πŸ‡¬πŸ‡·Greece tarasiadis

After update to 1.0.0-rc1 I cannot apply the patch.
And my site crach with error 500.

Please help me.

- Installing drupal/commerce_ajax_atc (1.0.0-rc1): Extracting archive
- Applying patches for drupal/commerce_ajax_atc
https://www.drupal.org/files/issues/2023-06-02/3364372-5.patch β†’ (Add to cart fix with commerce 2.36 update)
Could not apply patch! Skipping. The error was: Cannot apply patch https://www.drupal.org/files/issues/2023-06-02/3364372-5.patch β†’

In Patches.php line 331:

Cannot apply patch Add to cart fix with commerce 2.36 update ( https://www.drupal.org/files/issues/2023-06-02/3364372-5.patch β†’ )!

πŸ‡¬πŸ‡·Greece tarasiadis

Hi tonytheferg,
I have check the patch and seems that works ok with commerce 2.36

πŸ‡¬πŸ‡·Greece tarasiadis

I’m sure that is compatibility issue with new commerce 2.36.

Here is the new feature that maybe is conflict with Ajax add to cart class extension.

https://www.drupal.org/node/3317738 β†’

If somebody could help to make it compatible with new version of commerce.

πŸ‡¬πŸ‡·Greece tarasiadis

I have downgrade to "drupal/commerce": "2.35" and works ok. But with new "drupal/commerce": "2.36", I get the error that I have sent.

πŸ‡¬πŸ‡·Greece tarasiadis

Is there any other user that update to commerce 2.35.0 and see the same error?

πŸ‡¬πŸ‡·Greece tarasiadis

I have the same issue for wave.webaim.org as find button with no text (empty). Version 4.4.2
And I cannot add patch at my D9.5.7

Production build 0.69.0 2024