Код: Выделить всё
Warning: Missing argument 14 for prepare_post() in /home/site/html/includes/functions_post.php on line 186
Warning: Missing argument 21 for submit_post() in /home/site/html/includes/functions_post.php on line 283
Warning: Cannot modify header information - headers already sent by (output started at /home/site/html/includes/functions_post.php:186) in /home/site/html/includes/page_header.php on line 582
Warning: Cannot modify header information - headers already sent by (output started at /home/site/html/includes/functions_post.php:186) in /home/site/html/includes/page_header.php on line 584
Warning: Cannot modify header information - headers already sent by (output started at /home/site/html/includes/functions_post.php:186) in /home/site/html/includes/page_header.php on line 585
возникло это после установки одного из модов... какого именно сказать сложно т.к. установлено их слишком много.
вот что находится на этих линиях
functions_post.php
line 186
Код: Выделить всё
function prepare_post(&$mode, &$post_data, &$bbcode_on, &$html_on, &$smilies_on, &$error_msg, &$username, &$bbcode_uid, &$subject, &$message, &$poll_title, &$poll_options, &$poll_length, &$topic_desc)
Код: Выделить всё
function submit_post($mode, &$post_data, &$message, &$meta, &$forum_id, &$topic_id, &$post_id, &$poll_id, &$topic_type, &$bbcode_on, &$html_on, &$smilies_on, &$attach_sig, &$bbcode_uid, $post_username, $post_subject, $post_message, $poll_title, &$poll_options, &$poll_length, &$topic_desc)
line 582
Код: Выделить всё
header ('Cache-Control: private, pre-check=0, post-check=0, max-age=0');
Код: Выделить всё
header ('Expires: 0');
Код: Выделить всё
header ('Pragma: no-cache');
какие-либо соображения.
Жду ваших рекомендаций
