• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • This community is user driven. Be polite with other users.
    • We recommend purchasing a Chevereto license to participate in this community.
    • Purchase a Community Subscription to get even faster ticket response times.

2.5.1 Fresh install

Status
Not open for further replies.

imagend

Chevereto Member
Just installed this submitpicture.com
All looks good except when I upload a pic I get a 404.
I can find the image by hunting it down using ftp so I know it's getting uploaded.

Any tips?
 
No it doesn't work.
And I just re-uploaded the .htaccess file right inside public_html.
Still doesn't work.
I had an older version 1.8 installed on the same server and had to have mod_rewrite enabled back then.
 
Remove this line from the .htaccess file:

Code:
RewriteBase /chevereto
 
That worked.
Is there no user system yet?
And where can you change the name of the pictures being uploaded?
 
/**
* File naming set-up
* Set up how you will like to name the uploaded files.
*
* 'original' : Try to keep the original file name. If the file already exists the 'mixed' method will be used for that file.
* 'random' : Use absolute random names for the uploaded files.
* 'mixed' : Keeps part of the original file name including random chars at the end of the file.
*
* Default: original
* @Since 2.5
*/
$config['file_naming'] = 'original';

I want to rename the pictures whatever I want. Is that possible or not?
 
That worked.
Is there no user system yet?
And where can you change the name of the pictures being uploaded?

User system will come in Chevereto 3 and to change the name of the uploaded files only /admin atm.
 
Status
Not open for further replies.
Back
Top