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

localhost errors

derf

Chevereto Noob
i'm trying to setup chevereto on my localhost server on windows xp apache server.
i'm continually getting 'Critital error: Invalid $DOM_SCRIPT, edit it manually in config.php'.

i've tried several values for that part of the script such as, 'http://localhost', $_SERVER['SERVER_NAME'], $_SERVER['REQUEST_URL/I], but had not work.

If anyone was able or know how to setup the script on a localhost development server, please share your solution.

thanks
 
The same to you.
$DOM_SCRIPT = $_SERVER['localhost'];
$PATH_SERVER = $_SERVER['/chevereto'];
But had not work.
 
It does not work on localhost. Open engine.php and comment the DOM_SCRIPT validation.
 
Back
Top