Jump to content
  • 0

Обновление Smarty c 2 до 3 - ошибки


dropoff
 Share

Question

Решил в одном скрипте обновить smarty на актуальную версию.

делаю

require_once(LIBS.'smarty/Smarty.class.php'); 

class Tpl extends Smarty
{
function __construct()
{
parent::__construct();
$this->setTemplateDir(THEMES);
$this->setCompileDir(CACHE);
$this->setConfigDir(LANG);
$this->setCacheDir(CACHE);
}
}

Получаю ошибку

Fatal error: Uncaught exception 'SmartyCompilerException' with message 'Syntax Error in template "W:/html/test/modules/news\themes\news.html" on line 1 "{if $news}....

Гуглил, но что-то не могу понять как поправить. Не могу найти какие отличия там случились, что не пашет ничего.

Подскажите плиз. в чем может быть проблема.

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

1 - там проверка простая {if $news}, а потом уже со следующей строки

2 - в доках взял. хотя раньше так же было, только без конструктора. не правильно сделал?

3 - PHP 5.3.8. Делал тест через testInstall(), все норм. все грузится, везде OK.

Ошибку нашел. Не хватало плагина смарти одного, который в шаблоне использовался.

Теперь другая проблема.

Не могу понять как грузить конфиги.

У меня в так не работает в последней версии смарти.

{config_load file="$lang/lang.conf" section="news"}

Ругается

Fatal error: Uncaught exception 'Exception' with message 'Unexpected input at line1: /'

Как я понял на слеш. А как тогда загрузить конфиг?

проблему решил.

Edited by dropoff
Link to comment
Share on other sites

  • 0

Попутно такой вопрос.

Сейчас в шаблоне, в большинстве случаев языки грузятся именно через config_load. В некоторых случаях через assign, так как языки еще и в кучи констант забиты.

Как быстрее и лучше будет сделать загрузку?

Может сделать один общий массив в php и потом глобально грузить его везде?

Тогда не нужно будет заботиться о подключении языковых файлов.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy