We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue came from Gitter, where @wonozhong had this issue:
There are two usages of readfile() in e107 that can be abstracted to use an alternative to readfile():
readfile()
The text was updated successfully, but these errors were encountered:
Hoping this change is unrelated to #3520
Sorry, something went wrong.
@CaMer0n: #3520 looks unrelated.
In that issue, the user referenced this thumbnail URL:
http://www.outlawsracing.com/thumb.php?src=e_MEDIA_IMAGE%2F2018-10%2Fe-packchampweb.png&w=800&h=0
That translates to this source URL:
http://www.outlawsracing.com/e107_images/2018-10/e-packchampweb.png
At the time of writing, that URL returned HTTP 404, which explains the by-design behavior of thumb.php redirecting to https://placehold.it/800x0.
thumb.php
https://placehold.it/800x0
Thank you @Deltik !
Successfully merging a pull request may close this issue.
Issue came from Gitter, where @wonozhong had this issue:
There are two usages of
readfile()
in e107 that can be abstracted to use an alternative toreadfile()
:The text was updated successfully, but these errors were encountered: