3
Check file "mainfile.php" for errors
Look up
define('XOOPS_ROOT_PATH',
you must have it like that:
/home/****/public_html
, and no like that
/home/*****/public_html/
If you have it corectly, look up for that:
Line: 77
define('XOOPS_URL'
You must have it like that:
define('XOOPS_URL', 'http://www.yoursite.org');
but no like that:
define('XOOPS_URL', 'http://www.yoursite.org/');