1
While calling in the mainfile.php
if ( !defined("XOOPS_MAINFILE_INCLUDED") ) {
define("XOOPS_MAINFILE_INCLUDED",1);
// XOOPS Physical Path
// Physical path to your main XOOPS directory WITHOUT trailing slash
define('XOOPS_ROOT_PATH', '/what/should/go/here');
// define('XOOPS_ROOT_PATH', '/what/different/here');
The two XOOPS_ROOT_PATH what should it be and can I be the same? I was able to find the fist but don't know how on the second line. It works ok before but now I changed server so the path to the html has been changed, which I found and put in the first XOOP_ROOT_PATH but I have no idea what to put in the second. Please help
Thanks a lot