Google's tester (PageSpeed ββInsights) also asks for the image size.
Image elements do not have an explicit width or height
It seems complicated to add it here, because the image format changes depending on whether you are on the desktop or on the mobile
chsdaiguil β created an issue.
chsdaiguil β created an issue.
chsdaiguil β created an issue.
chsdaiguil β created an issue.
@bramdriesen
yes.
@bramdriesen
in the database
"poll_vote" I have 6 votes
We only have one poll on our site
maybe a user who voted, and whose account was deleted?
@prem suthar Yes, see attachment
I have 1 vote for 0 vote on version 8.x-1.6
what is ss for reference ?
chsdaiguil β created an issue.
chsdaiguil β created an issue.
chsdaiguil β created an issue.
chsdaiguil β created an issue.
Indeed. Looking more closely, this W3C html validation problem seems to come from the views module's choice form
W3C validator :
- Error: Duplicate ID edit-actions.
- From line 3264, column 1; to line 3264, column 109
-
β©
chsdaiguil β created an issue.
This issue is fixed in version 6.0.2
To solve the problem
cp dxpr-theme-multilevel-mobile-nav.bundle.min.js dxpr-theme-multilevel-mobile-nav.min.js
I installed a blank dxpr theme, the coolapsible main menu does not open on mobile phone.
The error according to Firefox would come from this js file: /themes/contrib/dxpr_theme/js/minified/dxpr-theme-header.bundle.min.js
Firefox browser tool error:
Uncaught ReferenceError: MLMenu is not defined
chsdaiguil β created an issue.
I found how it works.
Create a file "mail.css" in your X theme's css folder:
themes/contrib/X/css/mail.css
Add this line at the bottom of your theme's X.libraries.yml file:
-------------
## Symphony Mailer
email:
css:
theme:
css/mail.css: { preprocess: false }
-------
Configure the mail policy with your X theme, here: /admin/config/system/mailer
chsdaiguil β created an issue.
chsdaiguil β created an issue.
chsdaiguil β created an issue.
Yes, it works. Thanks
After reinstalling the module with devel, the dependency with SDC is not resolved. I don't understand, please excuse me.
chsdaiguil β created an issue.
SDC module not enabled
Commerce Donation Flow depends on single directory components in its templates. Enable the SDC module from Drupal core.
chsdaiguil β created an issue. See original summary β .
thanks gaurav_manerkar. it works
chsdaiguil β created an issue.
problem solved. Here is the procedure
- save your configuration: drush cex
- uninstall dxpr theme 6.0.0-beta2
- delete it: composer remove ... (I don't know if it's necessary)
- download dxpr theme 6.0.0-rc1 : composer require 'drupal/dxpr_theme:^6.0@RC'
- install it as default theme
- reload your saved configuration: drush cim
chsdaiguil β created an issue.
My problem is solved by uninstalling the group_support_revisions module
chsdaiguil β created an issue. See original summary β .
Patch #13 doesn't work for me with the latest version of Drupal 10 (10.3.6). The Taxonomy manager page is still empty, yet no errors in console errors.
chsdaiguil β created an issue.
great, thank-you
chsdaiguil β created an issue.
chsdaiguil β created an issue.
chsdaiguil β created an issue.
Basic cart 8.x-7.0 refuses to install on Drupal 10
message to composer :
Your requirements could not be resolved to an installable set of packages.
Problem 1
[...]
- drupal/basic_cart 7.0.0 requires drupal/easy_install *
[...]
@cilefen
There are, you are right, quantities of tutorials on the web, I have seen it. But can you give me the right path to solve this php problem, and Debug Drupal\Core\Render\Renderer
Thanks
@cilefen The php error is still present. Can you explain how to debug Drupal\Core\Render\Renderer ?
@cilefen I don't know how to do that. Is there a tutorial page to help me do this debugging, please ?
Thank you @cilefen
User error: "1" is an invalid render array key in Drupal\Core\Render\Element::children() (line 98 of core/lib/Drupal/Core/Render/Element.php).
Drupal\Core\Render\Element::children(Array, 1) (Line: 416)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 458)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 458)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 474)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 90)
__TwigTemplate_42bdefe175c3c1544177838175fb81e0->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 379)
Twig\Template->render(Array, Array) (Line: 40)
Twig\TemplateWrapper->render(Array) (Line: 53)
twig_render_template('core/themes/claro/templates/classy/layout/html.html.twig', Array) (Line: 372)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 445)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 158)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 592)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 159)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 186)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
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)
chsdaiguil β created an issue.
chsdaiguil β created an issue.
thank you @Sahana _N, your patch allows you to uninstall easy_install without uninstalling basic_cart, however a problem persists somewhere, and the update to drupal 10 is blocked
compose why drupal/easy_install
drupal/basic_cart 6.2.0-beta4 requires drupal/easy_install (*)
chsdaiguil β created an issue.
@ Yes, we need to uninstall Commerce Cart API & Commerce Cart Flyout. The store is working again.
Now it's the Belgrade theme that doesn't seem to work properly, even after uninstalling it and reinstalling it as the default theme.
chsdaiguil β created an issue.
chsdaiguil β created an issue.