we've currently got a D7 site with 2 languages NL and FR. The default language is NL with translations to FR. The problem with this setup is that when you change the original NL string, Drupal loses its link to the original NL string for the FR translation.
We are preparing a new D8 setup for the site, (not via migrate) so we have to opportunity to do a clean install and better language setup.
Tried upgrading the module and packages and i get this when I access the site
Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException: The service "plugin.manager.bootstrap_layouts" has a dependency on a non-existent service "plugin.manager.core.layout". in Symfony\Component\DependencyInjection\Compiler\CheckExceptionOnInvalidReferenceBehaviorPass->processValue() (line 31 of /home/<SITE_NAME>/public_html/vendor/symfony/dependency-injection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php).
I have a simple jquery call in my custom module to dynamically change the css depending on the visitor. The first uses find() of a class in a header and it seems to work fine. Now, I need to find another set of elements in a sidebar but it's not working. When I first was watching it move through my function I saw that the sidebar was processed well after my script had run. That leads me to think to use .once() for both calls but the second ends up changing the sidebar height to 1px.
I am running CentOS 7 with PHP 7.4 and MariaDB 10.4. I have installed the latest version of 8.X and 9.X. During both installs I keep getting a white page and nothing on it. When I look at the logs I keep getting the errors below. The box is a new box with nothing on it except a minimal CentOS 7 install. I have followed the links below to install Drupal, but it is not working for me. What am I missing?
Today I tried to configure a block and got the following:
Symfony\Component\Routing\Exception\MissingMandatoryParametersException: Some mandatory parameters are missing ("block") to generate a URL for route "entity.block.edit_form". in Drupal\Core\Routing\UrlGenerator->doGenerate() (line 182 of core/lib/Drupal/Core/Routing/UrlGenerator.php).