Account created on 10 November 2008, about 16 years ago
#

Recent comments

🇵🇰Pakistan dewancodes

Is there any solution available yet for Drupal 10, so we can choose "Responsive Image style" for 'Media Type Image'?

🇵🇰Pakistan dewancodes

Hello @Gaurav Gupta

When I try to add data in the "caption" field of the image, data is not being saved in the database. Any clue how to fix it?

🇵🇰Pakistan dewancodes

FIXED: I have fixed this issue by enabling following options on the following URL:

/admin/config/content/block-class/settings

Global Settings :

> Enable auto-complete
> Enable special chars
> Enable id replacement

Now I can save the block in Drupal 10.2.3 and PHP 8.2

🇵🇰Pakistan dewancodes

#12 worked for me. Unpublished a node and remove URL aliases from which node you want to redirect to another node where you want to redirect this node.

Thanks @uri_frazier

🇵🇰Pakistan dewancodes

I tried #27 on drupal 10 and it worked fine for me as error gone. Thanks @drupalninja99.

🇵🇰Pakistan dewancodes

BEFORE:
$terms = taxonomy_term_load_multiple_by_name($item, 'tags');

AFTER:

$terms = \Drupal::entityTypeManager()->getStorage("taxonomy_vocabulary")->loadByProperties(["name" => (string)$item, "vid" => 'tags']);

(string) this is the string enforcement.

This worked for me.

Production build 0.71.5 2024