• 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

instalación

gatto

Chevereto Noob
Hola Rodolfo, tengo problemas para hacer funcionar el script. Tengo el dominio anden.site88.net
He abierto el config y he modificado estos datos
Code:
define('URL_SCRIPT', 'http://anden.site88.net/')
define('DOM_SCRIPT', 'anden.site88.net')
define('PATH_SCRIPT', '/che/')

La carpeta donde está el script está en public html y se llama che

Ayudame por favor diciendome donde estoy cometiendo un error y si me falta activar algo

Muchas gracias

pd: tal como está, si intento subir una imagen me sale este mensaje
Acceso o solicitud invalida, usa la pagina principal de Demo Chevereto para subir imagenes.
 
PHP:
define('URL_SCRIPT', '[url]http://anden.site88.net/che/[/url]')

Saludos.
 
Gracias Rodolfo, añadiendo lo que me señalas, ahora veo la interfaz correctamente, pero al subir la imagen me sale nuevamente el mensaje con fondo rojo "Acceso o solicitud invalida, usa la pagina principal de Demo Chevereto para subir imagenes."

así quedó el código en config.php
Code:
define('URL_SCRIPT', 'http://anden.site88.net/che/'); 
define('DOM_SCRIPT', 'www.anden.site88.net/');
define('PATH_SCRIPT', '/che/'); //

que puede ser
 
Que extraño, me sigue apareciendo el mismo mensaje al intentar subir una imagen, ya hice los cambios q me señalaste 🙄
 
gatto said:
Que extraño, me sigue apareciendo el mismo mensaje al intentar subir una imagen, ya hice los cambios q me señalaste 🙄

Curioso, tendre que verlo a fondo. Pero primero, usa la version 1.4 =)
 
Back
Top