• 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 Support CLST

    Support response

    Support checklist

Error al cambiar de hosting y actualizar

Neto98

Chevereto Member
Saludos a todos, recientemente cambien de alojamiento y transferí todo a mi otro hosting y configure la la misma BD en app/config.php y cargo bien y mostro las imágenes pero ahorita trate de actualizar y me dio un error y recargue y apareció este error ahora.

[CODE lang="php" title="Error"]Aw, snap! Internal Server Error [debug @ print,error_log] - https://v3-docs.chevereto.com/setup/troubleshoot/debug.html

** errorId #a28f51e718cb0cda **
> ErrorException [0]: ini_set(): A session is active. You cannot change the session module's ini settings at this time
At /app/lib/integrity-check.php:39

Stack trace:
#0 unknown file(unknown line): G\errorsAsExceptions(2, 'ini_set(): A session is active. You cannot change the session module's ini settings at this time', '/app/lib/integrity-check.php', 39, Array)
#1 /app/lib/integrity-check.php(39): ini_set('session.gc_divisor', '100')
#2 /app/loader.php(210): CHV\check_system_integrity()
#3 /index.php(20): include_once('/app/loader.php')[/CODE]
 
Comprueba caches, esas instrucciones no existen en V3.20 (L39). Tu sistema esta leyendo otros archivos.

View attachment 4090
Tengo php 7.4 sera que no esta habilitado algo?
1623343842321.png
Como pudiera limpiar las caches?
Trate de reinstalar todo con la base de datos , copie las imagenes a la carpeta y subi la BD pero me tiraba denuevo el instalador para configurar la BD cuando hacia ese cambio.

Ahorita elimine estas lineas.
[CODE lang="php" title="Code"] @ini_set('session.gc_probability', true);
@ini_set('session.use_trans_sid', false);
@ini_set('session.use_only_cookies', true);
@ini_set('session.hash_bits_per_character', 4);[/CODE]

Y entre a la pagina y cargo pero igual con bastantes fallos
1623344225343.png
 
Saludos, reinstale y puse la base de datos anterior y pase la carpeta imagenes ala nueva instalación y todo bien me las muestra, pero al querer subir una me muestra este error
1623885162629.png

Edito, parece que era la WATERMARK que no encontraba la deshabilite y ahora si puedo subir normal.
 
Last edited:
Back
Top