πŸ‡΅πŸ‡°Pakistan @DewanCodes

Account created on 10 November 2008, over 15 years ago
#

Recent comments

πŸ‡΅πŸ‡°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.69.0 2024