View Single Post
  #1  
Old 09-30-2003, 07:49 PM
 
Ferrett Ferrett is offline
 

Member
  
Join Date: Jun 2003
Location: Editor-in-chief and Webmaster
Posts: 11
 

Default Weird .Tpl error?

I edited my poweredby.tpl file in Dreamweaver in order to add a line. It used to be:

Code:
{* $Id: poweredby.tpl,v 1.4 2002/08/20 13:16:29 zorg Exp $ *} <center> [img]{$ImagesDir}/powered.gif[/img] </center>

And I want it to be:

Code:
{* $Id: poweredby.tpl,v 1.4 2002/08/20 13:16:29 zorg Exp $ *} <center> [img]{$ImagesDir}/powered.gif[/img] [img]http://sales.starcitygames.com/images/instantssl_site_seal.gif[/img] </center>

However, I edited it in Dreamweaver, uploaded it, and then got this error on the main page at sales.starcitygames.com:

Warning: Smarty error: problem writing '../templates_c/N17/N1700694/0.php.' in /home2/starcart/public_html/Smarty-2.1.1/Smarty.class.php on line 546

I've tried reuploading the old file, and transferring it via ASCII just in case, but nothing stops this rather annoying error message - and to add insult to injury, IT DOESN'T EVEN SHOW THE OTHER IMAGE. I've even tried restarting the Apache service, but it's the same error.

Anyone know why this is? And how do I revert it?
__________________
The Ferrett
Editor and Webmaster, StarCityGames.com
Reply With Quote