Fix issue
Drupal\encrypt\Exception\EncryptException: Encoded data is shorter than expected. in Drupal\real_aes\Plugin\EncryptionMethod\RealAESEncryptionMethod->decrypt() (line 82 of modules/contrib/real_aes/src/Plugin/EncryptionMethod/RealAESEncryptionMethod.php).
I think we need to remove the isAvailableOnAllAffiliates function check
qusai taha → created an issue.
qusai taha → changed the visibility of the branch 3467535-hitting-the-page to hidden.
The issue is related to handling multiple image requests using either GD2 or ImageMagick. When there are too many requests, the server returns a 404 error as the image fails to generate. However, refreshing the page causes the image to regenerate. I have implemented a JavaScript code that checks the image status. If successful, the image is added; otherwise, the request is retried to regenerate the image.
Re-roll patch
Re-roll patch
Re-roll the patch to make it working with latest version
Re-roll the patch to make it working with latest version
Create a patch from the MR
Re-roll the patch to make it working with 10.3.2
Re-roll the merge request to be compatible with version 10.3.2
Thank you, this is working!
I have created a patch file from the MR.
Patch and MR to resolve the screen resize issue by removing unnecessary timeouts and enforcing image rendering.
Qusai Taha → created an issue.
Qusai Taha → created an issue.
Rerolled the patch
Rerolled the patch
I encounter the same issue when trying to embed a Twitter link in CKEditor.
Hello gausarts,
Can you please include the fix in the 8.x-2.x branch as the issue exists there?
I've created the merge request. Could you please check it?
Qusai Taha → created an issue.
We should use $scheme variable as in this way will be more dynamic as I have a case the scheme will be s3 so it needs to be dynamic
Thanks Rajab!
Sure thing I will update the patch on it ASAP
We should use the $scheme variable for more flexibility since, in my case, the scheme will be s3, making it necessary to be dynamic.
Qusai Taha → created an issue.
I am experiencing the same issue with a fresh installation on the new site.
Attach a patch for the fix
Qusai Taha → created an issue.
Qusai Taha → created an issue.
josebc I'm not sure why, but when I tried to apply NotFoundHttpException with the following code:
if (empty($image)) {
throw new NotFoundHttpException();
}
I encountered the following error:
Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 1454080 bytes) in /app/docroot/core/lib/Drupal/Core/Database/StatementWrapperIterator.php on line 111
Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 1421312 bytes) in Unknown on line 0
This is the reason I want to redirect to a 404 page.
Patch to fix the issue on re-size screen
Qusai Taha → created an issue.
Qusai Taha → created an issue.
Qusai Taha → created an issue.
The patch is working very well!
Thank you so much!
MR162 is working fine with me, I created a patch from it.
Thank you!
Qusai Taha → changed the visibility of the branch 3441714-fix-duplicate-last-term-taxonomy-terms-overview-page to hidden.
Qusai Taha → changed the visibility of the branch 3441714-fix-duplicate-last-term-in-overview-page to hidden.
Qusai Taha → changed the visibility of the branch 3441714-fix-duplicate-last to hidden.
Qusai Taha → created an issue.
Qusai Taha → created an issue. See original summary → .
Qusai Taha → created an issue.
Qusai Taha → created an issue.
Qusai Taha → created an issue.
Thank you this is working with me
Thank you Emircan for fixing the issue,
Merge request merged and pushed with a new release.
Thank you!
Qusai Taha → created an issue.
Thanks prachi6824 for the issue, we worked on improving new features so no need for this patch.
Thank you!
Thanks, Yazan for the improvements, the changes applied with a new release
Hi Rahaf,
Can you please add more details about the issue that you faced?
Reroll is to be working with 8.x-1.0-beta1
The patch is working, thank you!
Re-roll Patch to be working with the latest version
Re-roll the patch to 9.5.x