поставил мод Галереи перевел в утф8 все работает ток вываливается ошибка
Notice: Undefined index: g_censoring in I:\Web\site\forum\gallery.php on line 580
580 строка:
while ($cur_img = $db->fetch_assoc($result)){
if ($pun_config['g_censoring'] == '1'){
$cur_img['subject'] = censor_words($cur_img['subject']);
$cur_img['message'] = censor_words($cur_img['message']);
}
Добавлено спустя 7 минут 20 секунд:
поставил мод переноса постов валятся ошибки
Notice: Undefined variable: form_sent in I:\Web\site\forum\movepost.php on line 89
if ($form_sent > 1)[/b]
{
$topic_radio = $_POST['topic_to_move'];
$topic_plain = pun_trim($_POST['topic_to_move_plain']);
Notice: Undefined variable: page_title in I:\Web\site\forum\header.php on line 88
[b]<title><?php echo $page_title ?></title>
<link rel="stylesheet" type="text/css" href="style/<?php echo $pun_user['style'].'.css' ?>" />
<link rel="stylesheet" type="text/css" href="style/imports/elektra.css" />
Notice: Undefined variable: new_fid in I:\Web\site\forum\movepost.php on line 378
<form id="movepost_move" method="post" action="movepost.php?<?php echo (isset($post_ids)?'ids='.$post_ids:'id='.$post_id) ?>"><? if ($new_fid) echo '&new_fid='.$new_fid;?>">
PS/ на голом движке эти моды работают отлично!