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

Account created on 20 February 2019, over 5 years ago
#

Recent comments

πŸ‡ΊπŸ‡ΈUnited States parkh

@silverham, the patch works for me. thank you.

πŸ‡ΊπŸ‡ΈUnited States parkh

parkh β†’ created an issue.

πŸ‡ΊπŸ‡ΈUnited States parkh

works for me. thank you so much for a quick update.

πŸ‡ΊπŸ‡ΈUnited States parkh

I think 1.0.6 should specify core_version_requirement in info.yml if 1.0.6 works in D10.3 with no issue.

πŸ‡ΊπŸ‡ΈUnited States parkh

After I applied the patch, I got this error from drush while running drush cr:
[warning] Attempt to read property "created" on null MemcacheBackend.php:152

πŸ‡ΊπŸ‡ΈUnited States parkh

@dylan-donkersgoed Re #51, please update "$this->render" to "$this->renderer" in modules/video_embed_wysiwyg/src/Form/VideoEmbedDialog.php.

This is error what I got:
Deprecated function: Creation of dynamic property Drupal\video_embed_wysiwyg\Form\VideoEmbedDialog::$render is deprecated in Drupal\video_embed_wysiwyg\Form\VideoEmbedDialog->__construct() (line 51 of /var/www/html/docroot/modules/contrib/video_embed_field/modules/video_embed_wysiwyg/src/Form/VideoEmbedDialog.php)

πŸ‡ΊπŸ‡ΈUnited States parkh

The main issue is caused by regex pattern in preg_match() to extract the view id.
So, preg_match('/.*\((.+)\)$/', $view_name, $match); should be a little bit better because of one line change.

Production build 0.71.5 2024