The reason we love this module is the low friction for both admins and users when compared with tfa and tfa_email_otp :)
Looking at the TFA module, it's listening to additional routes but also builds its own User Login Block.
Would it make sense to add more routes and protected controllers to this module, taking inspiration from existing tfa module?
entropea → created an issue.
Also seeing this in latest version with D10. Fine when using Date type, but when datelist is used we see this warning.
entropea → created an issue.
- Open the "Manage Display" for the media type in question (In this case, Remote Video): admin/structure/media/manage/remote_video/display
- Click the Gear icon for the "Video URL"
- Select "Expert" from the "Field Template" drop down list
- Switch on "Field Item"
- Type "div" into "Element"
- Type "ratio ratio-16x9" into "Classes"
- Click "Update"
- Click Save
Just a heads up... If I select "No display" to avoid this error, the "Expert" field formatter settings are not saved and there is no error message. Just in case anyone comes across this. Patch #14 worked on 10.1 for me.
If I select "No display" to avoid this error, the "Expert" field formatter settings are not saved with no error message. Just in case anyone comes across this. Patch worked in 10.1 for me.
entropea → created an issue.
So I did a didn't get any warning when uninstalling the BEF module (Gr8 module, btw! :)
drush pmu better_exposed_filters
[error] A non-existent config entity name returned by FieldStorageConfigInterface::getBundles(): entity type: taxonomy_term, bundle: offences_relating_to_directive_2008_99, field name: field_offences_relating_to_direc
[success] Successfully uninstalled: better_exposed_filters
The View in question is now gone without warning.
Sadly it was two days of work without doing a cex, ah well. Just hoping this behaviour can be changed to save any future heartache.
Having same issue in 9.5. Modules don't list these dependencies and are in the extensions.yml. Could this be a config split issue?
Happy to assist if you can point me in the right direction.
entropea → created an issue.
Sorry, this is version 3.7.2
Full error below:-
The website encountered an unexpected error. Please try again later.
Drupal\Core\Entity\EntityStorageException: SQLSTATE[22003]: Numeric value out of range: 1264 Out of range value for column 'field_dates_value' at row 1: INSERT INTO "node__field_dates" ("entity_id", "revision_id", "bundle", "delta", "langcode", "field_dates_value", "field_dates_end_value", "field_dates_duration", "field_dates_rrule", "field_dates_rrule_index", "field_dates_timezone") VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1, :db_insert_placeholder_2, :db_insert_placeholder_3, :db_insert_placeholder_4, :db_insert_placeholder_5, :db_insert_placeholder_6, :db_insert_placeholder_7, :db_insert_placeholder_8, :db_insert_placeholder_9, :db_insert_placeholder_10); Array ( [:db_insert_placeholder_0] => 100094 [:db_insert_placeholder_1] => 100368 [:db_insert_placeholder_2] => project [:db_insert_placeholder_3] => 0 [:db_insert_placeholder_4] => en [:db_insert_placeholder_5] => 2160169200 [:db_insert_placeholder_6] => 2160255540 [:db_insert_placeholder_7] => 1439 [:db_insert_placeholder_8] => [:db_insert_placeholder_9] => [:db_insert_placeholder_10] => ) in Drupal\Core\Entity\Sql\SqlContentEntityStorage->save() (line 815 of core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php).
Drupal\Core\Database\StatementWrapper->execute(Array, Array) (Line: 44)
Drupal\mysql\Driver\Database\mysql\Insert->execute() (Line: 1393)
Drupal\Core\Entity\Sql\SqlContentEntityStorage->saveToDedicatedTables(Object, , Array) (Line: 969)
Drupal\Core\Entity\Sql\SqlContentEntityStorage->doSaveFieldItems(Object) (Line: 721)
Drupal\Core\Entity\ContentEntityStorageBase->doSave(NULL, Object) (Line: 520)
Drupal\Core\Entity\EntityStorageBase->save(Object) (Line: 804)
Drupal\Core\Entity\Sql\SqlContentEntityStorage->save(Object) (Line: 339)
Drupal\Core\Entity\EntityBase->save() (Line: 270)
Drupal\node\NodeForm->save(Array, Object)
call_user_func_array(Array, Array) (Line: 114)
Drupal\Core\Form\FormSubmitter->executeSubmitHandlers(Array, Object) (Line: 52)
Drupal\Core\Form\FormSubmitter->doSubmitForm(Array, Object) (Line: 595)
Drupal\Core\Form\FormBuilder->processForm('node_project_form', Array, Object) (Line: 323)
Drupal\Core\Form\FormBuilder->buildForm(Object, Object) (Line: 73)
Drupal\Core\Controller\FormController->getContentResult(Object, Object) (Line: 39)
Drupal\layout_builder\Controller\LayoutBuilderHtmlEntityFormController->getContentResult(Object, Object)
call_user_func_array(Array, Array) (Line: 123)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 124)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->wrapControllerExecutionInRenderContext(Array, Array) (Line: 97)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 169)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
entropea → created an issue.