smarty error? [solved]

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
User avatar
deschnell
Forum Members
Forum Members
Posts: 48
Joined: Fri Jun 27, 2008 5:27 am

smarty error? [solved]

Post 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/
Last edited by deschnell on Fri Oct 17, 2008 2:31 pm, edited 1 time in total.
User avatar
Augustas
Forum Members
Forum Members
Posts: 241
Joined: Wed Oct 17, 2007 6:09 pm

Re: smarty error?

Post by Augustas »

try to write tags in small letters:

Code: Select all

{sitename} - {title}
http://FollowTheRoad.com/ - living on the road...
http://www.kligys.com/ - asmeninis blog'as...
User avatar
deschnell
Forum Members
Forum Members
Posts: 48
Joined: Fri Jun 27, 2008 5:27 am

Re: smarty error? [solved]

Post by deschnell »

yay!!
thanks.  The things we learn as we go...
Post Reply

Return to “CMSMS Core”