2
My impression of that error was that something has gone wrong with XHLD
So I thought, why not change the db so that XOOPS doesn't think xhld is an active module.
I looked at the db and it appeared that I could do this:
DELETE FROM `xoops_modules` WHERE name='Headlines0'
However, when I tried, I got this errror:
Fatal error: Call to a member function on a non-object in /home/hybridc/public_html/modules/xhld0/class/headlinerenderer.php on line 75
How can I change the db so XOOPS knows that XHLD is turned off?