You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since commit 25fbb91, the remote urls are not working anymore because file_exists() always return false with remote url.
Maybe we can use curlor get_headers() or whatever you want with filter_var($url, FILTER_VALIDATE_URL); :)
The text was updated successfully, but these errors were encountered:
PastisD
changed the title
Issue with remote files since v2.0.23
[BC/BREAK] Issue with remote files since v2.0.23
Aug 9, 2019
Hello,
Since commit 25fbb91, the remote urls are not working anymore because
file_exists()
always returnfalse
with remote url.Maybe we can use
curl
orget_headers()
or whatever you want withfilter_var($url, FILTER_VALIDATE_URL);
:)The text was updated successfully, but these errors were encountered: