Первый из трех блоков изменения
Код: Выделить всё
Find
$sql = 'DELETE FROM ' . ACL_USERS_TABLE . '
WHERE forum_id = ' . (int) $forum_data['forum_id'];
$db->sql_query($sql);
$sql = 'DELETE FROM ' . ACL_GROUPS_TABLE . '
WHERE forum_id = ' . (int) $forum_data['forum_id'];
$db->sql_query($sql);
найти в 3.0.8 не смог,
далее при попытке добавить роли в правах пользователя получаю ошибку:
Код: Выделить всё
[phpBB Debug] PHP Notice: in file /includes/auth.php on line 442: Undefined index: kb_
[phpBB Debug] PHP Notice: in file /includes/auth.php on line 444: Undefined index: kb_
[phpBB Debug] PHP Notice: in file /includes/auth.php on line 442: Undefined index: kb_
[phpBB Debug] PHP Notice: in file /includes/auth.php on line 442: Undefined index: kb_
[phpBB Debug] PHP Notice: in file /includes/auth.php on line 442: Undefined index: kb_
[phpBB Debug] PHP Notice: in file /includes/auth.php on line 442: Undefined index: kb_
[phpBB Debug] PHP Notice: in file /includes/auth.php on line 442: Undefined index: kb_
[phpBB Debug] PHP Notice: in file /includes/auth.php on line 442: Undefined index: kb_
[phpBB Debug] PHP Notice: in file /includes/auth.php on line 442: Undefined index: kb_
[phpBB Debug] PHP Notice: in file /includes/auth.php on line 442: Undefined index: kb_
[phpBB Debug] PHP Notice: in file /includes/auth.php on line 442: Undefined index: kb_
[phpBB Debug] PHP Notice: in file /includes/auth.php on line 442: Undefined index: kb_
[phpBB Debug] PHP Notice: in file /includes/auth.php on line 442: Undefined index: kb_
[phpBB Debug] PHP Notice: in file /includes/auth.php on line 442: Undefined index: kb_
[phpBB Debug] PHP Notice: in file /includes/auth.php on line 442: Undefined index: kb_
[phpBB Debug] PHP Notice: in file /includes/auth.php on line 442: Undefined index: kb_
[phpBB Debug] PHP Notice: in file /includes/auth.php on line 442: Undefined index: kb_
[phpBB Debug] PHP Notice: in file /includes/auth.php on line 442: Undefined index: kb_
[phpBB Debug] PHP Notice: in file /includes/auth.php on line 442: Undefined index: kb_
[phpBB Debug] PHP Notice: in file /includes/auth.php on line 442: Undefined index: kb_
[phpBB Debug] PHP Notice: in file /includes/auth.php on line 442: Undefined index: kb_
[phpBB Debug] PHP Notice: in file /includes/auth.php on line 442: Undefined index: kb_
[phpBB Debug] PHP Notice: in file /adm/index.php on line 150: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3716)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3716)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3716)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 154: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3716)Попробую поставить на чистый форум 14-ю версию, но необходимость апдейта 09-й велика, ибо в базе уже куча информации, которую нежелательно потерять.
Прошу помочь с первым вопросом, ну и со вторым. Таблицы в базе вроде обновил для 14-й версии, но индекс "kb_" все равно не нравится системе..
PS: ну и еще один пресловутый для этого мода баг всплыл, который появился еще с 10-й версии :
Mini Knowledge Base






