• 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.

Hola tengo este error

Eso muestra que lo maximo en mb de subida de archivos es 1.5 mb pero puedes configurar editando el config.php
// Min-Max values -> php.ini rules the nation...
$max_mb = '1.5'; // Max. image size (Mbytes)
$max_by = $max_mb*1500000; // (bytes)
$max_name = '1.5'; // Max. file name lenght.

Prueba editando y cambiando por eso, saludos.
 
Back
Top