Rifmaplet » 27.02.2007 18:57
Поручик - Помоги разобраться с модом Forum notification. Всё сделал по инструкции, создал таблицу:
CREATE TABLE phpbb_bdfforums_watch ( forum_id smallint(5) unsigned NOT NULL default '0', user_id mediumint(8) NOT NULL default '0', notify_status tinyint(1) NOT NULL default '0', KEY forum_id (forum_id), KEY user_id (user_id), KEY notify_status (notify_status) )
+++ Successfull
ALTER TABLE phpbb_bdfforums ADD forum_notify TINYINT(1) UNSIGNED DEFAULT '1' NOT NULL AFTER forum_last_post_id
+++ Successfull
После этого внёс изменения в указанные файлы. А на выходе получил:
При входе на форум -
- Warning: Cannot modify header information - headers already sent by (output started at /home/rifmapl2/public_html/forum/includes/constants.php:187) in /home/rifmapl2/public_html/forum/includes/sessions.php on line 366
Warning: Cannot modify header information - headers already sent by (output started at /home/rifmapl2/public_html/forum/includes/constants.php:187) in /home/rifmapl2/public_html/forum/includes/sessions.php on line 367
Warning: Cannot modify header information - headers already sent by (output started at /home/rifmapl2/public_html/forum/includes/constants.php:187) in /home/rifmapl2/public_html/forum/index.php on line 40
Warning: Cannot modify header information - headers already sent by (output started at /home/rifmapl2/public_html/forum/includes/constants.php:187) in /home/rifmapl2/public_html/forum/includes/page_header.php on line 503
Warning: Cannot modify header information - headers already sent by (output started at /home/rifmapl2/public_html/forum/includes/constants.php:187) in /home/rifmapl2/public_html/forum/includes/page_header.php on line 505
Warning: Cannot modify header information - headers already sent by (output started at /home/rifmapl2/public_html/forum/includes/constants.php:187) in /home/rifmapl2/public_html/forum/includes/page_header.php on line 506
При входе в админку -
- Warning: Cannot modify header information - headers already sent by (output started at /home/rifmapl2/public_html/forum/includes/constants.php:187) in /home/rifmapl2/public_html/forum/admin/index.php on line 656
Warning: Cannot modify header information - headers already sent by (output started at /home/rifmapl2/public_html/forum/includes/constants.php:187) in /home/rifmapl2/public_html/forum/admin/index.php on line 657
На сколькоя я смог разобраться, что-то с префиксами созданной таблицы в базе данных.
Как это поправить?
p.s. Может быть, конечно, я ошибаюсь.
На сайте сейчас ничего увидеть нальзя, я вернул всё в рабочий, нормальный вид. Но, если есть необходимость - могу продемонстрировать.
Версия мода: Forum notification mod 1.5.1b
Удачи Вам!