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

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 :rolleyes:
 
gatto said:
Que extraño, me sigue apareciendo el mismo mensaje al intentar subir una imagen, ya hice los cambios q me señalaste :rolleyes:

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