Topic: Subdomain installation problem

Hi. I have problem with installation Cheveteto in subdomain:
http://wgs.arczitekt.pl/up/

in my cfg i have:

$DOM_SCRIPT = 'wgs.arczitekt.pl'; // --> mysite.com
$PATH_SERVER = '/up'; // --> /public_html (pssst.. NO ENDING SLASH!)

my script version: chevereto_nb1.7

in chevereto_nb1.6_rev2 all working,

what's wrong?
Thx for reply.

Last edited by arczi1010 (2009-11-29 11:09:43)

Thumbs up

Re: Subdomain installation problem

You have some error.. it should be :

$DOM_SCRIPT = 'wgs.arczitekt.pl/up'; // --> mysite.com
$PATH_SERVER = '/here/give/full/path/to/script/relative/to/your/installation/directory'; // --> /public_html (pssst.. NO ENDING SLASH!)

in $PATH_SERVER , give full directory page, in my case, it was /home/username/public_html/

Thumbs up

Re: Subdomain installation problem

Saahib is right, please use the path of your server.

rodolfoberrios.com | PLEASE use Tech Support forums to ask for support!