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 updated Drupal to the latest recommended version 9.3.0 and I am facing issues for content types with an assigned comment field.
when I am trying to delete a node from such a content type, I get an error saying that there is no revision table for comments. I updated via composer and run database update without any errors.
node_revision__commentfield tables are available in my db fit that field. Has anyone else encountered such an issue?
I manually upgraded a tarball site from 9.2.6 to 9.3. Site ran fine except for SMTP email, as the vendor directory was replaced and the PHPMailer libraries were no longer installed. I reinstalled the libraries with composer require phpmailer/phpmailer and the console output showed a bunch of components being downgraded to 9.2.6, including Drupal/Core!! Sure enough, ran the status report and I was back to Drupal 9.2.6.
Fatal error: Declaration of Symfony\Component\DependencyInjection\ContainerInterface::get($id, $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE) must be compatible with Psr\Container\ContainerInterface::get(string $id) in /usr/www/users/usr/website/vendor/symfony/dependency-injection/ContainerInterface.php on line 25