- Issue created by @jsidigital
I was also facing similar kind of issue after installing the module there is a problem regrading any block placing from block layout
The error giving in the console is:
Uncaught
js_WYJdm1LCAEhRReEafzoiYvmB4jApQ2ETnLpNjia3Y0E.js:5593 Uncaught Drupal.AjaxError {message: '\nAn AJAX HTTP error occurred.\nHTTP Result Code: 50âŚ\\Core\\DrupalKernel->handle(Object) (Line: 19)\n', name: 'AjaxError', stack: 'Error\n at https://my-first-drupal10-app.lndo.siâŚm1LCAEhRReEafzoiYvmB4jApQ2ETnLpNjia3Y0E.js:6223:3'}- đŽđłIndia sandipta
I checked it out and the issue persists.
The email verification block is not getting added.
Also i tried placing other blocks, but nothing was geting added/populated.
So for me the entire place-block feature is not working.
@jsidigital - đŽđłIndia sandipta
So the issue is with the Rules module, this module is having a hard dependency on it and since the rules module is not enabled it is throwing an error.
Also there is already a similar issue present fo this module, please check this out
https://www.drupal.org/project/user_email_verification/issues/3376165 đ Fatal error when "rules" module is missing RTBCAnd there's a patch available for this too, i tested it out and it's working fine.
https://www.drupal.org/files/issues/2023-07-21/user_email_verification-r... âI suggest applying the patch and checking if the issue still persists, if yes then we can come up with a solution.
@jsidigital
- đşđ¸United States jsidigital
@sandipta & uttam,
Thank you for the quick reply.
I hope the block issue gets resolved soon.
And regarding the Rules module patch you mention...
I was not using rules at all, I was using the Context Module.
Does the context module use the rules conditions or how does that rules module patch relate to context module? - đşđ¸United States jsidigital
@sandipta,
The Rules module patch seems to have fixed both issues with Context and the Block.
Although I am confused as to why there is even a Rules module integration when Rules is so unstable.Perhaps instead of Rules integration, an ECA module integration is better since that is stable?
This is bitter sweet.
It is good that this problem is solved with that patch...
However, it is bad because I am left with same problem I had to begin with.
I cannot create actions based on conditions in context module or eca module.I was trying to use context (or ECA) to create a condition and action...
If current user is verified, then remove "not verified" role.And another condition and action...
If current user is not verified, display message with link to resend verification email when user clicks on link.Both of these options are not possible without context or ECA integration that I know of.
Does anyone know of a way to get these two actions with conditions working?
If it requires a custom module, is anyone willing to do it for a fee?Thank you.