I have upgraded Bootstrap from 8.x-3.30 to 5.0.1 in drupal 10.3.10. Now a white page is appearing with the following message when taking the home page :
Gateway Timeout
The gateway did not receive a timely response from the upstream server or application.
Any solution to this?
I have upgraded Bootstrap from 8.x-3.30 to 5.0.1 in drupal 10.3.10. Now a white page is appearing with the following message when taking the home page :
Gateway Timeout
The gateway did not receive a timely response from the upstream server or application.
Any solution to this?
I also had this issue in drupal 10. I have downloaded the library once again and it solved my issue. #2 saved my day. Thank you.
Fixed the issue by updating StreamMaxLength, MaxScanSize and MaxFileSize. Following are the updated configurations :
clamconf -n
Checking configuration files in /etc
Config file: clamd.d/scan.conf
------------------------------
LogSyslog = "yes"
TCPSocket = "3310"
TCPAddr = "127.0.0.1"
StreamMaxLength = "115343360"
User = "clamscan"
MaxScanSize = "115343360"
MaxFileSize = "115343360"
I am also getting the same error. Any solution to this?
I tried uploading 79.0 MB pptx file, but same error came for this also, as you can see in the attached screenshot "error.png".
aswathyajish → created an issue.
I had the same issue in drupal core 10.2.4. I tried #7 and it saved my day. Thanks a lot.
I also faced the same issue in drupal 9.
I got the solution - In this page "/admin/config/media/image-toolkit", select the radio button "ImageMagick image toolkit" and remove the path already exist in the field "Path to the package executables". Again select the radio button "GD2 image manipulation toolkit" and save configuration.
I am facing this issue in drupal 9.5.9.
Any solution for this?
I am also having this same issue. I have tried the patch in #6, but no use.
Is there any other solution?
I also have the same error. Any solution?
I also got the same error.
Symfony\Component\Routing\Exception\RouteNotFoundException: Route "entity.contact_form.entity_permissions_form" does not exist. in Drupal\Core\Routing\RouteProvider->getRouteByName() (line 206 of /var/www/html/ADB-AP3F/core/lib/Drupal/Core/Routing/RouteProvider.php).
I was using the contact storage module version 8.x-1.1. And I upgraded it to the version 8.x-1.3. Now the error disappeared and I can edit the contact us form.