I have run into a peculiar problem with Smarty that I have never seen before.
I have developed an application on a local server that is Win2003 running Apache (WAMP installation).
After completing it, I uploaded to the clients remote server (dedicated Win2003/IIS6) and am suddenly receiving this error:
Warning: Smarty::include(C:/Inetpub/wwwroot/quote/include/smarty/compile\%%B2^B2C^B2C6E40C%%site.wrapper.tpl.php) [function.Smarty-include]: failed to open stream: No such file or directory in C:\Inetpub\wwwroot\quote\include\smarty\Smarty.class.php on line 1259
Obviously, Smarty is unable to find the compiled files. However, the path that it gives is correct. If I upload the pre-compiled files, it works fine (but does not update them with anything I have in the actual templates).
All of the paths to the template dir, the compile dir, the cache dir, and the config dir are set, and all are writable by the server.
Any ideas? Let me know if this doesn't make any sense.