Account created on 16 November 2009, almost 15 years ago
#

Merge Requests

Recent comments

πŸ‡§πŸ‡ͺBelgium tvb

There are issue reports for other modules regarding a similar error message, e.g. https://www.drupal.org/project/purge_users/issues/3293271 πŸ› Use LoggerChannelFactoryInterface Fixed

πŸ‡§πŸ‡ͺBelgium tvb

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

πŸ‡§πŸ‡ͺBelgium tvb

I noticed this issue after commenting on https://www.drupal.org/project/tablefield/issues/3399529 πŸ› Error: Cannot unset offset in a non-array variable in Drupal\tablefield\Plugin\Field\FieldType\TablefieldItem->setValue() (line 164 of modules/contrib/tablefield/src/Plugin/Field/FieldType/TablefieldItem.php) Needs review .

In my case the CSV upload works with a tablefield inside a paragraph. There are no error messages in the log.

Make sure to set configuration values at /admin/config/content/tablefield.

πŸ‡§πŸ‡ͺBelgium tvb

Ignore my previous comment.

Apparently the configuration settings at /admin/config/content/tablefield had disappeared.

The TypeError message is gone after setting a CSV separator and defaults for number of rows and columns.

No patch required.

πŸ‡§πŸ‡ͺBelgium tvb

Similar problem here (version 8.x-2.4):

The website encountered an unexpected error. Please try again later.
TypeError: Cannot access offset of type string on string in Drupal\tablefield\Plugin\Field\FieldType\TablefieldItem->setValue() (line 187 of modules/contrib/tablefield/src/Plugin/Field/FieldType/TablefieldItem.php).

It is resolved after installing the patch.

πŸ‡§πŸ‡ͺBelgium tvb

Probably didnt import SimpleSitemapInterface to the file.

Exactly.

Adding use \Drupal\simple_sitemap\Entity\SimpleSitemapInterface; to the module file fixes the issue, as do the modifications with full references (in merge request !95).

Thank you!

πŸ‡§πŸ‡ͺBelgium tvb

[meta] Themes improperly check renderable arrays when determining visibility
https://www.drupal.org/project/drupal/issues/953034 🌱 [meta] Themes improperly check renderable arrays when determining visibility Needs work

πŸ‡§πŸ‡ͺBelgium tvb

tvb β†’ created an issue.

πŸ‡§πŸ‡ͺBelgium tvb

Chiming in with my case:

If you use a custom source plugin, make sure source_module in the annotation is set to an enabled module in the source site.

drush migrate:import <migration_id> will just report "No migrations found", while log messages contains a message "Migration did not meet the requirements." with mention of the offending source_module.

πŸ‡§πŸ‡ͺBelgium tvb

Patch #34 fixes the issue.

Drupal 9.5.2 | PHP 8.1.13 | DS 8.x-3.15 | bootstrap5 3.0.3

πŸ‡§πŸ‡ͺBelgium tvb

I tested merge request !13 and it resolved the issue.

πŸ‡§πŸ‡ͺBelgium tvb

I tested the #2 patch and it fixes the issue.

Drupal 9.5.2
PHP 8.1.13

Production build 0.71.5 2024