12
Hi,
If you have myPHPAdmin try to change in "XXXX_config" table, where XXXX is the value of XOOPS_DB_PREFIX in mainfile.php (default is "xoops") the record where conf_name='debug_mode', so that conf_value=YYYY where YYYY (Debug Mode) is:
0, for Off
1, for PHP Debug
2, for MySQL/Blocks Debug
3, for Smarty Template Debug
or execute SQL command:
UPDATE XXXX_config SET conf_value=YYYY WHERE conf_modid=0 AND conf_catid=1 AND conf_name='debug_mode'
and look for errors (inore notices). (hereis the FAQ:
https://xoops.org/modules/smartfaq/faq.php?faqid=79)
Also in mainfile.php did you change/set the phisical path corectly if there is a change (probably it is diferent as you change hosting)? You may need to change TRUSTED_PATH too if you have some of GiJoe modules...