🇫🇷France @selinav

Account created on 31 May 2009, over 15 years ago
#

Recent comments

🇫🇷France selinav

I've found a solution with colorbox inline.
Check the box in /admin/config/content/formats and display in gallery mode.
All images can be open in colorbox.

🇫🇷France selinav

#16 Thank you for your investment.

Have you received the right to maintain the project? They say that after 14 days without comments, you will automatically be co-maintainer. The comment was written 14 days ago, normally today or tomorrow it should be good.

I'm really looking forward to the project being resumed, because it's blocking my daily life.

🇫🇷France selinav

Is it possible to release a stable version now with all patchs ?

🇫🇷France selinav

Now, menu to select image style well displays but I can't choose image style responsive (no dropdown).

When I go to admin/config/content/formats/manage/full_html
I check my responsive styles but they aren't saved cause to error message:

"La clé "css_classes" n'est pas prise en charge." (The "css_classes" key is not supported.)

More over, I can't change the filter processing order to put at the end "display responsive image styles".

🇫🇷France selinav

Thank you for the reply.

I put your code in my composer file.

"patches": {
      "drupal/core": {
        "Responsive image width/height values are not used from fallback image style: https://www.drupal.org/project/drupal/issues/3377420": "https://git.drupalcode.org/project/drupal/-/merge_requests/7248.diff"
      },
      "drupal/inline_responsive_images": {
        "unable to choose image style after download: https://www.drupal.org/project/inline_responsive_images/issues/3458794": "https://git.drupalcode.org/project/inline_responsive_images/-/merge_requests/12.diff",
        "not a supported key getting issue with ckeditor5: https://www.drupal.org/project/inline_responsive_images/issues/3460644": "https://git.drupalcode.org/project/inline_responsive_images/-/merge_requests/13.diff"
      }
}

It starts well, but I get an error line 331.

C:\wamp64\www\codiald10>composer install --prefer-source
Composer could not detect the root package (drupal-composer/drupal-project) version, defaulting to '1.0.0'. See https://getcomposer.org/root-version
Gathering patches for root package.
Removing package drupal/core so that it can be re-installed and re-patched.
  - Removing drupal/core (10.3.1)
Removing package drupal/inline_responsive_images so that it can be re-installed and re-patched.
  - Removing drupal/inline_responsive_images (3.0.0-beta1)
Deleting web/modules/contrib/inline_responsive_images - deleted
Deleting web/core - deleted
> DrupalProject\composer\ScriptHandler::checkComposerVersion
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Package operations: 2 installs, 0 updates, 0 removals
    Failed to download drupal/core from source: git was not found in your PATH, skipping source download
    Now trying to download from dist
    Failed to download drupal/inline_responsive_images from source: git was not found in your PATH, skipping source download
    Now trying to download from dist
Gathering patches for root package.
Gathering patches for dependencies. This might take a minute.
  - Installing drupal/core (10.3.1): Extracting archive
  - Installing drupal/inline_responsive_images (3.0.0-beta1): Extracting archive
  - Applying patches for drupal/core
    https://git.drupalcode.org/project/drupal/-/merge_requests/7248.diff (Responsive image width/height values are not used from fallback image style: https://www.drupal.org/project/drupal/issues/3377420)
   Could not apply patch! Skipping. The error was: Cannot apply patch https://git.drupalcode.org/project/drupal/-/merge_requests/7248.diff

In Patches.php line 331:

  Cannot apply patch Responsive image width/height values are not used from fallback image style: https://www.drupal.
  org/project/drupal/issues/3377420 (https://git.drupalcode.org/project/drupal/-/merge_requests/7248.diff)!


install [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--dry-run] [--download-only] [--dev] [--no-suggest] [--no-dev] [--no-autoloader] [--no-progress] [--no-install] [--audit] [--audit-format AUDIT-FORMAT] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--] [<packages>...]

What am I doing wrong?

Thank you for your help.

🇫🇷France selinav

Thank you.
I'm not too comfortable with composer.
For basic operations: install, update, delete, it's fine, but as soon as I get an error message, I'm lost.

I followed this tutorial, but it doesn't work: https://vazcell.com/blog/how-apply-patch-drupal-9-and-drupal-10-composer

I have this in "extra" section of my composer.json

"extra": {
"composer-exit-on-patch-failure": true,
"patchLevel": {
"drupal/core": "-p2"
},
"drupal-scaffold": {
"locations": {
"web-root": "web/"
}
},
"installer-paths": {
"web/core": ["type:drupal-core"],
"web/libraries/{$name}": ["type:drupal-library"],
"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"]
},
"inline_responsive_images": {
"3458794-unable-to-choose": "https://git.drupalcode.org/project/inline_responsive_images/-/merge_requ..."
}
}

I get this message in my command lines

C:\wamp64\www\codiald10>composer update
Composer could not detect the root package (drupal-composer/drupal-project) version, defaulting to '1.0.0'. See https://getcomposer.org/root-version
> DrupalProject\composer\ScriptHandler::checkComposerVersion
Loading composer repositories with package information
Updating dependencies
Lock file operations: 0 installs, 20 updates, 0 removals
  - Upgrading chi-teck/drupal-code-generator (3.3.0 => 3.6.1)
  - Upgrading consolidation/annotated-command (4.9.2 => 4.10.0)
  - Upgrading consolidation/log (3.0.0 => 3.1.0)
  - Upgrading consolidation/output-formatters (4.3.2 => 4.5.0)
  - Upgrading consolidation/site-alias (4.0.1 => 4.1.0)
  - Upgrading consolidation/site-process (5.2.0 => 5.4.0)
  - Upgrading dflydev/dot-access-data (v3.0.2 => v3.0.3)
  - Upgrading drupal/ds (3.18.0 => 3.22.0)
  - Upgrading drupal/easy_breadcrumb (2.0.5 => 2.0.7)
  - Upgrading drupal/slick (2.10.0 => 2.11.0)
  - Upgrading drush/drush (12.4.3 => 12.5.2)
  - Upgrading grasmash/yaml-cli (3.1.0 => 3.2.1)
  - Upgrading guzzlehttp/guzzle (7.8.1 => 7.8.2)
  - Upgrading guzzlehttp/promises (2.0.2 => 2.0.3)
  - Upgrading guzzlehttp/psr7 (2.6.2 => 2.6.3)
  - Upgrading league/container (4.2.0 => 4.2.2)
  - Upgrading nikic/php-parser (v5.0.0 => v5.1.0)
  - Upgrading psy/psysh (v0.12.0 => v0.12.4)
  - Upgrading twbs/bootstrap (v5.3.2 => v5.3.3)
  - Upgrading webflo/drupal-finder (1.2.2 => 1.3.1)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 0 installs, 20 updates, 0 removals
  - Downloading consolidation/log (3.1.0)
  - Downloading guzzlehttp/psr7 (2.6.3)
  - Downloading guzzlehttp/promises (2.0.3)
  - Downloading guzzlehttp/guzzle (7.8.2)
  - Downloading twbs/bootstrap (v5.3.3)
    Failed to download drupal/ds from source: git was not found in your PATH, skipping source download
    Now trying to download from dist
  - Downloading drupal/ds (3.22.0)
    Failed to download drupal/easy_breadcrumb from source: git was not found in your PATH, skipping source download
    Now trying to download from dist
  - Downloading drupal/easy_breadcrumb (2.0.7)
  - Downloading drupal/slick (2.11.0)
  - Downloading webflo/drupal-finder (1.3.1)
  - Downloading nikic/php-parser (v5.1.0)
  - Downloading psy/psysh (v0.12.4)
  - Downloading league/container (4.2.2)
  - Downloading dflydev/dot-access-data (v3.0.3)
  - Downloading grasmash/yaml-cli (3.2.1)
  - Downloading consolidation/site-alias (4.1.0)
  - Downloading consolidation/site-process (5.4.0)
  - Downloading consolidation/output-formatters (4.5.0)
  - Downloading consolidation/annotated-command (4.10.0)
  - Downloading chi-teck/drupal-code-generator (3.6.1)
  - Downloading drush/drush (12.5.2)
  - Upgrading consolidation/log (3.0.0 => 3.1.0): Extracting archive
  - Upgrading guzzlehttp/psr7 (2.6.2 => 2.6.3): Extracting archive
  - Upgrading guzzlehttp/promises (2.0.2 => 2.0.3): Extracting archive
  - Upgrading guzzlehttp/guzzle (7.8.1 => 7.8.2): Extracting archive
  - Upgrading twbs/bootstrap (v5.3.2 => v5.3.3): Extracting archive
  - Removing drupal/ds (3.18.0)
  - Removing drupal/easy_breadcrumb (2.0.5)
  - Upgrading drupal/slick (2.10.0 => 2.11.0): Extracting archive
  - Upgrading webflo/drupal-finder (1.2.2 => 1.3.1): Extracting archive
  - Upgrading nikic/php-parser (v5.0.0 => v5.1.0): Extracting archive
  - Upgrading psy/psysh (v0.12.0 => v0.12.4): Extracting archive
  - Upgrading league/container (4.2.0 => 4.2.2): Extracting archive
  - Upgrading dflydev/dot-access-data (v3.0.2 => v3.0.3): Extracting archive
  - Upgrading grasmash/yaml-cli (3.1.0 => 3.2.1): Extracting archive
  - Upgrading consolidation/site-alias (4.0.1 => 4.1.0): Extracting archive
  - Upgrading consolidation/site-process (5.2.0 => 5.4.0): Extracting archive
  - Upgrading consolidation/output-formatters (4.3.2 => 4.5.0): Extracting archive
  - Upgrading consolidation/annotated-command (4.9.2 => 4.10.0): Extracting archive
  - Upgrading chi-teck/drupal-code-generator (3.3.0 => 3.6.1): Extracting archive
  - Upgrading drush/drush (12.4.3 => 12.5.2): Extracting archive
  0/20 [>---------------------------]   0%  - Installing drupal/ds (3.22.0): Extracting archive
  - Installing drupal/easy_breadcrumb (2.0.7): Extracting archive
 18/20 [=========================>--]  90%    Failed to extract drush/drush: (2) "C:\Program Files\7-Zip\7z.EXE" x -bb0 -y C:\wamp64\www\codiald10\vendor\composer\tmp-2652c44d3bb131960a7803f557cf3519.zip -oC:\wamp64\www\codiald10\vendor\composer\487c181a

ERROR: Cannot create symbolic link : Le client ne dispose pas d'un privil�ge n�cessaire. : C:\wamp64\www\codiald10\vendor\composer\487c181a\drush-ops-drush-4aebed8\docs\contribute\CONTRIBUTING.md
ERROR: Cannot create symbolic link : Le client ne dispose pas d'un privil�ge n�cessaire. : C:\wamp64\www\codiald10\vendor\composer\487c181a\drush-ops-drush-4aebed8\docs\drush_logo-black.png
ERROR: Cannot create symbolic link : Le client ne dispose pas d'un privil�ge n�cessaire. : C:\wamp64\www\codiald10\vendor\composer\487c181a\drush-ops-drush-4aebed8\docs\img\favicon.ico
ERROR: Cannot create symbolic link : Le client ne dispose pas d'un privil�ge n�cessaire. : C:\wamp64\www\codiald10\vendor\composer\487c181a\drush-ops-drush-4aebed8\docs\misc\icon_PhpStorm.png

    The archive may contain identical file names with different capitalization (which fails on case insensitive filesystems)
    Unzip with 7z command failed, falling back to ZipArchive class
Generating autoload files
46 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
> DrupalProject\composer\ScriptHandler::createRequiredFiles
No security vulnerability advisories found.

C:\wamp64\www\codiald10>composer update
Composer could not detect the root package (drupal-composer/drupal-project) version, defaulting to '1.0.0'. See https://getcomposer.org/root-version
> DrupalProject\composer\ScriptHandler::checkComposerVersion
Loading composer repositories with package information
Updating dependencies
Nothing to modify in lock file
Installing dependencies from lock file (including require-dev)
Nothing to install, update or remove
Generating autoload files
46 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
> DrupalProject\composer\ScriptHandler::createRequiredFiles
No security vulnerability advisories found.

I don't know how to correct it.

And, I can't download the source code zip file of https://git.drupalcode.org/issue/inline_responsive_images-3458794/-/tree... because I get this message

"Unsupported GitLab operation
You have attempted an action in GitLab that Drupal.org does not currently support.
Please see our GitLab documentation for more information."

How to download files or apply patch easily ?

Thank you for your help

🇫🇷France selinav

I use CKeditor 5 core with Drupal 10.3.1.

Where is the patch ?

🇫🇷France selinav

I get this message when I delete the field. The field is well deleted.

Drupal\Component\Plugin\Exception\PluginNotFoundException: The "paragraph" entity type does not exist. in Drupal\Core\Entity\EntityTypeManager->getDefinition() (line 139 of core\lib\Drupal\Core\Entity\EntityTypeManager.php).

Drupal\entity_reference_revisions\Plugin\Field\FieldType\EntityReferenceRevisionsItem::schema(Object) (Line: 480)
Drupal\field\Entity\FieldStorageConfig->getSchema() (Line: 517)
Drupal\field\Entity\FieldStorageConfig->getColumns() (Line: 1655)
Drupal\Core\Entity\Sql\SqlContentEntityStorage->readFieldItemsToPurge(Object, 10) (Line: 557)
Drupal\Core\Entity\ContentEntityStorageBase->purgeFieldData(Object, 10) (Line: 83)
field_purge_batch(10) (Line: 143)
Drupal\field_ui\Form\FieldConfigDeleteForm->submitForm(Array, Object)
call_user_func_array(Array, Array) (Line: 129)
Drupal\Core\Form\FormSubmitter->executeSubmitHandlers(Array, Object) (Line: 67)
Drupal\Core\Form\FormSubmitter->doSubmitForm(Array, Object) (Line: 597)
Drupal\Core\Form\FormBuilder->processForm('field_config_delete_form', Array, Object) (Line: 325)
Drupal\Core\Form\FormBuilder->buildForm(Object, Object) (Line: 73)
Drupal\Core\Controller\FormController->getContentResult(Object, Object)
call_user_func_array(Array, Array) (Line: 123)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 627)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 121)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->wrapControllerExecutionInRenderContext(Array, Array) (Line: 97)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 181)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28)
Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 32)
Drupal\big_pipe\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36)
Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)

Finally I have the problem with other deletion fields.
Paragraphs seems to be responsible https://www.drupal.org/project/paragraphs/issues/3165612 🐛 The "paragraph" entity type does not exist error after uninstallation due to left key_value entries Active

After follow instructions on the link, I can uninstall clearly metatag.

Sorry for the inconvenience

🇫🇷France selinav

I have activated "Advagg Bundler" and the problem is still present.

This appears to be a false positive because when I open the file it appears minified nicely. Only one file is affected, it must be a parsing error.

Sorry for the inconvenience.

🇫🇷France selinav

Thank you for your reply.

I'm on drupal 10.2.2 since tuesday.

I have done all your actions. But I don't know what is "bundler is active" (I'm french), can you give me the url of this setting please ?

🇫🇷France selinav

Hello,

According to SE Ranking, one of my files is not minimized:
themes/custom/perso/css/components/navigation/nav-primary-no-js.css

Should I do anything special in order to it works ?

Thank you

🇫🇷France selinav

Hello,

Thank you for your work.

Have you an idea of the d10 release date ?

I prefer to use the official version rather than a copy ( https://www.drupal.org/project/inline_responsive_images/issues/3380303 💬 Drupal 10 workaround Active ) that I might forget to update...

Best regards.

🇫🇷France selinav

#76 works for me with Drupal10 with hostinger.

I have adapted the path :

if (isset($GLOBALS['request']) and
'/web/index.php' === $GLOBALS['request']->server->get('SCRIPT_NAME')) {
$GLOBALS['request']->server->set('SCRIPT_NAME', '/index.php');
}

🇫🇷France selinav

Is it possible to have a dev release to test for drupal 10 ?

🇫🇷France selinav

I've added 'cookie_samesite: Lax' in : parameters:session.storage.options of the service.yml but the warning message is still present in admin/reports/status#warning.

What is wrong ?

🇫🇷France selinav

Are there plans to add it to the next version?

🇫🇷France selinav

Hello,

I have the same problem.

Can you update the jquery_ui_accordion version dependency to >2.0 ?

- views_accordion requires now a version of jquery_ui_accordion >2.0
- paragraphs_jquery_ui_accordion a version of jquery_ui_accordion >1.0

I can't update views_accordion because, I can't have 2 dependencies of jquery_ui_accordion with different versions.

Thank you

🇫🇷France selinav

Same problem for me.
I have this in my composer.json file :

"drupal/views_accordion": "^2.0",

Production build 0.71.5 2024