Problem/Motivation

During installation of "Standard Installation", on step "Install Site", the modules freeze.

No error is provided on screen.

On server log, found:

The "link" plugin does not exist. Valid plugin IDs for Drupal\Core\Field\FieldTypePluginManager are: comment, datetime, file, file_uri, image, list_float, list_integer, list_string, path, text_long, text_with_summary, text, language, entity_reference, float, integer, created, uri, email, uuid, timestamp, password, decimal, changed, string, string_long, map, boolean in Drupal\Core\Plugin\DefaultPluginManager->doGetDefinition() (line 53 of core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php).
Drupal\Core\Plugin\DefaultPluginManager->doGetDefinition() (Line: 25)
Drupal\Core\Plugin\DefaultPluginManager->getDefinition() (Line: 82)
Drupal\Core\TypedData\ListDataDefinition->getClass() (Line: 86)
Drupal\Core\TypedData\TypedDataManager->createInstance() (Line: 103)
Drupal\Core\TypedData\TypedDataManager->create() (Line: 200)
Drupal\Core\TypedData\TypedDataManager->getPropertyInstance() (Line: 74)
Drupal\Core\Field\FieldTypePluginManager->createFieldItemList() (Line: 600)
Drupal\Core\Entity\ContentEntityBase->getTranslatedField() (Line: 564)
Drupal\Core\Entity\ContentEntityBase->get() (Line: 635)
Drupal\Core\Entity\ContentEntityBase->getFields() (Line: 659)
Drupal\Core\Entity\ContentEntityBase->getIterator() (Line: 265)
Drupal\Core\Entity\ContentEntityStorageBase->initFieldValues() (Line: 129)
Drupal\Core\Entity\ContentEntityStorageBase->doCreate() (Line: 94)
Drupal\Core\Entity\ContentEntityStorageBase->create() (Line: 1139)
Drupal\Core\Entity\ContentEntityBase::create() (Line: 27)
standard_install()
call_user_func_array() (Line: 400)
Drupal\Core\Extension\ModuleHandler->invoke() (Line: 357)
Drupal\Core\Extension\ModuleInstaller->install() (Line: 83)
Drupal\Core\ProxyClass\Extension\ModuleInstaller->install() (Line: 1649)
install_install_profile() (Line: 698)
install_run_task() (Line: 569)
install_run_tasks() (Line: 119)
install_drupal() (Line: 48)

Installing with "Minimal Installation", and then installing "Link" module behaves the same.

Server: Ubuntu 20 running Plesk
PHP: FPM-8.1.21 || FPM-8.2.1 (both behave the same)
PHP Ram: 1G
Tried with Apache and NginX, with same behaviour
CGI, FastCGI: Same behaviour with and without these options

However, on local env, using Lando with Drupal10 recipe, it works without issues...

Comments

bmateus created an issue. See original summary.

cilefen’s picture

This is sometimes due to the platform not meeting all requirements, including those for the database server (for example, max_allowed_packet really must be increased) and so on. Drupal Core releases must pass all tests and I just checked and the branch heads are also passing all tests.

There have been some PHP bugs—some of those affecting autoloading with opcache—but I don't think the PHP versions you mentioned above are affected.

I am tagging this "Needs steps to reproduce" because the only way forward is to have a greater understanding of the platform specifics.

Version: 10.1.x-dev » 11.x-dev

Drupal core is moving towards using a “main” branch. As an interim step, a new 11.x branch has been opened, as Drupal.org infrastructure cannot currently fully support a branch named main. New developments and disruptive changes should now be targeted for the 11.x branch. For more information, see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

quietone’s picture

Status: Active » Postponed (maintainer needs more info)
Issue tags: +Bug Smash Initiative

More information was asked for 8 months ago and none has been provided. Since this is about an problem with installing Drupal it would seem that it has been resolved in some way.

Since we need more information to move forward with this issue, I am setting the status to Postponed (maintainer needs more info). If we don't receive additional information to help with the issue, it may be closed after three months.

Thanks!

quietone’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

Since the information needed to help with this has not been supplied in over a year, I am closing this issue.

If you are experiencing this problem on a supported version of Drupal reopen the issue, by setting the status to 'Active', and provide complete steps to reproduce the issue (starting from "Install Drupal core").

Thanks!