One of the views has a URL ending with a space. I used ctrl+F on pattern "[space])" to find the occurrence.
See the screenshot below,
Seems like it was configured incorrectly in the first place.
Facing the same issue with the views admin page. Downgrading symfony/http-foundation to 6.4.12 makes the error go away. Not sure what will be the reliable fix for the issue.
greggles → credited sivaji_ganesh_jojodae → .
I am attaching a patch for some interim fixes.
Sivaji_Ganesh_Jojodae → created an issue.
On a related note, we are getting the following error with the flatten method.
TypeError: Drupal\rest_export_nested\Plugin\views\display\RestExportNested::flatten(): Argument #1 ($data) must be of type array, null given, called in /usr/share/nginx/html/project-consumer-drupal/modules/contrib/rest_export_nested/src/Plugin/views/display/RestExportNested.php on line 45 in Drupal\rest_export_nested\Plugin\views\display\RestExportNested->flatten() (line 92 of /usr/share/nginx/html/project-consumer-drupal/modules/contrib/rest_export_nested/src/Plugin/views/display/RestExportNested.php).
I confirm that #7 fixes the issue.
Unable to apply the patch from merge request.
I've attached something that works for me.
Steps in comment #17 helped to work around the issue. Thanks @rduplock!
We are requiring this feature in our project. Would like to see this added shortly.
Thanks a lot. I will check commerce_sync → and let you know.
Let me know if anyone has any inputs. Any help or direction will be much appreciated.
I think we should remove the core
and change the core_version_requirement to support only 9 & 10 (core_version_requirement: ^9 || ^10
) since D8 is no longer supported anyway.
Note that the module also supports Drupal 8 which requires core
to be present.
core_version_requirement: ^8.8 || ^9 || ^10
Sivaji_Ganesh_Jojodae → created an issue.
I have similar issues. Getting 504 timeout in the interim of the batch process after 3 minutes of starting. Not sure if it is the timeout on the client (guzzle, php-fpm, nginx, or database) or the server's.
Someone from our team indicated checking HTTP 499 which is the client's initiation to discard the request from processing further and the server could respect the same.
The issue seems to be with the entity reference field,
If you have access to your server and PHP configuration, you can extend the max_execution_time in the php.ini.
If there is the usage of PHP-FPM to serve PHP scripts, you have also to adjust the request_terminate_timeout in your FPM config to the same value.
If PHP-FPM has a reverse proxy like Nginx in the front to the user, the fastcgi_read_timeout also needs to be set to the same value, and to all other proxies in the front, you may adjust the proxy_read_timeout value.
Anyway I'm going to try https://www.drupal.org/docs/contributed-modules/entity-share/troubleshoo... →
@Igor Mashevskyi, let me know if there is anything I can help with. Also, could you provide some direction on resolving the issue?
Thanks for working on drupal 10.
Uncaught PHP Exception Error: "Class "Drupal\\commerce_cart_api\\Normalizer\\FieldNormalizer" not found" at core/lib/Drupal/Component/DependencyInjection/Container.php line 259
We are getting the above issue after the upgrade. The site fails to load with a couple of other errors.
Thanks a lot. I can help with testing.
We have a complex structure of products and variations with reference to other variations and paragraphs.
Sivaji_Ganesh_Jojodae → created an issue.
Sivaji_Ganesh_Jojodae → created an issue. See original summary → .
#36 works. Downgrading drupal/coder (8.3.21 => 8.3.13).
Sivaji_Ganesh_Jojodae → created an issue.
To fix this issue, uninstall login_emailusername and use mail login → instead.