- 🇮🇳India prabuthe
I am getting this error
Error: Class "Drupal\migrate_tools\Commands\MigrateToolsCommands" not found in include() (line 25 of C:\Sapient\new\ej-d8-sites\docroot\modules\contrib\path_redirect_import\src\Commands\PathRedirectImportCommands.php).
[30;43;1m[warning][39;49;22m Drush command terminated abnormally. - 🇬🇧United Kingdom Alina Basarabeanu
With the patch applied, I get a new error:
The service "drush.command.services" has a dependency on a non-existent service "path_redirect_import.commands". - last update
over 1 year ago Build Successful - 🇺🇦Ukraine eugene.brit Kyiv 🇺🇦
Added 'path_redirect_import.redirect_export' service to the #2 patch
- 🇬🇧United Kingdom Alina Basarabeanu
Patch #8 fixed the drush command error.
- last update
over 1 year ago 3 pass -
plopesc →
committed 34864f95 on 2.0.x authored by
eugene.brit →
Issue #3313386 by qzmenko, eugene.brit, plopesc, Alina Basarabeanu,...
-
plopesc →
committed 34864f95 on 2.0.x authored by
eugene.brit →
- Status changed to Fixed
over 1 year ago 1:45pm 9 June 2023 - 🇪🇸Spain plopesc Valladolid
Patch committed.
Marking issue as fixed.
Thank you!
Automatically closed - issue fixed for 2 weeks with no activity.
- Status changed to Fixed
over 1 year ago 1:46pm 11 July 2023 - 🇩🇪Germany dotist
I'm having this issue again, but the issue is that `Drupal\migrate_tools\Commands\MigrateToolsCommands` has moved to `Drupal\migrate_tools\Drush\MigrateToolsCommands`. See patch.
- 🇬🇧United Kingdom Alina Basarabeanu
I tried to use the dev version without the patch but the issue is not resolved.
Error: Class "Drupal\migrate_tools\Commands\MigrateToolsCommands" not found in include() (line 27 of /var/www/html/docroot/modules/contrib/path_redirect_import/src/Commands/PathRedirectImportCommands.php).
Will have to continue using the patch from #8. - 🇬🇧United Kingdom Alina Basarabeanu
Actually, this issue is related to https://www.drupal.org/project/path_redirect_import/issues/3373025 🐛 Update to support path redirect import migrate_tools 6.0.2 RTBC
The patch from 3373025 fixed the issue - 🇺🇸United States TMWagner
I concur with #16. The error described in #15 was corrected for us with the patch from https://www.drupal.org/project/path_redirect_import/issues/3373025 🐛 Update to support path redirect import migrate_tools 6.0.2 RTBC
- 🇺🇸United States rclemings
@lucasvm: This issue is closed but the issue mentioned in comments #16 and #17 🐛 Update to support path redirect import migrate_tools 6.0.2 RTBC has an identical patch and is RTBC, so it might be better to post any further comments there.
- First commit to issue fork.
- Open on Drupal.org →Core: 10.1.x + Environment: PHP 8.1 & MySQL 5.7last update
about 1 year ago Not currently mergeable. - 🇺🇸United States ddavisboxleitner
Our team also came to this issue looking for help on the error. We were seeing this after upgrading:
Error: Class "Drupal\migrate_tools\Commands\MigrateToolsCommands" not found in include() (line 27 of /var/www/html/docroot/modules/contrib/path_redirect_import/src/Commands/PathRedirectImportCommands.php).
We agree with #16 as well, the patch from https://www.drupal.org/project/path_redirect_import/issues/3373025 🐛 Update to support path redirect import migrate_tools 6.0.2 RTBC updates the path and resolves the error.