πŸ‡·πŸ‡ΊRussia @DD 85

Account created on 2 February 2012, over 12 years ago
#

Recent comments

πŸ‡·πŸ‡ΊRussia DD 85

I think it would be great if a check mark on Legal could be added as a field. This would allow you to add it to any form, for example, a contact form or from the Address module.

πŸ‡·πŸ‡ΊRussia DD 85

Guys, I'm confused about which patch to apply and when this problem will be solved.
I get an error when using the Mime Mail formatter.

Symfony\Component\Mime\Exception\RfcComplianceException: Email "" does not comply with addr-spec of RFC 2822. in Symfony\Component\Mime\Address->__construct() (line 54 of /vendor/symfony/mime/Address.php).

πŸ’¬ | Ludwig | Retire Ludwig?
πŸ‡·πŸ‡ΊRussia DD 85

@tedbow

I think it would be a great solution to add the Ludwig file.json in the Automatic Updates module. This would be the first step towards a smooth and painless transition.

πŸ‡·πŸ‡ΊRussia DD 85

The fix is working. Thanks!

πŸ‡·πŸ‡ΊRussia DD 85

#40 JordiK
Thank you!
Patch #40 saved me!
I recommend it for the release of a new release!

πŸ‡·πŸ‡ΊRussia DD 85

I applied this path https://git.drupalcode.org/project/menu_token/-/merge_requests/16/diffs?...

I get an error
Deprecated function: unserialize(): Passing null to parameter #1 ($data) of type string is deprecated Drupal\menu_token\Service\MenuTokenContextManager->__construct() (34 \modules\menu_token\src\Service\MenuTokenContextManager.php)

menu_token 9.1.0-alpha1+7-dev 2023-02-21
Drupal 10.2.7
PHP 8.1.9

Patch is not working.
/user/[current-user:uid]/orders

πŸ‡·πŸ‡ΊRussia DD 85

Tested the patch with the latest versions of the module.
version: '2.0.1+1-dev' 2022-09-22 the token is not working, it is not in the list of available ones.
version: '2.0.1' 2022-04-25 It's working!
Drupal 10.2.7
PHP 8.1.9

πŸ‡·πŸ‡ΊRussia DD 85

It's too bad that it hasn't been fixed over the years.

πŸ‡·πŸ‡ΊRussia DD 85

It also doesn't work
Display the contents of the shopping cart in the drop-down block

πŸ‡·πŸ‡ΊRussia DD 85

I really need such a Quantity Plus-Minus functionality. It is sad that it has not yet been created for Drupal 10.

πŸ‡·πŸ‡ΊRussia DD 85

OpenServer log

PHP
thrown in \core\authorize.php on line 68
Uncaught PHP Exception Error: "Class "Detection\MobileDetect" not found" at \core\lib\Drupal\Component\DependencyInjection\Container.php line 259

Apache
Warning Internal error: wrong size calculation: \modules\mobile_detect\src\Twig\MobileDetectTwig.php start=0x000002a61d606b80, end=0x000002a61d6094c0, real=0x000002a61d609408

Warning Not enough free shared space to allocate 4400 bytes (3992 bytes free)
Warning Internal error: wrong size calculation: \modules\mobile_detect\mobile_detect.module start=0x000002a62176da00, end=0x000002a621770650, real=0x000002a6217700b0

Warning Internal error: wrong size calculation: \modules\mobile_detect\src\Form\MobileDetectSettingsForm.php start=0x000002a6266c6940, end=0x000002a6266c8620, real=0x000002a6266c8350

πŸ‡·πŸ‡ΊRussia DD 85

@nils.destoop
The file has appeared, but it is empty.
I am attaching a working template file.

πŸ‡·πŸ‡ΊRussia DD 85

These files are missing from the field_group\templates folder:
field-group-accordion.html.twig
field-group-accordion-item.html.twig
field-group-html-element.html.twig

πŸ‡·πŸ‡ΊRussia DD 85

Why does #24 πŸ› Getting PHP errors when setting default value Fixed say that this has been fixed and the status is Closed (fixed)?

πŸ‡·πŸ‡ΊRussia DD 85

At the moment, it's better than not working at all!

πŸ‡·πŸ‡ΊRussia DD 85

