πŸ‡ΊπŸ‡ΈUnited States @ccarnnia

Account created on 23 December 2011, almost 13 years ago
#

Recent comments

πŸ‡ΊπŸ‡ΈUnited States ccarnnia

++
in the same ballpark:
pagination of /admin/structure/views/view/taxonomy_term/ intermidently disappears if layout_builder is enabled for the `full` display of the term.

πŸ‡ΊπŸ‡ΈUnited States ccarnnia

++ #28
this worked for me:

    "extra": {
        "installer-types": [
            "bower-asset",
            "npm-asset"
        ],
        "installer-paths": {
            "web/core": [
                "type:drupal-core"
            ],
            "web/modules/contrib/{$name}": [
                "type:drupal-module"
            ],
            "web/profiles/contrib/{$name}": [
                "type:drupal-profile"
            ],
            "web/themes/contrib/{$name}": [
                "type:drupal-theme"
            ],
            "drush/Commands/contrib/{$name}": [
                "type:drupal-drush"
            ],
            "web/modules/custom/{$name}": [
                "type:drupal-custom-module"
            ],
            "web/themes/custom/{$name}": [
                "type:drupal-custom-theme"
            ],
            "web/libraries/ckeditor5-anchor-drupal": [
                "npm-asset/northernco--ckeditor5-anchor-drupal"
            ],
            "web/libraries/{$name}": [
                "type:drupal-library",
                "type:bower-asset",
                "type:npm-asset"
            ]
        },

πŸ‡ΊπŸ‡ΈUnited States ccarnnia

++ #23
applied the patch to D10.3.5 successfuly.

πŸ‡ΊπŸ‡ΈUnited States ccarnnia

and here is the the same patch as #114 rerolled

πŸ‡ΊπŸ‡ΈUnited States ccarnnia

once you upgrade to 10.3.5 it stops working again.

πŸ‡ΊπŸ‡ΈUnited States ccarnnia

hi all,
number2
mv libraries/DOMPurify libraries/dompurify
fixed it for me.

πŸ‡ΊπŸ‡ΈUnited States ccarnnia

hi all,
mv libraries/DOMPurify libraries/dompurify
fixed it for me.

πŸ‡ΊπŸ‡ΈUnited States ccarnnia

Hi All,
patch #114 worked for D: 10.3.5 using `adminiml` admin theme.

πŸ‡ΊπŸ‡ΈUnited States ccarnnia

Hi All
I see the same error as #151 on:
drupal: 10.3.5
simplesamlphp_auth 4.0.0
symfony: 6.4.12

but everything works on:
drupal: 10.3.3
simplesamlphp_auth 4.0.0
symfony: 6.4.11

πŸ‡ΊπŸ‡ΈUnited States ccarnnia

++ on @smurfxx findings.
i am seeing it on 3.0.0-rc20.
parent node has an entityrefrence .
refrence method is : Filtered by entity refrence view .
and the widgent is `Inline entity form - Complex`.

looking ...

πŸ‡ΊπŸ‡ΈUnited States ccarnnia

++
without it we'd have a hard time refering to {{ file.description }} in our templates.

this amount of validation in twig template was not enough:
{% if file.description is not empty %} {{ file.description }} {% else %} {{ file_entity.filename }} {% endif %}

still looking ....

πŸ‡ΊπŸ‡ΈUnited States ccarnnia

Just saw it on `10.2.6`.
++ on #8 @smustgrave
given 2 sites in a multisite structure with almost identical config I see this error on one and not the other.
It displays when saving a view mode.
looking ...

πŸ‡ΊπŸ‡ΈUnited States ccarnnia

i have seen this a nuber of time. to fix it i:
1- export all the config

drush @MYSITE cex

2- navigte to config/sync directory

cd /var/www/PATH_TO_SITES/config/sync

3- look for `id: node_type`. it could be in block config, or pathautho, ...

grep -r "id: node_type" .

4- edit the files from step 3 replaceing `id: node_type` with `entity_bundle:node`
5- import the config

drush @MYSITE cim

πŸ‡ΊπŸ‡ΈUnited States ccarnnia

++ on #25 thank you Santhosh and cmeh.

πŸ‡ΊπŸ‡ΈUnited States ccarnnia

thank you @ pakmanlh β†’
that was briliant 

πŸ‡ΊπŸ‡ΈUnited States ccarnnia

Thank you @jrglasgow
Patch #7 worked nicely .

πŸ‡ΊπŸ‡ΈUnited States ccarnnia

I came across this issue today on a D10 site.
Not totally sure but i think this site had problems during an updb when core was upgraded last.
i went to another healthy site and ran config export:
drush @MYGOODSITE cex
copied the following .yml files from MYGOODSITE's config/sync to a /tmp/bla folder:
language.content_settings.path_alias.path_alias.yml
language.content_settings.redirect.redirect.yml
language.entity.en.yml
language.entity.und.yml
language.entity.zxx.yml
language.mappings.yml
language.negotiation.yml
language.types.yml

edit each of these files and deleted the UUID.
and then imported them to MYBADSITE :
drush @MYBADSITE config:import --partial --source=/tmp/bla/

I had to run the config:import 2 times .
1st tim it only imported negotiation.
This fixed the issue for me.

πŸ‡ΊπŸ‡ΈUnited States ccarnnia

ccarnnia β†’ created an issue.

πŸ‡ΊπŸ‡ΈUnited States ccarnnia
  • composer require 'drupal/exclude_node_title:^1.4'
  • drush @MYSITE en exclude_node_title
  • on admin/config/content/exclude-node-title configured it to add `hidden class` to Teaser view mode of my custom content type
  • rebuid cache
  • profit
πŸ‡ΊπŸ‡ΈUnited States ccarnnia

Hi All,
I off load https at the loadballancer and apche vhost is configured for port:80 only.
By default I set /admin/config/content/pathologic to `protocol relative`.
If I mistakenly choose the first option `FULL: URL` then the pages with embeded video or iframes with reative path get mixed mode error.
Should `http` even be an option any more?

πŸ‡ΊπŸ‡ΈUnited States ccarnnia

The issue was not related to the module’s functionality.
A bad pipeline script failed to deploy the module correctly to all the nodes behind the LB.
symfony_mailer worked as expected on D9 (replacing swiftmailer) .
upgrade to D10 also worked as expected.

πŸ‡ΊπŸ‡ΈUnited States ccarnnia

$ php -v
PHP 8.1.22
-----------
$ drush status
Drupal version : 9.5.11

πŸ‡ΊπŸ‡ΈUnited States ccarnnia

Hi @louis-cuny ,
Thank you for answring my questions.
I owe you a documentation patch:

πŸ‡ΊπŸ‡ΈUnited States ccarnnia

thanks again,
now i am stuck behind php_8.1 issues:
#1 ($value) must be of type Countable|array, null given in count() (line 343 of /var/www/web/modules/contrib/structure_sync/src/Controller/BlocksController.php)
I'll check the issue queue ...

πŸ‡ΊπŸ‡ΈUnited States ccarnnia

thank you @louis-cuny

i did a cex in dev and it did generate structure_sync.data.yml

i took following to staging:
block.block.header_content.yml
block.block.workingforyou.yml
block.block.homepagevideo.yml
structure_sync.data.yml

and ran drush @mysite config:import in staging.

Import the listed configuration changes? (yes/no) [yes]:
> yes

[warning] The "block_content:f1b676ae-e826-4f05-a9cb-65f09e01cf03" was not found
[notice] Synchronized configuration: create block.block.header_content.

[warning] The "block_content:7c3ff773-a3cf-428f-ab46-4b6b2b417dd3" was not found
[notice] Synchronized configuration: create block.block.workingforyou.

[warning] The "block_content:f77fa748-663e-4fbd-ad56-e68318333044" was not found
[notice] Synchronized configuration: create block.block.homepagevideo.

[notice] Synchronized configuration: update structure_sync.data.
[notice] Finalizing configuration synchronization.
[success] The configuration was imported successfully.

but i don't see the new custom blocks on the staging site.
am i missing something obvious?

πŸ‡ΊπŸ‡ΈUnited States ccarnnia

Just a quick thank you to all.
Your work here allows me to build new D10 sites on the same infrastructure that host legacy D7 sites.
Site by site migration and is number 1 priority but it helps to know I will not have to wait a long time to upgrade D9 sites to D10.
Thank you for making our tax dollars go further.

πŸ‡ΊπŸ‡ΈUnited States ccarnnia

I just upgraded an old site to 7.95.
My old notes reminded me of this issue.
No patching needed any more it is in core.
|

Production build 0.71.5 2024