1
hi! i've got a problem after I upgraded my XOOPS from 2.0.14 to 2.0.15.
I turn on PHP debug and I've got this:
Errors
Queries
SELECT * FROM xoops_config WHERE (conf_modid = '0' AND conf_catid = '1') ORDER BY conf_order ASC
SELECT sess_data FROM xoops_session WHERE sess_id = '60c7a2vitolqtuqf4ppk6hpq81'
SELECT * FROM xoops_users WHERE uid=1
SELECT * FROM xoops_modules WHERE dirname = 'news'
SELECT * FROM xoops_config WHERE (conf_modid = '5') ORDER BY conf_order ASC
Total: 5 queries
Blocks
Total: 0 blocks
Extra
Timers
XOOPS took 0.059 seconds to load.
XOOPS Boot took 0.048 seconds to load.
Module init took 0.010 seconds to load.
I also upgraded the news module to 1.44 but there is still a blank page otherwise that's the only module that doesn't work on my page.
I get the blank page also in .../modules/news/admin/index.php don't know why
Any ideas?