1
I have deleted files from template_c folder, because I uploaded new theme files and i'm using this method to force XOOPS to use new files insteed of cahced ones.
Now, my XOOPS has blank pages with debug errors:
Warning [PHP]: fetch(C:/site/templates_c\%%42^428^428512AB%%db%3Asystem_block_mainmenu.html.php): failed to open stream: No such file or directory in file C:\site\class\smarty\Smarty.class.php line 1255
Warning [PHP]: fetch(): Failed opening 'C:/site/templates_c\%%42^428^428512AB%%db%3Asystem_block_mainmenu.html.php' for inclusion (include_path='.;c:\php4\pear') in file C:\site\class\smarty\Smarty.class.php line 1255
Warning [PHP]: fetch(C:/site/templates_c\%%6E^6E8^6E8C036B%%db%3Asystem_block_login.html.php): failed to open stream: No such file or directory in file C:\site\class\smarty\Smarty.class.php line 1255
Warning [PHP]: fetch(): Failed opening 'C:/site/templates_c\%%6E^6E8^6E8C036B%%db%3Asystem_block_login.html.php' for inclusion (include_path='.;c:\php4\pear') in file C:\site\class\smarty\Smarty.class.php line 1255
Warning [PHP]: fetch(C:/site/templates_c\%%20^200^200DC337%%theme.html.php): failed to open stream: No such file or directory in file C:\site\class\smarty\Smarty.class.php line 1248
Warning [PHP]: fetch(): Failed opening 'C:/site/templates_c\%%20^200^200DC337%%theme.html.php' for inclusion (include_path='.;c:\php4\pear') in file C:\site\class\smarty\Smarty.class.php line 1248
It's clear, deleted files mising. I tried this way of theme reseting on other XOOPS installations and XOOPS sucessfully recreated this files, but, this is some older version of XOOPS 2 (I don't know which one, other guy installed). Can someone please help me, how to tell XOOPS to recreate there chache files?
Thanks in advance!