It turns out that this module will not work if the Date filter module is enabled:
https://www.drupal.org/project/date_filter →
After uninstalling date_filter, it worked!
Hey @rondog469 - I am facing the same issue as yours, have you got back from Pantheon? or have you fixed this issue?
Hey @randalv - No worries!
I forgot to mention in the steps to reproduce that I get that error only when I go to People -> Add user.
I tried to print out the value of $serializedRoles variable when I visit that page and I got this:
string(84) "a:2:{s:13:"authenticated";s:13:"authenticated";s:10:"site_admin";s:10:"site_admin";}" string(84) "a:2:{s:13:"authenticated";s:13:"authenticated";s:10:"site_admin";s:10:"site_admin";}" string(84) "a:2:{s:13:"authenticated";s:13:"authenticated";s:10:"site_admin";s:10:"site_admin";}" string(84) "a:2:{s:13:"authenticated";s:13:"authenticated";s:10:"site_admin";s:10:"site_admin";}" string(84) "a:2:{s:13:"authenticated";s:13:"authenticated";s:10:"site_admin";s:10:"site_admin";}" string(84) "a:2:{s:13:"authenticated";s:13:"authenticated";s:10:"site_admin";s:10:"site_admin";}" string(84) "a:2:{s:13:"authenticated";s:13:"authenticated";s:10:"site_admin";s:10:"site_admin";}" string(84) "a:2:{s:13:"authenticated";s:13:"authenticated";s:10:"site_admin";s:10:"site_admin";}" string(84) "a:2:{s:13:"authenticated";s:13:"authenticated";s:10:"site_admin";s:10:"site_admin";}" string(84) "a:2:{s:13:"authenticated";s:13:"authenticated";s:10:"site_admin";s:10:"site_admin";}" string(84) "a:2:{s:13:"authenticated";s:13:"authenticated";s:10:"site_admin";s:10:"site_admin";}" string(84) "a:2:{s:13:"authenticated";s:13:"authenticated";s:10:"site_admin";s:10:"site_admin";}" string(84) "a:2:{s:13:"authenticated";s:13:"authenticated";s:10:"site_admin";s:10:"site_admin";}" string(84) "a:2:{s:13:"authenticated";s:13:"authenticated";s:10:"site_admin";s:10:"site_admin";}" string(84) "a:2:{s:13:"authenticated";s:13:"authenticated";s:10:"site_admin";s:10:"site_admin";}" string(84) "a:2:{s:13:"authenticated";s:13:"authenticated";s:10:"site_admin";s:10:"site_admin";}" string(84) "a:2:{s:13:"authenticated";s:13:"authenticated";s:10:"site_admin";s:10:"site_admin";}" string(84) "a:2:{s:13:"authenticated";s:13:"authenticated";s:10:"site_admin";s:10:"site_admin";}" string(84) "a:2:{s:13:"authenticated";s:13:"authenticated";s:10:"site_admin";s:10:"site_admin";}" string(84) "a:2:{s:13:"authenticated";s:13:"authenticated";s:10:"site_admin";s:10:"site_admin";}" string(84) "a:2:{s:13:"authenticated";s:13:"authenticated";s:10:"site_admin";s:10:"site_admin";}" string(84) "a:2:{s:13:"authenticated";s:13:"authenticated";s:10:"site_admin";s:10:"site_admin";}" string(84) "a:2:{s:13:"authenticated";s:13:"authenticated";s:10:"site_admin";s:10:"site_admin";}" string(84) "a:2:{s:13:"authenticated";s:13:"authenticated";s:10:"site_admin";s:10:"site_admin";}" string(84) "a:2:{s:13:"authenticated";s:13:"authenticated";s:10:"site_admin";s:10:"site_admin";}" string(84) "a:2:{s:13:"authenticated";s:13:"authenticated";s:10:"site_admin";s:10:"site_admin";}" string(84) "a:2:{s:13:"authenticated";s:13:"authenticated";s:10:"site_admin";s:10:"site_admin";}" string(84) "a:2:{s:13:"authenticated";s:13:"authenticated";s:10:"site_admin";s:10:"site_admin";}" string(84) "a:2:{s:13:"authenticated";s:13:"authenticated";s:10:"site_admin";s:10:"site_admin";}" string(84) "a:2:{s:13:"authenticated";s:13:"authenticated";s:10:"site_admin";s:10:"site_admin";}" string(84) "a:2:{s:13:"authenticated";s:13:"authenticated";s:10:"site_admin";s:10:"site_admin";}" string(84) "a:2:{s:13:"authenticated";s:13:"authenticated";s:10:"site_admin";s:10:"site_admin";}" string(84) "a:2:{s:13:"authenticated";s:13:"authenticated";s:10:"site_admin";s:10:"site_admin";}" string(84) "a:2:{s:13:"authenticated";s:13:"authenticated";s:10:"site_admin";s:10:"site_admin";}" string(84) "a:2:{s:13:"authenticated";s:13:"authenticated";s:10:"site_admin";s:10:"site_admin";}" string(84) "a:2:{s:13:"authenticated";s:13:"authenticated";s:10:"site_admin";s:10:"site_admin";}" string(84) "a:2:{s:13:"authenticated";s:13:"authenticated";s:10:"site_admin";s:10:"site_admin";}" string(84) "a:2:{s:13:"authenticated";s:13:"authenticated";s:10:"site_admin";s:10:"site_admin";}" string(84) "a:2:{s:13:"authenticated";s:13:"authenticated";s:10:"site_admin";s:10:"site_admin";}" string(84) "a:2:{s:13:"authenticated";s:13:"authenticated";s:10:"site_admin";s:10:"site_admin";}" string(84) "a:2:{s:13:"authenticated";s:13:"authenticated";s:10:"site_admin";s:10:"site_admin";}" string(84) "a:2:{s:13:"authenticated";s:13:"authenticated";s:10:"site_admin";s:10:"site_admin";}" string(84) "a:2:{s:13:"authenticated";s:13:"authenticated";s:10:"site_admin";s:10:"site_admin";}" array(1) { [50]=> string(84) "a:2:{s:13:"authenticated";s:13:"authenticated";s:10:"site_admin";s:10:"site_admin";}" } The website encountered an unexpected error. Try again later.
Notice the Array at the end which causes this issue 🫤, I will try to find out from where it comes!
@randalv - I have updated the MR and now it works fine!
Hey @randalv - I will spend some time today to debug this issue and find the root cause.
Hi @randalv - I have a role called Site Admin and that role has almost same permissions as Administrator except some permissions such as Administer modules, Administer site configuration and Administer Software update.
When I am logged in as Administrator and I use the msqrole module to login as Site Admin, I get that error.
Hope that helps!
I am facing the same issue and tried to use the patch from the MR but it doesn't work and I am getting access denied error!
MR has been created!
Hi @saschaeggi - I found a problem again related to Show row weights toggle in a translated page.
Steps to reproduce:
- Create a content with referenced paragraphs field.
- Save the content and then create a French translation for example.
- Save the Translation.
- Edit the translation again, you will see that the "Show row weights" toggle is hidden and it's switched on.
Thank you for the quick fix @saschaeggi - tested and it works perfectly now!
The actual issue was that the field title has the word "title" in it and I found that there is a statement in the linkit.autocomplete.js file:
if (titleSelector.replace('-title', '') !== linkSelector.replace('-uri', '')) {
return false;
}
Which is replacing the '-title' and because my field has '-title' so it's replacing the first string found and therefore the statement is false and autocomplete will stop working.
I added a new function to replace only the last occurrence for '-title' to avoid this problem and now it works.
Hope to add this fix to the module to avoid this issue when any field has 'title' string in the label.
@saschaeggi - I agree.
Thanks a lot @danherrero - Patch resolved the issue!
Unfortunately patch #13 didn't work with me when I follow the steps shown in the attached video.
I installed the latest dev version for Gin and the same problem. Attaching a video to show the steps.
When I edit any field except the Link field it works fine but when I edit the Link field I get the Alert message and if I chose Cancel, it stuck and I cannot save the page.
I applied the patches from
3458520
🐛
Sticky action buttons having some problems with Webform's AJAX edit forms
Postponed: needs info
but unfortunately they didn't fix the problem:
https://git.drupalcode.org/project/gin/-/merge_requests/429.patch
https://git.drupalcode.org/project/gin/-/merge_requests/447.patch
I am also facing this issue.
Steps to reproduce:
When you edit any page that includes link field type and when you add the URL and title of the link then click on Save you will get that alert.
It only happens with me when I edit the link field in the page.
I have created a patch to fix this issue.
Patch #65 only allows to add the red asterisk next to the upload field but I can submit without uploading any file.
Got to fix this issue by updating the following line in authsources.php
from
'NameIDPolicy' => 'urn:oasis:names:tc:SAML:2.0:nameid-format:persistent',
to
'NameIDPolicy' => ["Format" => Constants::NAMEID_PERSISTENT],
And don't forget to add this at the top:
use SAML2\Constants;
Hey @chdeepak Have you got a solution for this?
I am facing this issue as well using Drupal 10.2.6 and latest version of linkit 6.1.
Hope to have a fix for that.
Thanks!
Thanks @Sapnakhatri - Your update resolved the issue!
@Karthik1515 I was facing the same issue, the install features was hanging at 94% and that cause to missing content.
I enabled PHP OPcache in Apache configs and increased the php memory to 512 then the installation was completed and I got all he content installed!
The problem was that I was saving the draft before the second schedule run without changing anything in the content and after the scheduler cron it's not creating a new revision for the Published version.
When I updated the node title then the cron is creating the revision for the published.
I think it should create the revision with "Published" state even if there is no updates in the content.
mahde → created an issue.
With Drupal 10.2.1 I am getting duplicate search fields as well.
The Order will show when the first Paragraph reference field has Allowed number of values "1" also the Show/Hide row weights link is not showing at all as shows in the screenshot below:
The other scenario is with the nested paragraph field when there is no paragraph is added as show below:
The patch fixed the issue for me!
I faced this issue with private content module.
@tguerineau - Would you please remove the first paragraph value in the nested paragraph then you are going to see the "Order" title showing in the header. I think we still need to fix this part.
@ravi kant - I have tried your solution but unfortunately nothing got fixed.
@Tirupati_Singh - I just noticed why it works with you. Would you please remove the default paragraph for the nested paragraph from "Manage form display" to be "None". The "Order" label will show when there is no paragraph is added in the nested paragraph field.
Hmmm that's weird, not sure why it's not working fine at my end.
When I remove the following update in theme.inc then it works fine:
https://git.drupalcode.org/project/drupal/-/commit/be46dafb302ad16eeab76...
Thanks @Tirupati_Singh the styling is good for the placeholder but the "Order" title is still showing even with "Hide row weights", it's there by default. Are you testing it with Drupal 10.2.1?
This fix is causing an issue with nested paragraph as it show the "Order" <td>
when there is no paragraph value is added.
See the screenshot below:
The "Order"
I just found that the following css classes which have been added to Claro theme in Drupal 10.2 are causing the alignment issue next to the Add button:
td > .form-item > .claro-autocomplete,
td > .form-item > .claro-autocomplete > .form-element,
td > .ajax-new-content > .form-item > .claro-autocomplete,
td > .ajax-new-content > .form-item > .claro-autocomplete > .form-element {
Still trying to find out why the "Order" is showing in the header.
@ravi kant - I am using the latest version of gin theme RC8.
@saschaeggi - I thought it's not having the background color as it was in previous versions.
Although it's better looking without background but thanks for clarification!
I am still seeing the background color on the active menu which should not.
I think the background color in this class ".gin--horizontal-toolbar #toolbar-administration .toolbar-menu-administration .menu-item > .toolbar-icon.is-active" should be removed.
I am facing the same issue when adding
to Source editing.Reroll of 124 for 10.2.x.
I appreciate if someone can create the updated patch for Drupal 10.2.
Thanks!
Patch #124 doesn't apply on Drupal 10.2
When I add the captcha to a webform this patch works fine to enable client side validation. But when I enable AJAX in webform then it doesn't work and I am getting the validation after submission. Is there a way to fix it with webform AJAX?
I faced this issue after upgrading from Drupal 9.5.11 to Drupal 10.1.5.
The translations directory exists and the permissions are fine.
The temporary directory is configured correctly.
It works only after applying the patch!
I just upgraded to version 2.0.0-rc3 and it works fine now!
I am facing this issue as well when I try to edit a page while using Masquerade role module. I am not able to edit the page because of this error.
I fixed this by re-building the highlight.js file with the new version of "@ckeditor/ckeditor5-highlight": "~40.0.0" and "@ckeditor/ckeditor5-theme-lark": "~40.0.0", "ckeditor5": "~40.0.0" in the package.json file.
Hope to get this fixed in this module. Thanks!
I am getting the same error with Drupal 10.1.5!
Thanks a lot!
Hope to get this update as soon as possible as I need to upgrade a project to Drupal 10 please. Also, please note that the menu_select.info.yml is not updated to be compatible with Drupal 10 in the patch. Thanks!
I was able to see the patch using the plain diff but I have noticed that menu_select.info.yml was not updated to be compatible with Drupal 10
The patch is empty. I need to upgrade to Drupal 10 but this is the only module I use which is not compatible with Drupal 10.
Any updated to this module would be appreciated. Thanks!
It doesn't work with paragraphs as well.
Thanks for the patch but still when I need to update the excluded paragraph types (when I add or remove checkbox) and hit save then it's not saving.
The problem was because I was using this patch
https://www.drupal.org/project/entity_share/issues/3275110
🐛
Entity Share Client is fails to synchronize the file if the website needs to be login.
Needs work
which was setting the authentication as anonymous.
Removed the patch and it works fine now!
I am facing the same issue with private files and I am not able to sync and I got this error:
Client exception when requesting the URL: /system/files/Mahde_Test.pdf with method GET: Client error: `GET https://system/files/Mahde_Test.pdf` resulted in a `403 Forbidden` response:
I am not sure how to fix this!
The last patch doesn't work with the latest version of Redirect module!
Cannot apply the latest patch on Drupal 9.5.10!
I agree with swirt, I am facing this issue a lot with too many projects as well!
I am facing this issue again and getting this error when importing a node that has referenced media files:
The referenced media source is missing and needs to be re-embedded.
I am using the latest version of Entity share module 8.x-3.0.
Updated patch for drupal 9.5.9
After Drupal 9.5.5 upgrade I am not able to update the Paragraphs selections in paragraphs_library_item and nothing is saved. I am using Gin theme.
I got an issue today with Paragraphs drag and drop that it's showing disabled fields. I have two form modes and each one has some disabled fields but it's showing in the drag and drop mode.
I am facing this issue as well when trying to add a pre-populated value for a text field inside a paragraph entity reference.
Are we going to have this patch for 2.x?