Мини-чат на ajax

Dim

Пользователь
Нотисы как исправить? помогите пожлауйста
Код:
[26-Jan-2013 10:26:59 UTC] PHP Notice:  Undefined index: L_MINI_CHAT in /includes/template.php(305) : eval()'d code on line 49
[26-Jan-2013 10:26:59 UTC] PHP Notice:  Undefined index: L_CHAT_UPDATE in/includes/template.php(305) : eval()'d code on line 77
[26-Jan-2013 10:26:59 UTC] PHP Notice:  Undefined index: L_MINI_CHAT_DROP in /includes/template.php(305) : eval()'d code on line 78
[26-Jan-2013 10:27:09 UTC] PHP Notice:  Undefined index: L_MINI_CHAT in /includes/template.php(305) : eval()'d code on line 49
[26-Jan-2013 10:27:09 UTC] PHP Notice:  Undefined index: L_CHAT_UPDATE in /includes/template.php(305) : eval()'d code on line 77
[26-Jan-2013 10:27:09 UTC] PHP Notice:  Undefined index: L_MINI_CHAT_DROP in /includes/template.php(305) : eval()'d code on line 78


Код:
class Template {
    var $classname = "Template";
 
    // variable that holds all the data we'll be substituting into
    // the compiled templates.
    // ...
    // This will end up being a multi-dimensional array like this:
    // $this->_tpldata[block.][iteration#][child.][iteration#][child2.][iteration#][variablename] == value
    // if it's a root-level variable, it'll be like this:
    // $this->vars[varname] == value  or  $this->_tpldata['.'][0][varname] == value
    // array "vars" is added for easier access to data
    var $_tpldata = array('.' => array(0 => array()));
    var $vars;
 
    // Hash of filenames for each template handle.
    var $files = array();
    var $files_cache = array(); // array of cache files that exists
    var $files_cache2 = array(); // array of cache files (exists or not exists)
 
    // Root template directory.
    var $root = '';
 
    // Cache directory
    var $cachedir = CACHE_DIR;
 
    // Template root directory (generated by set_rootdir)
    var $tpldir = '';
 
    // Default template directory.
    // If file for default template isn't found file from this template is used.
    var $tpldef = 'default';
 
    // this will hash handle names to the compiled code for that handle.
    var $compiled_code = array();

49)
Код:
// ...
77)
Код:
var $compiled_code = array();
78) пустота

3c8c9dc34457786135b4f352ec51c3a5.png
 
S

Sarymian

Гость
Явно ошиблись разделом. Код вообще от другого чата какого-то. А по ошибкам карму исправлять я не умею.
 
S

Sarymian

Гость
ок... хотя странные ошибки. Говорят о том что ланги коряво установлены. Проверяйте ланги.
 
G

Gemini_13

Гость
Ланги нормально установлены
не может быть такого. либо установлены на один язык, либо в левый файл куда-то, либо неправильно написаны. и проблема только в них.
если не понятно что и как, то можно глянуть кеш страницы в которой проблема. ер српее всего ошибка в том, что ланги только в одном языке прописаны, а на второй язык забили
 

Dim

Пользователь
Gemini_13, короче удалил эти нотисы, вроде больше не появляются

а теперь вот это
Код:
[26-Jan-2013 14:40:41 UTC] PHP Notice: Undefined variable: user_id in /posting.php on line 543
543)
Код:
$link_post = '<b style="color:red;">На трекере новый релиз от‚</b><b> '.get_username($user_id).'</b><br><a style="text-decoration: none; color: green;" href="viewtopic.php?t='.$topic_id.'"><b>'.str_replace("\'", "''", $subject).'</b></a>';


Установил бота
 

Tima

Пользователь
Dim,
3c8c9dc34457786135b4f352ec51c3a5.png
это править в main.css у меня так же было, попробуй выше код чата вставить мне помогло.
 
Сверху