I'm working on creating a new website. And today, for the first time, I downloaded and installed the Viewfield module for this site.
As described above, I encountered two errors:
Deprecated function: str_contains(): Passing null to parameter #1 ($haystack) of type string is deprecated Drupal\Core\Entity\EntityReferenceSelection\SelectionPluginManager->getInstance() (line 45 of \core\lib\Drupal\Core\Entity\EntityReferenceSelection\SelectionPluginManager.php)
TypeError: uasort(): Argument #1 ($array) must be of type array, null given in uasort() (line 65 of \core\lib\Drupal\Core\Entity\EntityReferenceSelection\SelectionPluginManager.php).

I found that there is no patch in the release of viewfield 8.x-3.0-beta 8 https://www.drupal.org/project/viewfield/issues/3381787#comment-15199519 πŸ› Getting PHP errors when setting default value Fixed
The viewfield 8.x-3.x-dev 8 May 2024 development release does not have this patch either.

I applied this patch manually by adding a line
'handler' => 'default:view',
and it helped me.
The fix is working, but it has not yet been applied to any release version.

πŸ‡·πŸ‡ΊRussia DD 85

I'm working on creating a new website. And today, for the first time, I downloaded and installed the Viewfield module for this site.
As described above, I encountered two errors:
Deprecated function: str_contains(): Passing null to parameter #1 ($haystack) of type string is deprecated Drupal\Core\Entity\EntityReferenceSelection\SelectionPluginManager->getInstance() (line 45 of \core\lib\Drupal\Core\Entity\EntityReferenceSelection\SelectionPluginManager.php)
TypeError: uasort(): Argument #1 ($array) must be of type array, null given in uasort() (line 65 of \core\lib\Drupal\Core\Entity\EntityReferenceSelection\SelectionPluginManager.php).

I found that there is no patch in the release of viewfield 8.x-3.0-beta 8 https://www.drupal.org/project/viewfield/issues/3381787#comment-15199519 πŸ› Getting PHP errors when setting default value Fixed
The viewfield 8.x-3.x-dev 8 May 2024 development release does not have this patch either.

I applied this patch manually by adding a line
'handler' => 'default:view',
and it helped me.
The fix is working, but it has not yet been applied to any release version.

πŸ‡·πŸ‡ΊRussia DD 85

It's been decided.
On the fields page in the Search API, I added them for Product variation instead of Product.

πŸ‡·πŸ‡ΊRussia DD 85

Drupal\search_api\SearchApiException while computing Views data for index Default content index: Could not retrieve data definition for field 'Node access information' on index 'Default content index'. in Drupal\search_api\Item\Field->getDataDefinition() (line 487 of \modules\search_api\src\Item\Field.php).

Drupal\facets\Exception\InvalidQueryTypeException: No available query types were found for facet Π¦Π²Π΅Ρ‚ in Drupal\facets\Plugin\facets\facet_source\SearchApiDisplay->getQueryTypesForFacet() (line 353 of \modules\facets\src\Plugin\facets\facet_source\SearchApiDisplay.php).

πŸ‡·πŸ‡ΊRussia DD 85

In order to get rid of the error
Drupal\facets\Exception\InvalidQueryTypeException: Query type range doesn't exist. in Drupal\facets\Entity\Facet->pickQueryType() (line 545 of \modules\facets\src\Entity\Facet.php).
You need to set the field type to Integer on the page /admin/config/search/search-api/index/default_index/fields. If the Price field is configured.

My Range slider appears, but as soon as I touch it, it disappears along with the search results. No errors appear in the log after disappearance.

I still have a question. Why, after enabling the widget, the Range slider is automatically enabled and the β€œEnsure that only one result can be displayed” setting becomes disabled?

D10

πŸ‡·πŸ‡ΊRussia DD 85

When will it be possible to add the Flag Link field to the Index Views in Drupal 10?

πŸ‡·πŸ‡ΊRussia DD 85

Hurray! I found a solution!
You need to open Style Settings in the Image field and select Use a field template.

πŸ‡·πŸ‡ΊRussia DD 85

The same problem with the views field formatter. There are no errors in the log.
Drupal 10.2.6
Tiny Slider 2 1.1.0-rc1+14-dev (2024-Feb-28)

πŸ‡·πŸ‡ΊRussia DD 85

Superbly! But it's time to create Drupal 10 support!

Production build 0.69.0 2024