1
Can someone tell me what should i do if i want to upload my site into my hosting ??
My site has no problem when i used in localhost, but when i upload into my hosting i got this error message..
"XOOPS path check: Script is not inside XOOPS_ROOT_PATH and cannot run."
What should i do ??
Please somebody help me, it's so important.. hiks2
i've changed the mainfile.php until like this :
define('XOOPS_ROOT_PATH', 'public_html');
define('XOOPS_URL', 'http://boa-indo.com');
define('XOOPS_DB_HOST', 'localhost');
define('XOOPS_DB_USER', 'boaindo_drols');
define('XOOPS_DB_PASS', 'secret');
define('XOOPS_DB_NAME', 'boaindo_dot');
I'm pretty sure that i've no problem with the userdb, dbpasword, the name of database.. i'm sure i'm correct with that..
So.. where is my mistake ??
Please2 help me..
In localhost, my site has no problem like this :((
Thanks so much!