Thank you so much for this reply. Indeed the accordions are not going to print. What I did earlier is create a view of parallelsessions and tracks and that is actually what participants are going to when they go to the printable version. I totally forgot to add the same sorting as the other views have (authored on). The ordering within the sessions was therefore left random.
That was the problem, simple to solve, but I did not think over that myself.
Thank you!
Best regards,
Mariska
Dear Pavel,
I don't know whether this helps you, but I always make 'fake buttons' in the CSS. For example:
.menu-item
{background: #f49120;
width: 10%;
border-radius: 5px;
color: #ffffff;
padding:10px;}
By styling the menu-item, visitors of the website will see buttons, even though they are only styled as such.
Best regards,
Mariska
That clarifies it. Thank you so much.
Best regards,
Mariska
MariskaTh → created an issue.
I'm having this problem too. At first, I did not notice that this problem only occurs when one is logged in. That helps, because my users do not log in. Nevertheless, would be great if a solution could be found.
A question: I read above that disabling bigpipe also solve this problem. I have a lightweight website, mostly only text. Would it then be okay to disable bigpipe, or does that lead to other problems?
Best regards,
Mariska
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
#57 worked for me! Thanks!
Best,
Mariska
#20 works for me too. I have installed Symfony mailer and use that as formatter. Works perfectly.
Thanks!
Best,
Mariska
Dear Wombatbuddy,
Thanks, this is a great module. It works perfectly.
Best regards,
Mariska
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
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
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
Dear all,
Thank you for your efforts. Patch #23 worked for me, #34 did not.
Best regards,
Mariska
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
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
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
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