- 🇺🇸United States somebodysysop
I've applied the patch, but composer prohibits still won't let me upgrade to Drupal 10:
composer prohibits drupal/core 10.1.5 drupal/core-recommended 9.5.11 requires drupal/core (9.5.11) drupal/highlight 1.0.0 requires drupal/core (^8.8 || ^9) drupal/vefl 3.0.0 requires drupal/core (^8 || ^9)
Even though this is what is in the highlight.info.yml file:
name: Highlight description: Highlight key words from search results. package: Search core_version_requirement: ^8.8 || ^9 || ^10 type: module configure: highlight.settings # Information added by Drupal.org packaging script on 2021-05-20 version: '8.x-1.0' project: 'highlight' datestamp: 1621541825
What can I do to get past this?
- ddb70fb9 committed on 8.x-1.x
Issue #3287892 by Project Update Bot: Indicate support for Drupal 10.
- ddb70fb9 committed on 8.x-1.x
- Status changed to Fixed
about 1 year ago 8:02pm 9 November 2023 - 🇺🇸United States John Franklin
Closing as fixed. @SomebodySysop, you can pull the latest dev version until we can get a new release cut.
- 🇺🇸United States somebodysysop
Installed the latest dev version of highlight in my 10.1.5 site.
https://www.drupal.org/project/highlight/releases/8.x-1.x-dev →
as per: https://www.drupal.org/project/highlight/issues/3287892#comment-15312879 📌 Automated Drupal 10 compatibility fixes Fixed
But I get this error every time I go into "Structure" or "Enable"
Warning: Undefined array key "url" in Drupal\Core\Asset\JsCollectionOptimizerLazy->optimizeGroup() (line 174 of core/lib/Drupal/Core/Asset/JsCollectionOptimizerLazy.php).
Drupal\Core\Asset\JsCollectionOptimizerLazy->optimizeGroup(Array) (Line: 183)
Drupal\system\Controller\AssetControllerBase->deliver(Object, 'js_q-CstTboDpeq_U8vRaN4F4gs80cO_uVUdnLZXGfqSVA.js')
call_user_func_array(Array, Array) (Line: 123)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 592)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 124)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->wrapControllerExecutionInRenderContext(Array, Array) (Line: 97)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 181)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 19)
Drupal\sbn\Middleware\Redirect->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 42)
Drupal\tracer\StackMiddleware\TracesMiddleware->handle(Object, 1, 1) (Line: 34)
Drupal\webprofiler\StackMiddleware\WebprofilerMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)Warning goes away when I uninstall Highlight.
- 🇺🇸United States John Franklin
@SomebodySysop, there is a Drupal 10 release now.
Automatically closed - issue fixed for 2 weeks with no activity.