Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Won't Fix
-
Affects Version/s: 1.4
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
Description
I'm using:
Drupal 4.7.2
Civicrm 1.4
Latest xampp package on windows XP SP2, including
mysql 5.0.18
PHP 5.0
I have followed the installation instructions with a few issues but I think I'm past them. I enabled the Civicrm module in Drupal. When I select the Civicrm menu item I get this error message:
- warning: rename(C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\wrt76.tmp,/eclipse/workspace/PropertyManager/templates/%%DF\DF1\DF14E7A2%%index.tpl.php) [function.rename]: No such file or directory in C:\eclipse\workspace\propertymanager\modules\civicrm\packages\Smarty\internals\core.write_file.php on line 46.
- warning: chmod() [function.chmod]: No such file or directory in C:\eclipse\workspace\propertymanager\modules\civicrm\packages\Smarty\internals\core.write_file.php on line 47.
- warning: Smarty::include(/eclipse/workspace/PropertyManager/templates/%%DF\DF1\DF14E7A2%%index.tpl.php) [function.include]: failed to open stream: No such file or directory in C:\eclipse\workspace\propertymanager\modules\civicrm\packages\Smarty\Smarty.class.php on line 1265.
- warning: Smarty::include() [function.include]: Failed opening '/eclipse/workspace/PropertyManager/templates/%%DF\DF1\DF14E7A2%%index.tpl.php' for inclusion (include_path='.;/eclipse/workspace/propertymanager/modules/civicrm/;/eclipse/workspace/propertymanager/modules/civicrm/\packages;.;C:\Program Files\xampp\php\pear\') in C:\eclipse\workspace\propertymanager\modules\civicrm\packages\Smarty\Smarty.class.php on line 1265.
It appears that the Directory is being built incorrectly. I've attached my civicrm.settings.php. Just for fun I removed the trailing "/" from the CIVICRM_TEMPLATE_COMPILEDIR definition and the "/\" listed in the error above changed to just a "\" but other than that, the message didn't change.