• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space
  • Chevereto Support CLST

    Support response

    Support checklist

    • Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • Confirm that the server meets the System Requirements
    • Check for any available Hotfix - your issue could be already reported/fixed
    • Read documentation - It will be required to Debug and understand Errors for a faster support response

Image Upload Problem - Due to File Name

Status
Not open for further replies.

AshleyUK

💖 Chevereto Fan
Hi,
So I've started to see images being uploaded, but showing as blank images... It's as if their not saving properly.

Look at the screenshot for an example.

2014-08-24_12-59-07.jpg


Now, either side of that image is the SAME image as the blank one... It's just renamed differently.
The filename for the image that isn't showing is:

Code:
The.Hungover.Games.2014.PL.480p.BRRip.AC3.XviD.CiNEMAET.SAVED_v.jpg

(I know that the image that I uploaded isn't the cover for Harry Potter, but I was trying with a totally separate image. I thought it might be a problem with the actual jpg)

I've seen another file name that keep cropping up that also has the same issue.

Code:
.mp4_thumbs_2014.08.17.13_17_04.jpg

Note the full stop at the front.
So it seems that filenames with several full stops or underscores have problems saving or showing ??

The direct link for the image above should be:
NSFW
Code:
http://www.ultraimg.com/images/.mp4_thumbs_2014.08.17.13_17_04.jpg
NSFW
As you can see, 404.
 
Change /images/.htaccess with this:

Code:
SetHandler default-handler

Does it works?
 
Hi,
Just to clarify... My current htaccess file says.

Code:
<Files .*>
order allow,deny
deny from all
</Files>

AddHandler cgi-script .php .php3 .phtml .pl .py .jsp .asp .htm .shtml .sh .cgi .fcgi
Options -ExecCGI

Do you want me to change all of it to just be

Code:
SetHandler default-handler

Or do you want me to add it ?

Code:
<Files .*>
order allow,deny
deny from all
</Files>

SetHandler default-handler
AddHandler cgi-script .php .php3 .phtml .pl .py .jsp .asp .htm .shtml .sh .cgi .fcgi
Options -ExecCGI

or lol... do you want it to be:

Code:
<Files .*>
order allow,deny
deny from all
</Files>

SetHandler default-handler
 
Just this code:

Code:
<Files .*>
order allow,deny
deny from all
</Files>

SetHandler default-handler
 
Status
Not open for further replies.
Back
Top