Опять баг =)
народ у меня ещо одна проблема
Вот такая ошибка
Вот што на 470 строчке
Вот кусок побольше
Вот такая ошибка
Deprecated: Function split() is deprecated in /home/u275177/cw.esnn.tv/www/plugins/clans/classes/actions/ActionClans.class.php on line 470
Вот што на 470 строчке
$aTmp = split(",", $aClan['people']);
Вот кусок побольше
// URL: clans/name
protected function EventViewClan() {
$this->sMenuSubItemSelect = 'view';
$clan = $this->GetParamEventMatch(1);
if(!$aClan = $this->PluginClans_Clans_GetClanByNameUrl($clan)) {
return parent::EventNotFound();
}
if (preg_match("/^(\d+)$/i",$this->GetParamEventMatch(0,2),$aMatch)) {
$iPage=$aMatch[1];
} else {
$iPage=1;
}
$iCount=0;
$warlist = $this->PluginClans_Clans_getWarsByIdOwnerClan($aClan['owner_id'],$iCount,$iPage,Config::Get('plugin.clans.per_page.wars'));
$aWars = $warlist['collection'];
$aPaging = $this->Viewer_MakePaging($warlist['count'],$iPage,Config::Get('plugin.clans.per_page.wars'),4,Router::getPath("clans").$clan);
$this->Viewer_Assign('aPaging',$aPaging);
$this->Viewer_Assign('aWars', $aWars);
$aClan = $this->PluginClans_Clans_GetClanByNameUrl($clan);
$aPeople = explode(',',$aClan['people']);
$clanRating = number_format($aClan['rating'], 2, ',', ' ');
$clanAdmin = $this->User_GetUserById($aClan['owner_id']);
$currentUser = $this->User_GetUserCurrent();
$sLoginAdministrator = $clanAdmin->getLogin();
$aCurrentBan = $this->PluginClans_Clans_GetCurrentBanByClanId($aClan['id']);
$this->Viewer_Assign('aCurrentBan', $aCurrentBan);
$this->Viewer_Assign('aClan', $aClan);
$this->Viewer_Assign('aClanPeople', $aPeople);
$this->Viewer_Assign('aClanCountPeople', count($aPeople));
$this->Viewer_Assign('sClanAdministrator', $sLoginAdministrator);
$this->Viewer_Assign('oClanAdmin',$clanAdmin);
$this->Viewer_Assign('oCurrentUser',$currentUser);
$this->Viewer_Assign('clanRating', $clanRating);
$this->SetTemplateAction('view_clan');
//block
$aBans = $this->PluginClans_Clans_GetClanBanByClanId($aClan['id'],3);
$this->Viewer_Assign('aBans', $aBans);
$this->Viewer_AddBlock('right',$this->getTemplatePathPlugin().'block.clans_ban.tpl');
$aPlayers = array();
$aTmp = split(",", $aClan['people']);
foreach($aTmp as $sName) {
$aPlayers[]['user'] = $this->User_GetUserByLogin($sName);
}
$this->Viewer_Assign('aPlayers', $aPlayers);
$this->Viewer_AddBlock('right',$this->getTemplatePathPlugin().'block.clans_people.tpl');
}
12 комментариев
Извините, накипело. Люди, которые ничего не умеют везде видят ошибки других и сообщают об этом на каждом углу.
… наш сайт ESNN.org открыл свое Кибер спартивное сообщество…
Спортивное пишется через О!
Прежде чем добавить информацию на сайт, рецензируй её в Ворде, по крайней мере избежишь грубых ошибок, ну и про уникальность не забывай.
Удачи во всём!