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
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.
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.
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.
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!
[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
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.
tvb β created an issue.
Patch #34 fixes the issue.
Drupal 9.5.2 | PHP 8.1.13 | DS 8.x-3.15 | bootstrap5 3.0.3
I tested merge request !13 and it resolved the issue.
I tested the #2 patch and it fixes the issue.
Drupal 9.5.2
PHP 8.1.13