5
If you have 2.0.16, then you can add back those two lines.
In addition to changing the DB access info, you also need to adjust the XOOPS_ROOT_PATH
It seems like the one you have, is from the old server, so you need to adjust it as well. You probably have right now something like this around line 34 in :
Quote:
define('XOOPS_ROOT_PATH', 'web/htdocs/www.mysite.it/home/');
You need to change the text in red to reflect your "Physical path to your main XOOPS directory WITHOUT trailing slash" in your current host.
However, XOOPS 2.0.16 is a very old version. If the PHP version on your new host is a newer one (5.3 or 5.4), you might run into more problems and errors. So depending on your current modules (i.e. how old and outdated they are), you might need to update to XOOPS 2.5.6.
Let us know what PHP version you have on your current host, and what modules you currently have and what versions, and maybe we can guide how to make the migration in the easiest way....
NOTE: I am deleting your Websites name and replacing it with "mysite.it" for security reasons, so some hackers don't go there and hack it...