- 🇮🇳India uddeshy2
patch to fix drupal 10 compatibility issues.
worked on the following fixes after apply patch #3.
$ vendor/bin/drush upgrade_status:analyze custom_solr_search
[notice] Processing C:\projects\xampp\htdocs\my-project\web/modules/contrib/custom_solr_search-3286870.================================================================================
Custom Solr Search, --
Scanned on Tue, 03/07/2023 - 18:57FILE:
C:\projects\xampp\htdocs\my-project\web\modules\contrib\custom_solr_search-32868
70\src\Entity\CustomSolrConfig.phpSTATUS LINE MESSAGE
--------------------------------------------------------------------------------
Check manually 40 Configuration entity must define a `config_export` key. See
https://www.drupal.org/node/2481909 →
--------------------------------------------------------------------------------FILE: modules/contrib/custom_solr_search-3286870
STATUS LINE MESSAGE
--------------------------------------------------------------------------------
Check manually 0 The 'custom_solr_search' extension is not installed. Cannot
check deprecated library use.
--------------------------------------------------------------------------------FILE: modules/contrib/custom_solr_search-3286870/custom_solr_search.info.yml
STATUS LINE MESSAGE
--------------------------------------------------------------------------------
Check manually 0 Value of core_version_requirement: ^8 || ^9 is not
compatible with the next major version of Drupal core. See
https://drupal.org/node/3070687.
--------------------------------------------------------------------------------FILE: modules/contrib/custom_solr_search-3286870/composer.json
STATUS LINE MESSAGE
--------------------------------------------------------------------------------
Check manually 0 Parse error in composer.json. Having a composer.json is not
a requirement in general, but if there is one, it should be
valid. See https://drupal.org/node/2514612.
--------------------------------------------------------------------------------upgrade status report after fixing issues:
$ vendor/bin/drush upgrade_status:analyze custom_solr_search
[notice] Processing C:\projects\xampp\htdocs\my-project\web/modules/contrib/custom_solr_search-3286870.================================================================================
Custom Solr Search, --
Scanned on Tue, 03/07/2023 - 19:02No known issues found.
- @uddeshy2 opened merge request.
- Status changed to RTBC
over 1 year ago 11:20am 22 June 2023 - 🇮🇳India sidharth_soman Bangalore
MR !1 resolves all the issues. The module now runs on Drupal 10 successfully.
The only issue remaining for my upgrade status is to update the core_version_requirement to 11... which is obviously not required since this issue is for Drupal 10 compatibility.
Attaching the screenshot/error text file and moving to RTBC.