Question
505 error when accessing images outside server
Good day, i have a php issue.
I’m making a online tool that resizes given images by a url.
my problem is when i pass the image’s url, from an external website like imgur.com , to the imagecreatefrompng()
function, it gives me a 500 error code.
I’ve also tried file_exists()
and is_readable()
and they both return false.
Which is strange because on the web hosting service i was using before digitalocean, this worked out just fine.
Thank you for your time.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×