Account created on 31 July 2006, over 18 years ago
#

Merge Requests

Recent comments

πŸ‡»πŸ‡³Vietnam HoangD

Since D10.3 \Drupal\image\Controller\ImageStyleDownloadController::deliver accepts 4 arguments instead of 4

So on D10.3 installations there is a fatal error when enabling this module:

Fatal error: Declaration of Drupal\imageapi_optimize_avif_webp\Controller\ImageStyleDownloadController::deliver(Symfony\Component\HttpFoundation\Request $request, $scheme, Drupal\image\ImageStyleInterface $image_style) must be compatible with Drupal\image\Controller\ImageStyleDownloadController::deliver(Symfony\Component\HttpFoundation\Request $request, $scheme, Drupal\image\ImageStyleInterface $image_style, string $required_derivative_scheme) in /var/www/html/web/modules/contrib/imageapi_optimize_avif_webp/src/Controller/ImageStyleDownloadController.php on line 36

πŸ‡»πŸ‡³Vietnam HoangD

I think you should install some libraries as for HEIF

🌱 | Porto Theme | Renewal
πŸ‡»πŸ‡³Vietnam HoangD

Did you update your Drupal site to version 10 ?
You can contact directly to me :
Telegram: @emprisestar
Skype: emprise_star
Email: emprisestar@gmail.com

πŸ‡»πŸ‡³Vietnam HoangD

composer require 'drupal/md_slider:^1.5'

πŸ‡»πŸ‡³Vietnam HoangD

Module Requirements:
1. If using ImageMagick tookit then latest version of ImageMagick extension with 'Images format' AVIF must be enabled.
2. If using GD toolkit then PHP 8.1+ and php-gd extension must be enabled.

πŸ‡»πŸ‡³Vietnam HoangD

The problem will be resolved by
replacing 'FollowSymLinks' with 'SymLinksIfOwnerMatch' in 2 files :
drupal_root/.htaccess
drupal_root/sites/default/files/advagg_js/.htaccess

πŸ‡»πŸ‡³Vietnam HoangD

HoangD β†’ made their first commit to this issue’s fork.

πŸ‡»πŸ‡³Vietnam HoangD

HoangD β†’ made their first commit to this issue’s fork.

πŸ‡»πŸ‡³Vietnam HoangD

Use the below format

$variables['output'] =  [
  '#markup' => "<div><strong>Changing the output of a view field</strong></div>",
  '#allowed_tags' => ['div','strong']
];
Production build 0.71.5 2024