[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();
// ...
var $compiled_code = array();
не может быть такого. либо установлены на один язык, либо в левый файл куда-то, либо неправильно написаны. и проблема только в них.Ланги нормально установлены
[26-Jan-2013 14:40:41 UTC] PHP Notice: Undefined variable: user_id in /posting.php on line 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>';