1
Hi,
Made a copy of my XOOPS dir, moved it to my new server. did an export of my database and imported it into my new one. Changed mainfile.php and got a blank page.
Of course I started reading the FAQ's and some posts on this issue. I think I tried it all.
It must be an mainfile problem but I don't see it. Could it be a physical path thing?
// XOOPS Physical Path
// Physical path to your main XOOPS directory WITHOUT trailing slash
define('XOOPS_ROOT_PATH', 'var/www/html/poink.be');
// XOOPS Virtual Path (URL)
// Virtual path to your main XOOPS directory WITHOUT trailing slash
define('XOOPS_URL', 'http://xxx.xx.xx.xxx/poink.be');
// Database
// Choose the database to be used
define('XOOPS_DB_TYPE', 'mysql');
Desperate me