1
When I try to display a new items by clicking on the title, I get the following error:
Fatal error: Call to a member function on a non-object in /home/dleewo/public_html/test.leewo.net/xoops/modules/news/include/functions.php on line 319
This only happens if I'm logged in as a user. If I'm not logged it, it displays fine.
Also, whether logged in or not, the items is displayed OK on the main news page. I only see the problem if I click on the title.
I pulled up the code referred to. Here is line 319:
$xoopsConfigMetaFooter =& $config_handler->getConfigsByCat(XOOPS_CONF_METAFOOTER);
Does anyone have any suggestions?