1
I installed the MyLinks module last week and created a bunch of links with it. Everything was working fine. Suddenly, however, all I get is a blank page.
When I turn on PHP Debugging, I get this: "Warning [Xoops]: Smarty error: unable to read template resource: "db:mylinks_index.html" in file class/smarty/Smarty.class.php line 1042"
The mylinks_index.html file is in the modules/mylinks/templates folder, but it looks like it is trying to select the template from the xoops_tplfiles table when I turn on MySQL Debugging.
When I go to the Templates management, that file is listed in my (non-default) set along with several others, but they are highlighted in yellow and I can't generate them without getting an error that says they don't exist.
If I try to upload the file in the Templates administration, I get a response saying that it doesn't need to be uploaded because no PHP files need it.
I need to figure this out quickly. Rolling out this web site Friday morning. Any help will be appreciated.