- πΊπΈUnited States bobburns
Doesn't work apparently for commerce products. Apparently the error is
AssertionError: The file specified by the given app root, relative path and file name (/var/www/public_html/modules/pathauto/pathauto.info.yml) do not exist. in assert() (line 68 of /var/www/public_html/core/lib/Drupal/Core/Extension/Extension.php)
#0 /var/www/public_html/core/lib/Drupal/Core/Extension/Extension.php(68): assert(false, 'The file specif...')
#1 /var/www/public_html/core/lib/Drupal/Core/Extension/ModuleHandler.php(114): Drupal\Core\Extension\Extension->__construct('/var/www/...', 'module', 'modules/pathaut...', 'pathauto.module')
#2 /var/www/public_html/core/lib/Drupal/Component/DependencyInjection/Container.php(259): Drupal\Core\Extension\ModuleHandler->__construct('/var/www...', Array, Object(Drupal\Core\Cache\DatabaseBackend))
#3 /var/www/public_html/core/lib/Drupal/Component/DependencyInjection/Container.php(449): Drupal\Component\DependencyInjection\Container->createService(Array, 'private__n_y1_q...')
#4 /var/www/public_html/core/lib/Drupal/Component/DependencyInjection/Container.php(237): Drupal\Component\DependencyInjection\Container->resolveServicesAndParameters(Array)
#5 /var/www/public_html/core/lib/Drupal/Component/DependencyInjection/Container.php(177): Drupal\Component\DependencyInjection\Containerand more
I could use this for crawlers that keep looking for and old link
- π³π±Netherlands boazpoolman
Rerolled the patch for version 8.x-1.12
- last update
about 1 year ago 48 pass - last update
about 1 year ago 3 pass, 21 fail - π³π±Netherlands boazpoolman
Rerolled the patch again to fix the tests.
- last update
about 1 year ago 48 pass - last update
about 1 year ago 48 pass - π¬π§United Kingdom newaytech
I have a requirement here where a commerce product can be reached via several paths. I want to have a URL per taxonomy term - so need to be able to have multiple URL aliases per Commerce Product - all with a single canonical. Does this patch work with Commerce Products - I saw in a note that there was an issue? Thanks for the work here - really enjoying D8/9/10...