<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Конфликт темы с плагином - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/%d0%ba%d0%be%d0%bd%d1%84%d0%bb%d0%b8%d0%ba%d1%82-%d1%82%d0%b5%d0%bc%d1%8b-%d1%81-%d0%bf%d0%bb%d0%b0%d0%b3%d0%b8%d0%bd%d0%be%d0%bc/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Mon, 20 Apr 2026 12:55:21 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Конфликт темы с плагином</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/%d0%ba%d0%be%d0%bd%d1%84%d0%bb%d0%b8%d0%ba%d1%82-%d1%82%d0%b5%d0%bc%d1%8b-%d1%81-%d0%bf%d0%bb%d0%b0%d0%b3%d0%b8%d0%bd%d0%be%d0%bc/paged/2/#post-20631</link>
                        <pubDate>Tue, 30 Oct 2018 12:41:04 +0000</pubDate>
                        <description><![CDATA[Please don&#039;t copy and paste the whole php file code here, it doesn&#039;t help. It has many included PHP files so the problem maybe in those files too. In other words your theme core functions or...]]></description>
                        <content:encoded><![CDATA[<p>Please don't copy and paste the whole php file code here, it doesn't help. It has many included PHP files so the problem maybe in those files too. In other words your theme core functions or your added custom functions buggy. You should care about that. Just change this theme to some default theme and check. if the error disappeared see the error then you should contact to this theme support or check your added custom codes (if there is any).</p><p>In any case this errors are not wpForo errors and cannot be fixed from wpForo side.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/%d0%ba%d0%be%d0%bd%d1%84%d0%bb%d0%b8%d0%ba%d1%82-%d1%82%d0%b5%d0%bc%d1%8b-%d1%81-%d0%bf%d0%bb%d0%b0%d0%b3%d0%b8%d0%bd%d0%be%d0%bc/paged/2/#post-20631</guid>
                    </item>
				                    <item>
                        <title>RE: Конфликт темы с плагином</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/%d0%ba%d0%be%d0%bd%d1%84%d0%bb%d0%b8%d0%ba%d1%82-%d1%82%d0%b5%d0%bc%d1%8b-%d1%81-%d0%bf%d0%bb%d0%b0%d0%b3%d0%b8%d0%bd%d0%be%d0%bc/#post-20627</link>
                        <pubDate>Tue, 30 Oct 2018 11:03:34 +0000</pubDate>
                        <description><![CDATA[Плагины все отключал. Ошибка остается. На счет лишнего пробела не знаю, даже если он и есть, я не смогу определить где он.&lt;?phpadd_action(&#039;wp_enqueue_scripts&#039;, &#039;sprosiservis_css&#039;);functio...]]></description>
                        <content:encoded><![CDATA[<p>Плагины все отключал. Ошибка остается. На счет лишнего пробела не знаю, даже если он и есть, я не смогу определить где он.</p><pre>&lt;?php<br /><br />add_action('wp_enqueue_scripts', 'sprosiservis_css');<br />function sprosiservis_css () {<br />wp_enqueue_style('style', get_template_directory_uri() . '/css/style.css', array(), '1.0.0');<br />wp_enqueue_style('page-doc', get_template_directory_uri() . '/css/page-doc.css', array(), '1.0.0');<br />wp_enqueue_style('single', get_template_directory_uri() . '/css/single.css', array(), '1.0.0');<br />wp_enqueue_style('google-fonts', '//fonts.googleapis.com/css?family=PT+Serif:400,400i,700|Ubuntu:300', array(), '1.0.0');<br />}<br /><br />add_action('admin_head', 'custom_styles');<br />function custom_styles() { echo '&lt;style type="text/css"&gt;#menu-posts,#menu-comments,#toplevel_page_cptui_main_menu,#toplevel_page_edit-post_type-acf,#toplevel_page_acf-options{display:none !important}&lt;/style&gt;'; }<br /><br />add_image_size('consultations', 90, 90, false);<br />add_image_size('services', 243, 243, true);<br />add_image_size('news', 248, 150, true);<br />add_image_size('maintop', 534, 300, false);<br />add_image_size('main', 329, 400, false);<br />add_image_size('dost', 125, 88, false);<br />add_image_size('avatar', 97, 97, true);<br /><br />add_theme_support('menus'); <br />register_nav_menus(array(<br />'main-menu' =&gt; 'Главное меню',<br />'bottom-menu' =&gt; 'Нижнее меню'<br />));<br /><br />remove_action( 'add_option_new_admin_email', 'update_option_new_admin_email' );<br />remove_action( 'update_option_new_admin_email', 'update_option_new_admin_email' );<br /><br />function wpdocs_update_option_new_admin_email( $old_value, $value ) {<br />update_option( 'admin_email', $value );<br />}<br /><br />include("js/acf-options-page/acf-options-page.php");<br /><br />add_action( 'add_option_new_admin_email', 'wpdocs_update_option_new_admin_email', 10, 2 );<br />add_action( 'update_option_new_admin_email', 'wpdocs_update_option_new_admin_email', 10, 2 );<br /><br />function cut_string($string, $length = 95){<br />if ($length &amp;&amp; strlen($string) &gt; $length){<br />$str = strip_tags($string);<br />$str = substr($str, 0, $length);<br />$pos = strrpos($str, ' ');<br />return (substr($str, 0, $pos)).'…';<br />}<br />return $string;<br />}<br /><br />include("js/acf-repeater/acf-repeater.php");<br /><br />class multipartmail{<br />var $header;<br />var $parts;<br />var $message;<br />var $subject;<br />var $to_address;<br />var $boundary;<br />function multipartmail($dest, $src, $sub){<br />$this-&gt;to_address = $dest;<br />$this-&gt;subject = $sub;<br />$this-&gt;parts = array("");<br />$this-&gt;boundary = "--" . md5(uniqid(time()));<br />$this-&gt;header = "From: $src\r\n" .<br />"MIME-Version: 1.0\r\n" .<br />"Content-Type: multipart/mixed; " .<br />" boundary=\"" . $this-&gt;boundary . "\"\r\n" .<br />"X-Mailer: PHP/" . phpversion();<br />}<br />function addmessage($msg = "", $ctype = "text/plain"){<br />$this-&gt;parts = "Content-Type: $ctype; charset=UTF-8\r\n" .<br />"Content-Transfer-Encoding: 7bit\r\n" .<br />"\n" .$msg."\r\n";<br />}<br />function addattachment($file, $ctype){<br />$fname = substr(strrchr($file, "\\"), 1);<br />$data = file_get_contents($file);<br />$i = count($this-&gt;parts);<br />$content_id = "part$i." . sprintf("%09d", crc32($fname)) . strrchr($this-&gt;to_address, "@");<br />$this-&gt;parts = "Content-Type: $ctype; name=\"$fname\"\r\n" .<br />"Content-Transfer-Encoding: base64\r\n" .<br />"Content-ID: &lt;$content_id&gt;\r\n" .<br />"Content-Disposition: attachment; " .<br />" filename=\"$fname\"\r\n" .<br />"\n" .<br />chunk_split( base64_encode($data), 68, "\n");<br />return $content_id;<br />}<br />function buildmessage(){<br />$this-&gt;message = "This is a multipart message in mime format.\n";<br />$cnt = count($this-&gt;parts);<br />for($i=0; $i&lt;$cnt; $i++){<br />$this-&gt;message .= "--" . $this-&gt;boundary . "\n" .<br />$this-&gt;parts;<br />}<br />}<br />function getmessage(){<br />$this-&gt;buildmessage();<br />return $this-&gt;message;<br />}<br />function sendmail(){<br />$this-&gt;buildmessage();<br />mail($this-&gt;to_address, $this-&gt;subject, $this-&gt;message, $this-&gt;header);<br />}<br />}<br /><br />if( function_exists('acf_add_options_page') ) {<br />acf_add_options_page(array('page_title' =&gt; __("Дополнительно"),'menu_title' =&gt; __("Дополнительно"),'menu_slug' =&gt; 'params','post_id' =&gt; 'params','update_button' =&gt; 'Обновить','updated_message' =&gt; 'Обновлено'));<br />}<br /><br />add_action( 'show_user_profile', 'add_extra_social_links' );<br />add_action( 'edit_user_profile', 'add_extra_social_links' );<br /><br />function add_extra_social_links($user) { ?&gt;<br />&lt;h3&gt;Дополнительные данные&lt;/h3&gt;<br />&lt;table class="form-table"&gt;<br />&lt;tr&gt;<br />&lt;th&gt;&lt;label for="user_patronymic"&gt;Отчество&lt;/label&gt;&lt;/th&gt;<br />&lt;td&gt;&lt;input type="text" name="user_patronymic" value="&lt;?php echo esc_attr(get_the_author_meta( 'user_patronymic', $user-&gt;ID )); ?&gt;" class="regular-text" /&gt;&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br />&lt;th&gt;&lt;label for="user_sex"&gt;Пол&lt;/label&gt;&lt;/th&gt;<br />&lt;td&gt;&lt;select name="user_sex" class="regular-text"&gt;<br />&lt;option value="" disabled&lt;?php if(esc_attr(get_the_author_meta( 'user_sex', $user-&gt;ID ))=="") { echo ' selected'; } ?&gt;&gt;Ваш пол&lt;/option&gt;<br />&lt;option value="m"&lt;?php if(esc_attr(get_the_author_meta( 'user_sex', $user-&gt;ID ))=="m") { echo ' selected'; } ?&gt;&gt;Мужской&lt;/option&gt;<br />&lt;option value="w"&lt;?php if(esc_attr(get_the_author_meta( 'user_sex', $user-&gt;ID ))=="w") { echo ' selected'; } ?&gt;&gt;Женский&lt;/option&gt;<br />&lt;/select&gt;&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br />&lt;th&gt;&lt;label for="user_birthday"&gt;День рождения&lt;/label&gt;&lt;/th&gt;<br />&lt;td&gt;&lt;input type="text" name="user_birthday" value="&lt;?php echo esc_attr(get_the_author_meta( 'user_birthday', $user-&gt;ID )); ?&gt;" class="regular-text" /&gt;&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br />&lt;th&gt;&lt;label for="user_city"&gt;Ваш город&lt;/label&gt;&lt;/th&gt;<br />&lt;td&gt;&lt;input type="text" name="user_city" value="&lt;?php echo esc_attr(get_the_author_meta( 'user_city', $user-&gt;ID )); ?&gt;" class="regular-text" /&gt;&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br />&lt;th&gt;&lt;label for="user_phone"&gt;Ваш телефон&lt;/label&gt;&lt;/th&gt;<br />&lt;td&gt;&lt;input type="text" name="user_phone" value="&lt;?php echo esc_attr(get_the_author_meta( 'user_phone', $user-&gt;ID )); ?&gt;" class="regular-text" /&gt;&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;/table&gt;<br />&lt;?php }<br /><br />add_action( 'personal_options_update', 'save_extra_social_links' );<br />add_action( 'edit_user_profile_update', 'save_extra_social_links' );<br /><br />function save_extra_social_links( $user_id )<br />{<br />update_user_meta( $user_id,'user_patronymic', sanitize_text_field( $_POST ) );<br />update_user_meta( $user_id,'user_sex', sanitize_text_field( $_POST ) );<br />update_user_meta( $user_id,'user_birthday', sanitize_text_field( $_POST ) );<br />update_user_meta( $user_id,'user_city', sanitize_text_field( $_POST ) );<br />update_user_meta( $user_id,'user_phone', sanitize_text_field( $_POST ) );<br />}<br /><br />function post_published_notification( $ID, $post ) {<br />$blogusers = get_users();<br />foreach ($blogusers as $user) { if (get_the_author_meta( 'subscribe', $user-&gt;ID ) != "no") {<br />$mulmail = new multipartmail($user-&gt;user_email, "feedback@sprosiservis.pdnx.ru", "Новости сайта ".get_bloginfo("name"));<br />$mulmail-&gt;addmessage("Новое на сайте\nНазвание: ".get_the_title($ID)."\nСсылка: ".get_permalink($ID));<br />$mulmail-&gt;sendmail();<br />unset($mulmail);<br />} }<br />}<br />add_action( 'publish_consultations', 'post_published_notification', 10, 2 );<br />add_action( 'publish_news', 'post_published_notification', 10, 2 );<br /><br />add_filter( 'deprecated_function_trigger_error', '__return_false' );</pre>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>JEKA3000klx</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/%d0%ba%d0%be%d0%bd%d1%84%d0%bb%d0%b8%d0%ba%d1%82-%d1%82%d0%b5%d0%bc%d1%8b-%d1%81-%d0%bf%d0%bb%d0%b0%d0%b3%d0%b8%d0%bd%d0%be%d0%bc/#post-20627</guid>
                    </item>
				                    <item>
                        <title>RE: Конфликт темы с плагином</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/%d0%ba%d0%be%d0%bd%d1%84%d0%bb%d0%b8%d0%ba%d1%82-%d1%82%d0%b5%d0%bc%d1%8b-%d1%81-%d0%bf%d0%bb%d0%b0%d0%b3%d0%b8%d0%bd%d0%be%d0%bc/#post-20626</link>
                        <pubDate>Tue, 30 Oct 2018 10:51:49 +0000</pubDate>
                        <description><![CDATA[Or just the hosting tmp path is wrong/not permited, because sessions are stored in there ?]]></description>
                        <content:encoded><![CDATA[<p>Or just the hosting tmp path is wrong/not permited, because sessions are stored in there ?</p><p> </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Anonymous20</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/%d0%ba%d0%be%d0%bd%d1%84%d0%bb%d0%b8%d0%ba%d1%82-%d1%82%d0%b5%d0%bc%d1%8b-%d1%81-%d0%bf%d0%bb%d0%b0%d0%b3%d0%b8%d0%bd%d0%be%d0%bc/#post-20626</guid>
                    </item>
				                    <item>
                        <title>RE: Конфликт темы с плагином</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/%d0%ba%d0%be%d0%bd%d1%84%d0%bb%d0%b8%d0%ba%d1%82-%d1%82%d0%b5%d0%bc%d1%8b-%d1%81-%d0%bf%d0%bb%d0%b0%d0%b3%d0%b8%d0%bd%d0%be%d0%bc/#post-20624</link>
                        <pubDate>Tue, 30 Oct 2018 10:32:23 +0000</pubDate>
                        <description><![CDATA[Hi @jeka3000klxThis error doesn&#039;t have direct relation to wpForo. You&#039;ll see errors from all your plugins which have a session function, but this doesn&#039;t mean all those plugins have problems...]]></description>
                        <content:encoded><![CDATA[<p>Hi @jeka3000klx</p><p>This error doesn't have direct relation to wpForo. You'll see errors from all your plugins which have a session function, but this doesn't mean all those plugins have problems. there is another problem which outputs some data in header and affects all other plugins session function. The one of affected plugin is wpForo and the wp-super-cache plugin. You may have other errors if you don't find the real problem maker.</p><p>1. Deactivate all plugins, only leave the wpForo. If you see the error is not fixed then this is a theme issue. somewhere in theme files you have error generation or line-breaks in the current active WordPress theme functions.php file after <span style="color: #ff0000"><strong>?&gt;</strong></span> PHP closer.</p><p>2. If you don't see any error, start activate back all plugins one by one and check. This will help find the real problem maker.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/%d0%ba%d0%be%d0%bd%d1%84%d0%bb%d0%b8%d0%ba%d1%82-%d1%82%d0%b5%d0%bc%d1%8b-%d1%81-%d0%bf%d0%bb%d0%b0%d0%b3%d0%b8%d0%bd%d0%be%d0%bc/#post-20624</guid>
                    </item>
				                    <item>
                        <title>RE: Конфликт темы с плагином</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/%d0%ba%d0%be%d0%bd%d1%84%d0%bb%d0%b8%d0%ba%d1%82-%d1%82%d0%b5%d0%bc%d1%8b-%d1%81-%d0%bf%d0%bb%d0%b0%d0%b3%d0%b8%d0%bd%d0%be%d0%bc/#post-20616</link>
                        <pubDate>Tue, 30 Oct 2018 08:31:29 +0000</pubDate>
                        <description><![CDATA[Ссылает от на эту строку - if( !wpforo_is_session_started() &amp;&amp; !is_admin() ) session_start();/*** @return void*/private function init(){if( !wpforo_is_session_started() &amp;&amp; !i...]]></description>
                        <content:encoded><![CDATA[<p>Ссылает от на эту строку - if( !wpforo_is_session_started() &amp;&amp; !is_admin() ) session_start();</p><p>/**<br />* @return void<br />*/<br />private function init(){<br />if( !wpforo_is_session_started() &amp;&amp; !is_admin() ) session_start();<br />}</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>JEKA3000klx</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/%d0%ba%d0%be%d0%bd%d1%84%d0%bb%d0%b8%d0%ba%d1%82-%d1%82%d0%b5%d0%bc%d1%8b-%d1%81-%d0%bf%d0%bb%d0%b0%d0%b3%d0%b8%d0%bd%d0%be%d0%bc/#post-20616</guid>
                    </item>
				                    <item>
                        <title>RE: Конфликт темы с плагином</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/%d0%ba%d0%be%d0%bd%d1%84%d0%bb%d0%b8%d0%ba%d1%82-%d1%82%d0%b5%d0%bc%d1%8b-%d1%81-%d0%bf%d0%bb%d0%b0%d0%b3%d0%b8%d0%bd%d0%be%d0%bc/#post-20609</link>
                        <pubDate>Mon, 29 Oct 2018 19:53:28 +0000</pubDate>
                        <description><![CDATA[Здравствуйте. Проблема так и не разрешилась. В теме сайтадо сих пор отображаются эти ошибки. Откат сайта и дальнейшая установка плагина никчему не приводит. Даже если восстановлю сайт и базу...]]></description>
                        <content:encoded><![CDATA[<p>Здравствуйте. Проблема так и не разрешилась. В теме сайта https://sprosiservis.ru до сих пор отображаются эти ошибки. Откат сайта и дальнейшая установка плагина никчему не приводит. Даже если восстановлю сайт и базу данных за месяц до того, как устанавливал этот плагин, приводит к этим ошибкам. Могли бы вы что то посоветовать? Очень хочется установить ваш форум. Спасибо.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>JEKA3000klx</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/%d0%ba%d0%be%d0%bd%d1%84%d0%bb%d0%b8%d0%ba%d1%82-%d1%82%d0%b5%d0%bc%d1%8b-%d1%81-%d0%bf%d0%bb%d0%b0%d0%b3%d0%b8%d0%bd%d0%be%d0%bc/#post-20609</guid>
                    </item>
				                    <item>
                        <title>RE: Конфликт темы с плагином</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/%d0%ba%d0%be%d0%bd%d1%84%d0%bb%d0%b8%d0%ba%d1%82-%d1%82%d0%b5%d0%bc%d1%8b-%d1%81-%d0%bf%d0%bb%d0%b0%d0%b3%d0%b8%d0%bd%d0%be%d0%bc/#post-20578</link>
                        <pubDate>Mon, 29 Oct 2018 07:45:43 +0000</pubDate>
                        <description><![CDATA[Hi JEKA3000klx,Thank you for letting us know.]]></description>
                        <content:encoded><![CDATA[<p>Hi JEKA3000klx,</p><p>Thank you for letting us know. </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Sofy</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/%d0%ba%d0%be%d0%bd%d1%84%d0%bb%d0%b8%d0%ba%d1%82-%d1%82%d0%b5%d0%bc%d1%8b-%d1%81-%d0%bf%d0%bb%d0%b0%d0%b3%d0%b8%d0%bd%d0%be%d0%bc/#post-20578</guid>
                    </item>
				                    <item>
                        <title>RE: Конфликт темы с плагином</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/%d0%ba%d0%be%d0%bd%d1%84%d0%bb%d0%b8%d0%ba%d1%82-%d1%82%d0%b5%d0%bc%d1%8b-%d1%81-%d0%bf%d0%bb%d0%b0%d0%b3%d0%b8%d0%bd%d0%be%d0%bc/#post-20575</link>
                        <pubDate>Mon, 29 Oct 2018 05:55:29 +0000</pubDate>
                        <description><![CDATA[Проблема решилась сама собой. Необходимо было почистить куки в браузерах.]]></description>
                        <content:encoded><![CDATA[<p>Проблема решилась сама собой. Необходимо было почистить куки в браузерах.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>JEKA3000klx</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/%d0%ba%d0%be%d0%bd%d1%84%d0%bb%d0%b8%d0%ba%d1%82-%d1%82%d0%b5%d0%bc%d1%8b-%d1%81-%d0%bf%d0%bb%d0%b0%d0%b3%d0%b8%d0%bd%d0%be%d0%bc/#post-20575</guid>
                    </item>
				                    <item>
                        <title>Конфликт темы с плагином</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/%d0%ba%d0%be%d0%bd%d1%84%d0%bb%d0%b8%d0%ba%d1%82-%d1%82%d0%b5%d0%bc%d1%8b-%d1%81-%d0%bf%d0%bb%d0%b0%d0%b3%d0%b8%d0%bd%d0%be%d0%bc/#post-20574</link>
                        <pubDate>Mon, 29 Oct 2018 05:49:23 +0000</pubDate>
                        <description><![CDATA[Здравствуйте. Начал пользоваться плагином wpForo, очень понравился в работе. Хотел было уже приобретать дополнительные функции к нему, как он начал конфликтовать с темой сайта. Два дня работ...]]></description>
                        <content:encoded><![CDATA[<p>Здравствуйте. Начал пользоваться плагином wpForo, очень понравился в работе. Хотел было уже приобретать дополнительные функции к нему, как он начал конфликтовать с темой сайта. Два дня работал нормально, а сейчас возникает следующая ошибка, которая отображается в шапке и подвале сайта:</p><p><strong>Warning</strong>: session_start(): open(/var/www/u0505985/data/bin-tmp//sess_avm0vr7ko6sbipnfs69u1g21b2, O_RDWR) failed: No such file or directory (2) in <strong>/var/www/u0505985/data/www/sprosiservis.ru/wp-content/plugins/wpforo/wpf-includes/class-notices.php</strong> on line <strong>16</strong></p><p><strong>Warning</strong>: session_start(): Cannot send session cache limiter - headers already sent (output started at /var/www/u0505985/data/www/sprosiservis.ru/wp-content/plugins/wpforo/wpf-includes/class-notices.php:16) in <strong>/var/www/u0505985/data/www/sprosiservis.ru/wp-content/plugins/wpforo/wpf-includes/class-notices.php</strong> on line <strong>16</strong></p><p><strong>Warning</strong>: Cannot modify header information - headers already sent by (output started at /var/www/u0505985/data/www/sprosiservis.ru/wp-content/plugins/wpforo/wpf-includes/class-notices.php:16) in <strong>/var/www/u0505985/data/www/sprosiservis.ru/wp-content/plugins/wp-super-cache/wp-cache-phase2.php</strong> on line <strong>1197</strong></p><p><strong>Warning</strong>: Unknown: open(/var/www/u0505985/data/bin-tmp//sess_avm0vr7ko6sbipnfs69u1g21b2, O_RDWR) failed: No such file or directory (2) in <strong>Unknown</strong> on line <strong>0</strong></p><p><strong>Warning</strong>: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/www/u0505985/data/bin-tmp/) in <strong>Unknown</strong> on line <strong>0</strong></p><p>Откат сайта до момента использования плагина не помогает, все равно при установке возникает ошибка. Хотелось бы у вас попросить совета, возможно ли эту проблему устранить своими силами, если да, то какие действия необходимо сделать? Спасибо.</p><div id="wpfa-" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1540792164.jpg" target="_blank" rel="noopener">.jpg</a></div>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>JEKA3000klx</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/%d0%ba%d0%be%d0%bd%d1%84%d0%bb%d0%b8%d0%ba%d1%82-%d1%82%d0%b5%d0%bc%d1%8b-%d1%81-%d0%bf%d0%bb%d0%b0%d0%b3%d0%b8%d0%bd%d0%be%d0%bc/#post-20574</guid>
                    </item>
							        </channel>
        </rss>
		