• 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

how to install ? French

michael

Chevereto Noob
Bonjour
j'essaie d'installez chevereto, mais impossible

dans le fichier de config j'ai changer ca :

Code:
// No editar, salvo problemas
// SERVER
define('DOM_SCRIPT', 'patatesandco.fr');
define('PATH_SERVER', 'essai');

et ca :
Code:
// URL
define('URL_SCRIPT', 'http://patatesandco.fr'.DOM_SCRIPT.PATH_SCRIPT);

tout s'affiche correctement mais impossible d'envoyez une image...

quelqu'un aurait il une idée ?
Merci
 
Never edit this:
PHP:
// URL
define('URL_SCRIPT', 'http://'.DOM_SCRIPT.PATH_SCRIPT);
 
Back
Top