Tôi đã xây dựng một mô-đun trên một phiên bản cục bộ trong thư mục mô-đun/tùy chỉnh của mình; Sau đó tôi đã xuất bản nó trên drupal.org, như Nhóm theo Field Widget. Vì một số lý do, khi tôi cài đặt bản phát hành 1.1.1 qua Composer, tôi gặp lỗi này.
Cảnh báo: bao gồm(/app/web/modules/custom/group_by_field_widget/src/Plugin/Field/FieldWidget/EntityReferenceGroupByFieldWidget.php): không mở được luồng: Không có tệp hoặc thư mục như vậy trong /app/vendor/composer/ClassLoader.php trên dòng 444
Cảnh báo: bao gồm (): Không thể mở '/app/web/modules/custom/group_by_field_widget/src/Plugin/Field/FieldWidget/EntityReferenceGroupByFieldWidget.php' để đưa vào (include_path='/app/vendor/pear/pear_exception:/app/ nhà cung cấp/pear/console_getopt:/app/vendor/pear/pear-core-minimal/src:/app/vendor/pear/archive_tar:.:/usr/local/lib/php') trong /app/vendor/composer/ ClassLoader.php trên dòng 444
Drupal\Component\Plugin\Exception\PluginException: Plugin (entity_reference_group_by_field_widget) lớp đối tượng "Drupal\group_by_field_widget\Plugin\Field\FieldWidget\EntityReferenceGroupByFieldWidget" không tồn tại.trong Drupal\Component\Plugin\Factory\DefaultFactory::getPluginClass() (dòng 97 của core/lib/Drupal/Component/Plugin/Factory/DefaultFactory.php).
Mô-đun được cài đặt trong mô-đun/đóng góp thư mục qua Composer, nhưng cảnh báo cho biết rằng /app/vendor/composer/ClassLoader.php đang tải tệp từ /app/web/modules/custom/.
Xin lưu ý rằng lỗi chỉ xuất hiện khi chỉnh sửa trang hiển thị biểu mẫu quản lý.
Khi tôi di chuyển mô-đun vào thư mục tùy chỉnh, nó hoạt động tốt. Điều gì sẽ buộc một mô-đun vào một thư mục?