Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I have a Drupal 10 multi-language site (Italian and English) in which I've enabled the translation of the Article content type. The site was set to generate automatic aliases for Article(s).
If I create an article with the title "test lang not specified" for which I set the language "Not specified", the automatic alias /article/test-lang-not -specified is generated according to the pattern /article/[node:title]. However, the alias does not work. The node is not accessible, even by using the canonical path /node/122.
I'm having a problem on my test server that I can't figure out. Everything is working fine on my development and staging environments (locally) and on my live environment which is on the same server as my test server. Both live and test use the same Apache config. I have an admin panel that you see when you login as admin, clicking some pages of the admin panel works but some other give a white page with a "Status code: 500" error message.
Installed Group, Group Node, Group support:revisions, with the necessary companion modules. But, hey! I can't uninstall them since I don't think I want them now !!
In my log files I have the following cron error:
"InvalidArgumentException: Field layout_builder__layout is unknown. in Drupal\Core\Entity\ContentEntityBase->getTranslatedField() (line 616 of /var/www/blogs/web/core/lib/Drupal/Core/Entity/ContentEntityBase.php)."
When I run drush cache:rebuild, I get the same message and the command hangs.
Also after unchecking the option "Use Layout Builder" via admin/structure/types/manage/blog/display the error message remains when clearing cache.