Installation runs error free but index has dead links
This is my 3rd attempt to ask my question.
Yes XOOPS directories are writable by everyone,
except mainfile.php which is read only.
This XP box is for development and testing. It is running Xampp 1.4.10a. Something is right of my setup as it has other PHP based CMS Engines running.
Xoops version 2.0.7.3
Config... Apache 2.0.52 PHP 4.3.9 SQL 4.1.7
PHP register_globals=on
Is there anything else of php.ini to concern?
templates_c has a couple of files.
Xoops's db has 31 Tables, currently with 280 records.
Turned on debugging
https://xoops.org/modules/smartfaq/faq.php?faqid=80I get the following errors:
Warning [Xoops]: Smarty error: unable to read template resource: "db:system_block_login.html" in file Xoops_Physical_Path\class\smarty\Smarty.class.php line 1042
Warning [Xoops]: Smarty error: unable to read template resource: "db:system_block_mainmenu.html" in file Xoops_Physical_Path\class\smarty\Smarty.class.php line 1042
In class/smarty/Smarty.class.php I turned on debugging
var $debugging = true;
Smarty finds these includes
default/theme.html
default/theme_blockleft.html
default/theme_blockleft.html
but fails to find these
db:system_block_login.html
db:system_block_mainmenu.html
Someone told me the missing file in templates_c is...
db%3Asystem_block_mainmenu.html
If I only had a starting point to chase from...
Where is this created?
Help? Ideas? Suggestions? Anything... PLZ
Peccavi