- Issue created by @rohitrajputsahab
- Status changed to Needs work
4 months ago 7:38am 30 August 2024 - 🇫🇷France izus
i thinks this is due to code deprectaion. drupal_get_path() is deprectated :
https://www.drupal.org/node/2940438 →
we need a little patch here - First commit to issue fork.
- 🇨🇴Colombia ismaelromero Somewhere in the exotic Colombia
Hi @izus,
I searched for occurrences of drupal_get_path() in the module's code to address the deprecation issue, but I couldn't find any reference to it. Could you confirm if there's a specific branch or version where this error appears, or if it might be related to custom code or an outdated version of the module? Let me know how you'd like to proceed. - 🇫🇷France izus
Hi,
drupal_get_path is used in .x branch : https://git.drupalcode.org/project/search_api_attachments/-/blob/8.x-1.x...
it is no more used in 9.x branch https://git.drupalcode.org/project/search_api_attachments/-/blob/9.0.x/s...
so i guess you're using 8.x
hopes this helps