• 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.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

Chevereto 2.2 (Nana)

Status
Not open for further replies.

Rodolfo

⭐ Chevereto Godlike
Chevereto Staff
Administrator
Chevereto 2.2 (Nana) (2012-06-14) release notes
- Added selectable folder storage
- Added private mode
- Added Short URL implementation (internal)
- Removed some odd PHP notices
- Fixed bug with auto_lang true in File Manager

Update from 2.1.2 | Affected files & folders
- upload.php
- includes/config.php
- includes/chevereto.php
- includes/uploader.php
- includes/functions.php
- includes/template.functions.php
- includes/classes/class.db.php
- includes/classes/class.upload.php
- includes/classes/class.handler.php
- includes/classes/class.filelist.php
- includes/classes/class.login.php
- content/system/js/peafowl.php
- content/system/login.php
- content/system/img/chevereto.png
- content/themes/Peafowl/header.php
- content/themes/Peafowl/footer.php
- content/themes/Peafowl/view.php
- content/themes/Peafowl/shorturl.php
- content/themes/Peafowl/style.css
- admin/includes/classes/class.adminhandler.php
- admin/content/system/js/admin.js

Please remember to read the update documentation http://chevereto.com/docs#!upgrade

Download Chevereto 2.2

This new config values are added to config.php:
PHP:
/**
* Storage
* Select where do you want to store the uploads. This don't affect the actual files, just the new uploads.
* Default: datefolders
* @Since 2.2
*/
$config['storage'] = 'datefolders'; // Values: datefolders|direct -> datefolders (example: /YYYY-MM-DD/file.ext) | direct (/image/file.ext)
 
 
/**
* Private mode
* Set on/off the private mode. If you set the private mode on (true) only the admin and the people with the
* user password will have access to upload images
* default: false
*/
$config['private_mode'] = false; // values: true | false
 
 
/**
* User password
* If you set this value and the private_mode is true, only the people with this password can upload images
* This MUST not be the same as 'admin_password'
* Note 1: This users can't enter the admin area (file manager)
* Note 2: Admin can always upload images using their own password
*/
$config['user_password'] = '';
 
I tried to upload from
Hidden content
You need to reply to this thread in order to see this content.
and errror......
"Error: invalid mime"
why i cant upload from my site ?
 
I tried to upload from
Hidden content
You need to reply to this thread in order to see this content.
and errror......
"Error: invalid mime"
why i cant upload from my site ?

Open a Tech support topic please.
 
Status
Not open for further replies.
Back
Top