Issue got resolved after configuring title field with type "fulltext edgestring"
pratikshad → created an issue.
thanks it will help
Hi @cilefen,
Thanks for reply even for non support version.
Please find below requested details:
Mount – Azure SMB Fileshare
OS - RHEL 9.4
Web server type - Apache with php-fpm version 8.1.29
Errors - no but warnings
Drush version - 11.6.0
Drupal version - 9.5.8
For drush only or from web ui too - We generally did the cache rebuild only from CMD but from interface also we are getting error 504.
Regards,
Pratiksha
pratikshad → created an issue.
PratikshaD → created an issue.
I have updated separator used to explode and implode the component of the layout from single pipe(|) to double(||).
Since single pipe will be use in various places.
Thanks for sharing the path, it worked for me
https://git.drupalcode.org/project/drupal/-/merge_requests/2383/diffs
Rerolled path #20 for Drupal 9.5.8
Please find correct extension of the patch for version 6.1.5
Attaching patch for webform version 6.1.5.
PratikshaD → created an issue.
PratikshaD → created an issue.
PratikshaD → created an issue.
hi,
I am also facing the same issue after upgrading the group module.
After adding the group, though, I no longer see the issue, but the created groups do not appear on the Group list page.
Please suggest.
thanks @mkalkbrenner
PratikshaD → created an issue. See original summary → .
PratikshaD → created an issue.
Please find further details as required this might help
Drupal version : 9.5.8
webform version : 6.1.5
Setup :
Webform:
In webform to upload the file I am using field type "composite".
Code:
And in hook hook_webform_submission_insert:
hook_webform_submission_insert(WebformSubmissionInterface $submission){
$data = $webform_submission->getData();
$file = $this->entityTypeManager->getStorage('file')->load($data['document_browse']);
$file_link = $file ? file_create_url($file->getFileUri()) : '';
}
here $file_link returns temporary path.
Hope this will be helpful.
PratikshaD → created an issue.
I am facing the same issue with entity_block and raised issue
https://www.drupal.org/project/entity_block/issues/3382983
🐛
Recursive rendering detected when rendering entity
Active
If there is any workaround to this issue please suggest, that would be really helpful.
PratikshaD → created an issue.
Please find the below patch file for above issue.
PratikshaD → created an issue.
I tried the patch and even the latest dev version of these module but i am getting these issues . Please suggest.
Error: __clone method called on non-object in Drupal\layout_builder\Field\LayoutSectionItemList->__clone() (line 180 of /var/www/html/web/core/modules/layout_builder/src/SectionListTrait.php)
#0 /var/www/html/web/core/lib/Drupal/Core/Entity/ContentEntityBase.php(1255): Drupal\layout_builder\Field\LayoutSectionItemList->__clone()
#1 /var/www/html/web/modules/contrib/content_synchronizer/src/Service/EntityPublisher.php(86): Drupal\Core\Entity\ContentEntityBase->__clone()
#2 /var/www/html/web/modules/contrib/content_synchronizer/src/Service/EntityPublisher.php(67): Drupal\content_synchronizer\Service\EntityPublisher->saveEntityWithRevision(Object(Drupal\node\Entity\Node), '168910.....', Object(Drupal\node\Entity\Node))
#3 /var/www/html/web/modules/contrib/content_synchronizer/src/Processors/Entity/EntityProcessorBase.php(265): Drupal\content_synchronizer\Service\EntityPublisher->saveEntity(Object(Drupal\node\Entity\Node), '16891.....', Object(Drupal\node\Entity\Node), Array)
#4 /var/www/html/web/modules/contrib/content_synchronizer/src/Processors/ImportProcessor.php(78): Drupal\content_synchronizer\Processors\Entity\EntityProcessorBase->import(Array)
Thanks Joseph.
Share URL details is applicable for unpublished entities, however I am facing issue with custom route where block is not visible as soon as i enable any custom access check.
PratikshaD → created an issue.
This is one of important functionality which is missing in ultimate cron.
Shared path in #11 is working for me, Thanks @jOpdebeeck for sharing it.
PratikshaD → created an issue.
PratikshaD → created an issue.
PratikshaD → created an issue.