- Issue created by @ramprassad
- Assigned to Shreya_98
- Status changed to Needs work
about 1 year ago 1:11pm 31 October 2023 - 🇧🇪Belgium dieterholvoet Brussels
The minimum supported core version is 9.0.0 and the guessMimeType method was added in 9.1.0, so we'll need to add a conditional:
$guesser = \Drupal::service('file.mime_type.guesser'); if ($guesser instanceof \Symfony\Component\Mime\MimeTypeGuesserInterface) { $mime_type = $guesser->guessMimeType($path); } else { $mime_type = $guesser->guess($path); }
- last update
about 1 year ago 5 pass - @shreya_th opened merge request.
- Issue was unassigned.
- Status changed to Active
about 1 year ago 1:47pm 31 October 2023 - last update
about 1 year ago 5 pass - Status changed to Needs work
about 1 year ago 3:15pm 31 October 2023 - 🇧🇪Belgium dieterholvoet Brussels
My comment hasn't been addressed yet, so setting back to Needs work.
- 🇮🇳India ramprassad
Adding the updated patch based on the recent DieterHolvoet's comment above and opened merge request. This can go the version 1.1.x as well.
Regards,
Ramprassad - last update
about 1 year ago 5 pass - @ramprassad opened merge request.
- last update
about 1 year ago 5 pass - @ramprassad opened merge request.
- last update
about 1 year ago 5 pass - 🇮🇳India ramprassad
Merge request #21 is the valid one.
Merge request #22 was mistakenly raised with the intent to merge to 1.1.x but the branch was not available. - last update
about 1 year ago 5 pass - last update
about 1 year ago 5 pass -
DieterHolvoet →
committed f62b33a8 on 1.0.x authored by
ramprassad →
Issue #3398045 by ramprassad, Shreya_th, DieterHolvoet: Error: Call to...
-
DieterHolvoet →
committed f62b33a8 on 1.0.x authored by
ramprassad →
- Status changed to Fixed
about 1 year ago 9:30am 2 November 2023 Automatically closed - issue fixed for 2 weeks with no activity.