- Issue created by @pyrello
- πΊπΈUnited States helianthropy
I only first noticed this on a test site hosted by Acquia that does not include search. My local site does not have Drupal.ACDB defined, and the issue isn't triggered, presumably since itβs not hosted in an Acquia environment.
Should this be testing for the existence of Drupal.ACDB before assigning a value?
- Status changed to Needs review
about 1 year ago 6:41pm 3 November 2023 - Open on Drupal.org βCore: 7.x + Environment: PHP 5.3 & MySQL 5.5last update
about 1 year ago Waiting for branch to pass - πΊπΈUnited States helianthropy
Iβve created a patch that resolves the issue for me. It wraps the code in a try/catch block and prints any error to the console. Built against version 7.x-1.5.
- πΊπΈUnited States pyrello
I'm just realizing I set this to a different version of the module than I intended to. It looks like the issue is present in both 7x and 8+x versions.
- Assigned to Balu Ertl
- Status changed to Postponed: needs info
about 1 year ago 8:24am 27 November 2023 - ππΊHungary Balu Ertl Budapest πͺπΊ
Stepping through all the open 8.x issues ( search link β ) I did not found many exactly matching tickets. Perhaps #2911828-6: File Entities do not get purged when overwritten β might be related in terms of invalidating URL paths of file entities.
βI'm just realizing I set this to a different version of the module than I intended to. It looks like the issue is present in both 7x and 8+x versions.β
The code snippet shown on the screenshot in the issue summary is from the 7.x version of the module. The 8.x branch does not contain any JavaScript file. However, the ticket was set to 8.x-1.x-dev. From this point, I feel confused about how to reproduce the issue.
Some more clarification would be appreciated.
- πΊπΈUnited States pyrello
So sorry, I also got confused about this. I have been working on D9 upgrades, but this was not related to that. This was definitely on a D7 site.
- Issue was unassigned.
- Status changed to Needs review
about 1 year ago 10:29am 28 November 2023 - ππΊHungary Balu Ertl Budapest πͺπΊ
Ah, clear. Thanks for the update. Then I have to unassign myself from this ticket due to the lack of coding experience on D7.