Hello people, how are you? I'm using Sugar 4.5.1 under IIS 5.1, with php 5.2.4 and mysql 5.0.22.
I have the following problem when i try to do a search in the home page:
PHP Warning: UnifiedSearchAdvanced::include(cache/modules/unified_search_modules.php) [function.UnifiedSearchAdvanced-include]: failed to open stream: No such file or directory in C:\Inetpub\wwwroot\inforCrm\modules\Home\UnifiedSe archAdvanced.php on line 80 PHP Warning: UnifiedSearchAdvanced::include() [function.include]: Failed opening 'cache/modules/unified_search_modules.php' for inclusion (include_path='.;C:\php5\pear') in C:\Inetpub\wwwroot\inforCrm\modules\Home\UnifiedSe archAdvanced.php on line 80 PHP Warning: UnifiedSearchAdvanced::include(cache/modules/unified_search_modules.php) [function.UnifiedSearchAdvanced-include]: failed to open stream: No such file or directory in C:\Inetpub\wwwroot\inforCrm\modules\Home\UnifiedSe archAdvanced.php on line 41 PHP Warning: UnifiedSearchAdvanced::include() [function.include]: Failed opening 'cache/modules/unified_search_modules.php' for inclusion (include_path='.;C:\php5\pear') in C:\Inetpub\wwwroot\inforCrm\modules\Home\UnifiedSe archAdvanced.php on line 41 PHP Notice: Undefined variable: unified_search_modules in C:\Inetpub\wwwroot\inforCrm\modules\Home\UnifiedSe archAdvanced.php on line 56 PHP Warning: Invalid argument supplied for foreach() in C:\Inetpub\wwwroot\inforCrm\modules\Home\UnifiedSe archAdvanced.php on line 56 PHP Warning: Smarty::include(cache/smarty/templates_c\%%72^729^729F47A0%%UnifiedSearchAdvanc edForm.tpl.php) [function.Smarty-include]: failed to open stream: No such file or directory in C:\Inetpub\wwwroot\inforCrm\include\Smarty\Smarty. class.php on line 1265 PHP Warning: Smarty::include() [function.include]: Failed opening 'cache/smarty/templates_c\%%72^729^729F47A0%%UnifiedSearchAdvanc edForm.tpl.php' for inclusion (include_path='.;C:\php5\pear') in C:\Inetpub\wwwroot\inforCrm\include\Smarty\Smarty. class.php on line 1265
I tested my sugar under apache and all went well. Then, first at all I looked for unified_search_modules.php and i found it, so i tested the same for IIS and didn't find this file.

I noticed that there is include_path='.;C:\php5\pear' and i haven't this path on my hd, my php is under C:\PHP

I have no idea what could be causing this. Could someone help me to solve this?

Thanks in advance!