1
Hi all,
I had uploaded the source in new server and I created all the tables. I changed the mainfile.php configurations according to my new server configurations. But I was unable to access my site as I was getting blank page displayed. Also I had set my rootpath correctly.
I set it as
// XOOPS Physical Path
// Physical path to your main XOOPS directory WITHOUT trailing slash
define('XOOPS_ROOT_PATH', str_replace("\\", "/",dirname ( __FILE__)) );
I think I was unable to access this only due to the rootpath. Can anybody help me in this? I need this urgently.
Thanks.