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
{{ message }}
This repository has been archived by the owner on Jul 12, 2020. It is now read-only.
When using the server as a proxy, we depend on a readfile() with a url passed in. This is disallowed on some hosts. Would be better to check whether this is allowed and then present a better error message rather than just failing.
Steps to Reproduce
Try to use server as a proxy on a server where allow_url_fopen is not set in the php.ini or external file opening is not allowed.
Expected behavior:
Clear error message indicating what is wrong and what the user needs to do to fix it.
Actual behavior: [What actually happens]
Fails with other error messages / 0 size downloads.
Version
all versions to date, I think
Additional Information
Only true of the download using server as a proxy links - so direct browser download links unaffected.
The text was updated successfully, but these errors were encountered:
Description
When using the server as a proxy, we depend on a readfile() with a url passed in. This is disallowed on some hosts. Would be better to check whether this is allowed and then present a better error message rather than just failing.
Steps to Reproduce
Try to use server as a proxy on a server where allow_url_fopen is not set in the php.ini or external file opening is not allowed.
Expected behavior:
Clear error message indicating what is wrong and what the user needs to do to fix it.
Actual behavior: [What actually happens]
Fails with other error messages / 0 size downloads.
Version
all versions to date, I think
Additional Information
Only true of the download using server as a proxy links - so direct browser download links unaffected.
The text was updated successfully, but these errors were encountered: