Smarty Include error after Installation

Having trouble installing serendipity?
Post Reply
steelej
Posts: 2
Joined: Tue Mar 17, 2009 8:50 pm

Smarty Include error after Installation

Post by steelej »

Installation progresses well but upon completion, I'm getting the warnings below. I note that in the second warning theinclud_path usese C:\php5\pear as a value. My path is C:\php\pear. I can't figure where it's getting the "5" or if that is the problem here. I'd be much obliged for some help.

Warning: Smarty::include(E:/users/wit/steelej/blog/templates_c\bulletproof^%%6D^6DA^6DA09B62%%index.tpl.php) [function.Smarty-include]: failed to open stream: No such file or directory in E:\users\wit\steelej\blog\bundled-libs\Smarty\libs\Smarty.class.php on line 1255

Warning: Smarty::include() [function.include]: Failed opening 'E:/users/wit/steelej/blog/templates_c\bulletproof^%%6D^6DA^6DA09B62%%index.tpl.php' for inclusion (include_path='.;C:\php5\pear;E:\users\wit\steelej\blog/bundled-libs/;E:\users\wit\steelej\blog/bundled-libs/Smarty/libs/;E:\users\wit\steelej\blog/;') in E:\users\wit\steelej\blog\bundled-libs\Smarty\libs\Smarty.class.php on line 1255
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Smarty Include error after Installation

Post by garvinhicking »

Hi!

The php5 include path setting should stem from your php.ini configuration.

Does the file E:/users/wit/steelej/blog/templates_c\bulletproof^%%6D^6DA^6DA09B62%%index.tpl.php

exist and is readable? Maybe some of your directories do not allow read access?

Regard,s
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
steelej
Posts: 2
Joined: Tue Mar 17, 2009 8:50 pm

Re: Smarty Include error after Installation

Post by steelej »

Thanks for your prompt reply. I don't know where the php5 value comes from--it isn't in my php.ini. However, that doesn't seem to matter. On your suggestion I changed the Network Service permissions on the templates and templates_c directories and am up and running. Thanks
Post Reply