Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

No image displayed? #50

Closed
AwakenXD opened this issue May 25, 2018 · 10 comments
Closed

No image displayed? #50

AwakenXD opened this issue May 25, 2018 · 10 comments

Comments

@AwakenXD
Copy link

I noticed you didn't also get an image showing up until you changed the permissions to 777 and also recursive thing and after I did that I still do not see any images appear. What might be wrong?

@AwakenXD
Copy link
Author

So I just changed the URL to http://mywebsite.com/i/images/png/$1$ and it works.

@jimdi
Copy link

jimdi commented May 25, 2018

you may have problems with .htaccess. if you use apache - check mod_rewrite is enabled

@AwakenXD
Copy link
Author

AwakenXD commented May 25, 2018 via email

@jimdi
Copy link

jimdi commented May 25, 2018

nginx? if yes then try this one - #49

@mmattbtw
Copy link

mmattbtw commented Jul 19, 2018

what is the url you are receiving, is it something on the lines of http://mywebsite.com/e-4## ?
Personally, I'm getting http://i.mmatt.pw/e-415 (that's my domain) and don't know what's happening. I know it is on the lines of file types, but don't know how to fix it.

@lukeacat
Copy link

lukeacat commented Oct 13, 2018

I have the same issue. as @MmatDev

@aerouk
Copy link
Owner

aerouk commented Oct 13, 2018

415 suggests your image is not reaching the script at all. Please make sure your webserver is set up to accept files as large as the image you are uploading.

@lukeacat
Copy link

It is.

@aerouk
Copy link
Owner

aerouk commented Oct 17, 2018

@RazorApple What are your upload_max_filesize and post_max_size values set to in php.ini? Other than that it might be worth seeing if your uploads are being intercepted at some other point before they reach the web server because that error only occurs when, according to the script an invalid file type is uploaded, or there is no file at all.

@aerouk
Copy link
Owner

aerouk commented May 3, 2021

Closing due to inactivity. If this turns out to be an issue with the script and not the webserver, feel free to re-open.

@aerouk aerouk closed this as completed May 3, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants