Page 1 of 1

smarty error? [solved]

Posted: Fri Oct 17, 2008 2:04 pm
by deschnell
I just transferred a site from my testing env (wamp 5) to the client's server (hostmonster).  The server is running MySQL 4.1.22, with PHP 5.
When I first transferred everything, I got a smarty error stating that {sitename} and {title} weren't valid.  Now I don't get the error, but it's not giving me any values at all for those two tags on every page.

the top of my head is like this:

Code: Select all

<head>
<title>{Sitename} - {Title}</title>

{metadata}

{stylesheet}
My rendered page simply has a title of " - "

Ideas?
Everything else on the whole site works great.  no warnings in the system info.
live: www.internationalcentreforthefamily.ca (a little long...but they already owned it).
test: http://files.loklomedia.com/icfamily/

Re: smarty error?

Posted: Fri Oct 17, 2008 2:14 pm
by Augustas
try to write tags in small letters:

Code: Select all

{sitename} - {title}

Re: smarty error? [solved]

Posted: Fri Oct 17, 2008 2:32 pm
by deschnell
yay!!
thanks.  The things we learn as we go...