drupalwxt / wxt

Drupal 10 variant of the Web Experience Toolkit (WxT).
https://drupalwxt.github.io
GNU General Public License v2.0
25 stars 27 forks source link

Fixing issues with image uploading due to the deprecated "file_create_url()" function #306

Closed fdo-brunerk closed 10 months ago

fdo-brunerk commented 10 months ago

Good morning, DrupalWxT team!

I noticed some issues with our production sites while we're testing out the latest 5.0.x release stream. We can't seem to upload images using our existing content types and the image uploader due to the presence of a deprecated function in the Lightbox.php file.

I have the proposed fix below and it's fixed the issue on our sites.

smulvih2 commented 10 months ago

@fdo-brunerk good catch! Will create a ticket for this on drupal.org so it gets attention.

smulvih2 commented 10 months ago

Drupal.org ticket

sylus commented 10 months ago

Committed and attributed

https://www.drupal.org/project/wxt/issues/3387600#comment-15242583

Note: I gave attribution to @smulvih2 since I couldn't find fdo-brunerk user in Drupal.