Hi,
I'm getting seemengly random smarty errors which apparently have to do with inability to write in templates_c.
Line 1265:
and line 1258:Code:Warning: Smarty::include(cache/smarty/templates_c\%%D1^D18^D18B02E6%%SavedSearchForm.tpl.php) [function.Smarty-include]: failed to open stream: No such file or directory in C:\Inetpub\wwwroot\SugarCRM\include\Smarty\Smarty.class.php on line 1265 Warning: Smarty::include() [function.include]: Failed opening 'cache/smarty/templates_c\%%D1^D18^D18B02E6%%SavedSearchForm.tpl.php' for inclusion (include_path='.;C:\php5\pear') in C:\Inetpub\wwwroot\SugarCRM\include\Smarty\Smarty.class.php on line 1265
Yet, MOST of smarty templates being created in that templates_c just fine. I have like doesen templates there created on different days. So it can't be permission issue, cause templates are being successfully written MOST of the time.Code:Warning: Smarty::include(cache/smarty/templates_c\%%C9^C90^C906B9BD%%EditView.tpl.php) [function.Smarty-include]: failed to open stream: No such file or directory in C:\Inetpub\wwwroot\SugarCRM\include\Smarty\Smarty.class.php on line 1258 Warning: Smarty::include() [function.include]: Failed opening 'cache/smarty/templates_c\%%C9^C90^C906B9BD%%EditView.tpl.php' for inclusion (include_path='.;C:\php5\pear') in C:\Inetpub\wwwroot\SugarCRM\include\Smarty\Smarty.class.php on line 1258
To me it seems to be a "race condition", where file is being reported as written, when in fact it is not. But then again it is my speculation based on research on Smarty forums and forums here.
I'v googled extensively for lines 1258 and 1265, and didn't find any helpful hint, let alone thorough explanation why this is happening.
Any help whould be greatly appreciated.
System specs bellow: (It may very well be the key to this whole thing)
Windows server 2003
IIS6
PHP 5.2.2
MSSQL 2005
SugarCRM 4.5.1c
Thank you.


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks