4
I have another problem....
I just finished uploading the site to the webhost
the said the root directory was /home/xxxxx
so i changed the paths in mainfile.php to:
define( 'XOOPS_ROOT_PATH', '/home/xxxxx' );
// For forward compatibility
// Physical path to the XOOPS library directory WITHOUT trailing slash
define( 'XOOPS_PATH', '/home/xxxxx' );
// Physical path to the XOOPS datafiles (writable) directory WITHOUT trailing slash
define( 'XOOPS_VAR_PATH', '/home/xxxxx' );
// Alias of XOOPS_PATH, for compatibility, temporary solution
define("XOOPS_TRUST_PATH", XOOPS_PATH);
// XOOPS Virtual Path (URL)
// Virtual path to your main XOOPS directory WITHOUT trailing slash
// Example: define( 'XOOPS_URL', 'http://localhost' );
define( 'XOOPS_URL', 'http://xxxxx.cc' );
Now when i try to access the site I get these errors
Warning: include() [function.include]: Failed opening '/home/xxxxxxxx/include/common.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/xxxxxxxx/public_html/mainfile.php on line 97
HELP!!!
[Moderator Edited: Sailjapan]