smarty error? [solved]
Posted: Fri Oct 17, 2008 2:04 pm
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:
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/
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}
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/