πŸ‡³πŸ‡±Netherlands @MariskaTh

Account created on 12 September 2014, almost 10 years ago
#

Recent comments

πŸ‡³πŸ‡±Netherlands MariskaTh

I have run into this problem multiple times now.

The patch in #57 of this thread works for me. https://www.drupal.org/project/drupal/issues/2563515 πŸ› Improperly deployed *missing* entity table breaks module uninstall Needs work

Best regards,
Mariska

πŸ‡³πŸ‡±Netherlands MariskaTh

#57 worked for me! Thanks!

Best,
Mariska

πŸ‡³πŸ‡±Netherlands MariskaTh

#20 works for me too. I have installed Symfony mailer and use that as formatter. Works perfectly.

Thanks!

Best,
Mariska

πŸ‡³πŸ‡±Netherlands MariskaTh

Dear Wombatbuddy,

Thanks, this is a great module. It works perfectly.

Best regards,
Mariska

πŸ‡³πŸ‡±Netherlands MariskaTh

Dear Wombatbuddy,

Thank you. I finally understand how to solve this problem. Not an ideal solution, but at least something.

Reproducing would be:
* On an Drupal 10 installation add a content type with a date using the core datetime and datetime range modules.
* Then fill in a date
* Then reset the date by clicking or 'reset' or 'erase' in the calendar.

Then the error appears that the date is not correct. So, if I would have never filled in a date, the system would accept no date (since it is no required field). But when a date is set, it appears to be impossible to reset it.

The reset date module is developed to solve this problem, but the module does not work for Drupal 10. I tried it with the patch to which Gisle is referring to. At first I thought that did not do anything, but later on I saw that it does work with the core date module. For the date range module I installed the module Multiple Fields Remove Button β†’

I have reset the date range date by means of the core reset button in the calandar view. Subsequently, I pressed 'add new date'. It was not visible that the date was actually reset, but when I saved the event, the date was not visible on the frond end anymore.

A more beautiful solution would be nice, but for now this works.

Best regards,
Mariska

πŸ‡³πŸ‡±Netherlands MariskaTh

Dear Jaime,

Thank you for the patch. I tried it. I can install the module on Drupal 10, but I don't get a reset button.

Best regards,
Mariska

πŸ‡³πŸ‡±Netherlands MariskaTh

Dear Gisle,

Thanks for your response. I could install the module including the patch. I did not run into any problems, but it does not do anything either.

Best regards,
Mariska

πŸ‡³πŸ‡±Netherlands MariskaTh

Dear all,

Thank you for your efforts. Patch #23 worked for me, #34 did not.

Best regards,
Mariska

πŸ‡³πŸ‡±Netherlands MariskaTh

Dear Gisle,

Thanks for your response. You are more of a help than you think. This is the kind of basic knowledge that I lack to tie all the knots togeher and to understand the instructions.

This is great, thank you.

Best regards,
Mariska

πŸ‡³πŸ‡±Netherlands MariskaTh

Thank you for your reply.

I can use composer on my localhost now. That progress already.

Should I now use SSH to connect wih the server to be able to use composer on the live sites? If so, does that mean that I can use the same shell to use composer on my localhost and the live server, I just have to go to different location?

I'm working in Windows for now and my host is Antagonist.

Best regards,
Mariska

πŸ‡³πŸ‡±Netherlands MariskaTh

Sorry for the late response. Thank you. I tried the Manage display module and it works perfectly.

This makes it a lot easier.

Best regards,
Mariska

πŸ‡³πŸ‡±Netherlands MariskaTh

I'm having the same problem.
On my status report it says:
"Entity/field definitions
Mismatched entity and/or field definitions
The following changes were detected in the entity type and field definitions.
Media
The Media entity type needs to be installed.
Media type
The Media type entity type needs to be installed."

The media module is part of core and enabled.

When I go to 'uninstall', I get the following errors. Striking is that ' media' is mentioned again, so I think it is related:

The website encountered an unexpected error. Please try again later.

Drupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[42S02]: Base table or view not found: 1146 Table '4tuethics.media' doesn't exist: SELECT "base_table"."vid" AS "vid", "base_table"."mid" AS "mid" FROM "media" "base_table" GROUP BY "base_table"."vid", "base_table"."mid" LIMIT 1 OFFSET 0; Array ( ) in Drupal\Core\Entity\Query\Sql\Query->result() (line 271 of core\lib\Drupal\Core\Entity\Query\Sql\Query.php).

Drupal\Core\Database\StatementWrapperIterator->execute(Array, Array) (Line: 790)
Drupal\Core\Database\Connection->query('SELECT "base_table"."vid" AS "vid", "base_table"."mid" AS "mid"
FROM
{media} "base_table"
GROUP BY "base_table"."vid", "base_table"."mid"
LIMIT 1 OFFSET 0', Array, Array) (Line: 525)
Drupal\Core\Database\Query\Select->execute() (Line: 271)
Drupal\Core\Entity\Query\Sql\Query->result() (Line: 84)
Drupal\Core\Entity\Query\Sql\Query->execute() (Line: 617)
Drupal\Core\Entity\EntityStorageBase->hasData() (Line: 43)
Drupal\Core\Entity\ContentUninstallValidator->validate('media') (Line: 624)
Drupal\Core\Extension\ModuleInstaller->validateUninstall(Array) (Line: 99)
Drupal\Core\ProxyClass\Extension\ModuleInstaller->validateUninstall(Array) (Line: 161)
Drupal\system\Form\ModulesUninstallForm->buildForm(Array, Object)
call_user_func_array(Array, Array) (Line: 536)
Drupal\Core\Form\FormBuilder->retrieveForm('system_modules_uninstall', Object) (Line: 283)
Drupal\Core\Form\FormBuilder->buildForm(Object, Object) (Line: 73)
Drupal\Core\Controller\FormController->getContentResult(Object, Object)
call_user_func_array(Array, Array) (Line: 123)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 583)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 121)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->wrapControllerExecutionInRenderContext(Array, Array) (Line: 97)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 166)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 74)
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: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)

Best regards,
Mariska

Production build 0.69.0 2024