When clicking on the Visitors tab I can see the overview information just fine, but if I click on any of the other subsections (Settings, Times, Frequency) I get the following bit of yellow screen thrown at me:
Warning: include(C:\Inetpub\wwwroot\piwik/tmp/templates_c%%FD^FDD^FDD76298%%index.tpl.php): failed to open stream: No such file or directory in C:\Inetpub\wwwroot\piwik\libs\Smarty\Smarty.class.php on line 1263
[quote=jamesd @ Apr 2 2010, 07:25 PM]When clicking on the Visitors tab I can see the overview information just fine, but if I click on any of the other subsections (Settings, Times, Frequency) I get the following bit of yellow screen thrown at me:
Warning: include(C:\Inetpub\wwwroot\piwik/tmp/templates_c%%FD^FDD^FDD76298%%index.tpl.php): failed to open stream: No such file or directory in C:\Inetpub\wwwroot\piwik\libs\Smarty\Smarty.class.php on line 1263
line 1263 in the above mentioned file is:
include($_smarty_compile_path);
Any thoughts on what might be causing this?
Thanks in advance![/quote]
Is there more information that I can give that might help in resolving this issue?
I think that your problem is, that smarty is unable to save the compiled templates in your mentioned folder.
Try chmod 777 for templates_c\ and then check whether the folder contains files.