<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : Cotonti и php7</title>
		<link>https://www.cotonti.com</link>
		<description>Last topic posts</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Sat, 04 Apr 2026 14:42:49 -0000</pubDate>

		<item>
			<title>Roffun</title>
			<description><![CDATA[<blockquote class="fp"><a href="https://www.cotonti.com/forums?m=posts&amp;q=8375&amp;d=2#43450">#43450</a> <strong>Edward:</strong>
<p>здесь было решение:</p>
</blockquote>

<p> Ошибка такая же, но <a href="http://php.net/manual/ru/migration72.incompatible.php#migration72.incompatible.warn-on-non-countable-types" rel="nofollow">немного иначе</a>.</p>

<blockquote>
<p><span style="color:rgb(51,51,51);font-family:'Fira Sans', 'Source Sans Pro', Helvetica, Arial, sans-serif;font-size:16px;background-color:rgb(242,242,242);">Теперь при использовании </span><span class="function" style="color:rgb(51,51,51);font-family:'Fira Sans', 'Source Sans Pro', Helvetica, Arial, sans-serif;font-size:16px;background-color:rgb(242,242,242);"><a class="function" href="http://php.net/manual/ru/function.count.php" rel="nofollow" style="border-bottom:1px solid;color:rgb(51,102,153);">count()</a></span><span style="color:rgb(51,51,51);font-family:'Fira Sans', 'Source Sans Pro', Helvetica, Arial, sans-serif;font-size:16px;background-color:rgb(242,242,242);"> с параметром, который нельзя посчитать будет возникать ошибка уровня </span><span style="color:rgb(51,51,51);font-family:'Fira Sans', 'Source Sans Pro', Helvetica, Arial, sans-serif;font-size:16px;background-color:rgb(242,242,242);"><code style="font-weight:700;font-family:'Fira Mono', 'Source Code Pro', monospace;">E_WARNING</code></span><span style="color:rgb(51,51,51);font-family:'Fira Sans', 'Source Sans Pro', Helvetica, Arial, sans-serif;font-size:16px;background-color:rgb(242,242,242);"> </span></p>

<p><span style="font-family:'Fira Mono', 'Source Code Pro', monospace;font-size:14px;background-color:rgb(255,255,255);color:rgb(0,0,187);">count</span><span style="font-family:'Fira Mono', 'Source Code Pro', monospace;font-size:14px;background-color:rgb(255,255,255);color:rgb(0,119,0);">(</span><span style="font-family:'Fira Mono', 'Source Code Pro', monospace;font-size:14px;background-color:rgb(255,255,255);color:rgb(0,0,187);">1</span><span style="font-family:'Fira Mono', 'Source Code Pro', monospace;font-size:14px;background-color:rgb(255,255,255);color:rgb(0,119,0);">), </span><span style="font-family:'Fira Mono', 'Source Code Pro', monospace;font-size:14px;background-color:rgb(255,255,255);color:rgb(255,128,0);">// числа нельзя подсчитать</span></p>
</blockquote>

<p>Суть ошибки в том, что присваивается значение массиву <span class="pl-smi" style="color:rgb(36,41,46);font-family:'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;font-size:12px;white-space:pre-wrap;background-color:rgb(255,255,255);">$p_arr</span><span style="color:rgb(36,41,46);font-family:'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;font-size:12px;white-space:pre-wrap;background-color:rgb(255,255,255);">[] </span><span class="pl-k" style="color:rgb(215,58,73);font-family:'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;font-size:12px;white-space:pre-wrap;background-color:rgb(255,255,255);">=</span><span class="pl-smi" style="color:rgb(36,41,46);font-family:'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;font-size:12px;white-space:pre-wrap;background-color:rgb(255,255,255);">$p</span><span style="color:rgb(36,41,46);font-family:'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;font-size:12px;white-space:pre-wrap;background-color:rgb(255,255,255);">;</span>    а   дальше по коду проверяется  <span class="pl-k" style="color:rgb(215,58,73);font-family:'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;font-size:12px;white-space:pre-wrap;background-color:rgb(255,238,240);">if</span><span style="color:rgb(36,41,46);font-family:'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;font-size:12px;white-space:pre-wrap;background-color:rgb(255,238,240);"> (</span><span class="pl-c1" style="color:rgb(0,92,197);font-family:'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;font-size:12px;white-space:pre-wrap;background-color:rgb(255,238,240);">count</span><span style="color:rgb(36,41,46);font-family:'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;font-size:12px;white-space:pre-wrap;background-color:rgb(255,238,240);">(</span><span class="pl-smi" style="color:rgb(36,41,46);font-family:'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;font-size:12px;white-space:pre-wrap;background-color:rgb(255,238,240);">$p_arr</span><span style="color:rgb(36,41,46);font-family:'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;font-size:12px;white-space:pre-wrap;background-color:rgb(255,238,240);">)) {</span></p>

<p>Это плагин поиска по сайту (<a href="https://github.com/Cotonti/Cotonti/tree/master/plugins/search" rel="nofollow">search</a>), ошибка появляется если в расширенном поиске ввести 1 слово, так как в этом случае в массив попадает 1, и мы имеем ситуацию <span style="font-size:14px;background-color:rgb(255,255,255);font-family:'Fira Mono', 'Source Code Pro', monospace;color:rgb(0,0,187);">count</span><span style="font-size:14px;background-color:rgb(255,255,255);font-family:'Fira Mono', 'Source Code Pro', monospace;color:rgb(0,119,0);">(</span><span style="font-size:14px;background-color:rgb(255,255,255);font-family:'Fira Mono', 'Source Code Pro', monospace;color:rgb(0,0,187);">1</span><span style="font-size:14px;background-color:rgb(255,255,255);font-family:'Fira Mono', 'Source Code Pro', monospace;color:rgb(0,119,0);">), </span><span style="font-size:14px;background-color:rgb(255,255,255);font-family:'Fira Mono', 'Source Code Pro', monospace;color:rgb(255,128,0);">// числа нельзя подсчитать</span></p>

<p>Когда вводится 2 и более слов, ошибка не появляется. Поэтому я предложил добавить проверку <span style="color:rgb(36,41,46);font-family:'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;font-size:12px;white-space:pre-wrap;background-color:rgb(172,242,189);">is_array</span></p>
<p class="updated"><strong>Добавлено 8 месяцев спустя:</strong></p><p>При создании <a href="https://www.cotonti.com/docs/ext/extensions/custom_type_cfg">типа 'custom' в переменных конфигурации</a> во время сохранения параметров появляется предупреждение:</p>

<blockquote>Custom config: php 7.2, Warning: sizeof(): Parameter must be an array or an object</blockquote>

<p>Создал <a href="https://github.com/Cotonti/Cotonti/issues/1621" rel="nofollow">тикет на Github</a>. </p>
]]></description>
			<pubDate>Thu, 05 Jul 2018 11:30:23 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=8375&d=0#post43453]]></link>
		</item>
		<item>
			<title>Edward</title>
			<description><![CDATA[<blockquote class="fp"><a href="https://www.cotonti.com/forums?m=posts&amp;q=8375&amp;d=2#43448">#43448</a> <strong>Roffun: </strong>
<p><span style="font-weight:600;color:rgb(36,41,46);font-family:'-apple-system', BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';font-size:14px;background-color:rgb(255,255,255);">Плагин search, php 7.2: предупреждение при подсчёте неисчисляемых типов</span><br style="color:rgb(36,41,46);font-family:'-apple-system', BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';font-size:14px;background-color:rgb(255,255,255);" /><span style="color:rgb(36,41,46);font-family:'-apple-system', BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';font-size:14px;background-color:rgb(255,255,255);">В версии php 7.2 плагин поиска выдает: «<a href="http://php.net/manual/en/migration72.incompatible.php#migration72.incompatible.warn-on-non-countable-types" rel="nofollow">Предупреждение при подсчете неисчисляемых типов</a>», если в форму поиска введено одно слово. Если это фраза, то предупреждения нет. </span></p>

<p><font color="#24292e" face="-apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol"><span style="font-size:14px;background-color:rgb(255,255,255);"><a href="https://github.com/Cotonti/Cotonti/issues/1602" rel="nofollow">Сообщение на github создал</a>, в принципе, решение уже придумал.</span></font></p>
</blockquote>

<p>Если вы про эту ошибку:</p>

<blockquote>
<p><code class="php plain" style="font-size:13.5px;background-color:rgb(250,250,250);white-space:pre;margin-right:0px;margin-left:0px;padding:0px;border-width:0px;background-image:none;font-family:Monaco, Menlo, Consolas, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace;color:rgb(51,51,51);float:none;height:auto;line-height:1.3em;width:auto;">Warning: </code><code class="php functions" style="font-size:13.5px;background-color:rgb(250,250,250);white-space:pre;margin-right:0px;margin-left:0px;padding:0px;border-width:0px;background-image:none;font-family:Monaco, Menlo, Consolas, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace;color:rgb(255,20,147);float:none;height:auto;line-height:1.3em;width:auto;">count</code><code class="php plain" style="font-size:13.5px;background-color:rgb(250,250,250);white-space:pre;margin-right:0px;margin-left:0px;padding:0px;border-width:0px;background-image:none;font-family:Monaco, Menlo, Consolas, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace;color:rgb(51,51,51);float:none;height:auto;line-height:1.3em;width:auto;">(): Parameter must be an </code><code class="php keyword" style="font-size:13.5px;background-color:rgb(250,250,250);white-space:pre;margin-right:0px;margin-left:0px;padding:0px;border-width:0px;background-image:none;font-family:Monaco, Menlo, Consolas, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace;color:rgb(167,29,93);float:none;height:auto;line-height:1.3em;width:auto;font-weight:bold;">array</code><code class="php keyword" style="font-size:13.5px;background-color:rgb(250,250,250);white-space:pre;margin-right:0px;margin-left:0px;padding:0px;border-width:0px;background-image:none;font-family:Monaco, Menlo, Consolas, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace;color:rgb(167,29,93);float:none;height:auto;line-height:1.3em;width:auto;font-weight:bold;">or</code><code class="php plain" style="font-size:13.5px;background-color:rgb(250,250,250);white-space:pre;margin-right:0px;margin-left:0px;padding:0px;border-width:0px;background-image:none;font-family:Monaco, Menlo, Consolas, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace;color:rgb(51,51,51);float:none;height:auto;line-height:1.3em;width:auto;">an object that </code><code class="php keyword" style="font-size:13.5px;background-color:rgb(250,250,250);white-space:pre;margin-right:0px;margin-left:0px;padding:0px;border-width:0px;background-image:none;font-family:Monaco, Menlo, Consolas, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace;color:rgb(167,29,93);float:none;height:auto;line-height:1.3em;width:auto;font-weight:bold;">implements</code><code class="php plain" style="font-size:13.5px;background-color:rgb(250,250,250);white-space:pre;margin-right:0px;margin-left:0px;padding:0px;border-width:0px;background-image:none;font-family:Monaco, Menlo, Consolas, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace;color:rgb(51,51,51);float:none;height:auto;line-height:1.3em;width:auto;">Countable in</code></p>
</blockquote>

<p>здесь было решение:</p>

<p><a href="https://www.cotonti.com/forums/43235?m=posts">https://www.cotonti.com/forums/43235?m=posts</a></p>

<p> </p>
]]></description>
			<pubDate>Wed, 04 Jul 2018 21:25:43 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=8375&d=0#post43450]]></link>
		</item>
		<item>
			<title>Roffun</title>
			<description><![CDATA[<p><span style="font-weight:600;color:rgb(36,41,46);font-family:'-apple-system', BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';font-size:14px;background-color:rgb(255,255,255);">Плагин search, php 7.2: предупреждение при подсчёте неисчисляемых типов</span><br style="color:rgb(36,41,46);font-family:'-apple-system', BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';font-size:14px;background-color:rgb(255,255,255);" /><span style="color:rgb(36,41,46);font-family:'-apple-system', BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';font-size:14px;background-color:rgb(255,255,255);">В версии php 7.2 плагин поиска выдает: «<a href="http://php.net/manual/en/migration72.incompatible.php#migration72.incompatible.warn-on-non-countable-types" rel="nofollow">Предупреждение при подсчете неисчисляемых типов</a>», если в форму поиска введено одно слово. Если это фраза, то предупреждения нет. </span></p>

<p><font color="#24292e" face="-apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol"><span style="font-size:14px;background-color:rgb(255,255,255);"><a href="https://github.com/Cotonti/Cotonti/issues/1602" rel="nofollow">Сообщение на github создал</a>, в принципе, решение уже придумал.</span></font></p>
]]></description>
			<pubDate>Wed, 04 Jul 2018 19:36:24 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=8375&d=0#post43448]]></link>
		</item>
		<item>
			<title>ITMaster</title>
			<description><![CDATA[<blockquote class="fp"><a href="https://www.cotonti.com/forums?m=posts&amp;q=8375&amp;d=2#43394">#43394</a> <strong>Edward: </strong>
<p>Там почему то складывается текст с числами.</p>

<pre class="brush:php;gutter:false;toolbar:false;">
$lastn  = (($last +  $perpage) &lt; $totalpages)</pre>

<p>а </p>

<pre class="brush:php;gutter:false;toolbar:false;">
$last = cot_rc(...</pre>

<p>Лучше разаработчиков ответ подождать.</p>
</blockquote>

<p> </p>

<p>Ок ждем тогда</p>
]]></description>
			<pubDate>Wed, 23 May 2018 07:53:47 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=8375&d=0#post43403]]></link>
		</item>
		<item>
			<title>Edward</title>
			<description><![CDATA[<p>Там почему то складывается текст с числами.</p>

<pre class="brush:php;gutter:false;toolbar:false;">
$lastn  = (($last +  $perpage) &lt; $totalpages)</pre>

<p>а </p>

<pre class="brush:php;gutter:false;toolbar:false;">
$last = cot_rc(...</pre>

<p>Лучше разаработчиков ответ подождать.</p>
]]></description>
			<pubDate>Sat, 19 May 2018 18:13:20 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=8375&d=0#post43394]]></link>
		</item>
		<item>
			<title>ITMaster</title>
			<description><![CDATA[<blockquote class="fp"><a href="https://www.cotonti.com/ru/forums?m=posts&amp;q=8375&amp;d=1#43387">#43387</a> <strong>Edward: </strong>
<p>Вы скачали биржу последнюю, судя по всему.</p>

<p>Скачайте последнюю <a href="https://github.com/Cotonti/Cotonti/archive/master.zip" rel="nofollow">версию </a>cotonti и замените файл system/cotemplate.php</p>

<p> </p>
</blockquote>

<p>Вы полностью оказались правы, я обновил только саму биржу. Сейчас ошибки описанные выше исчезли, но есть еще одна, которая осталась с php7 на главной </p>

<p><span style="color:rgb(44,61,79);font-family:Arial, Helvetica, sans-serif;font-size:14px;background-color:rgb(236,240,241);">Warning: A non-numeric value encountered in /home/v/victorn5/site.ru/public_html/system/functions.php on line 4168</span></p>
<p class="updated"><strong>Added 1 day later:</strong></p><p>Там вот такие строчки кода, может кто знает как исправить ? </p>

<p> </p>

<pre class="brush:php;gutter:false;toolbar:false;">
	$lastn  = (($last +  $perpage) &lt; $totalpages) ?
			cot_rc('link_pagenav_main', array(
				'url' =&gt; cot_url($module, $args, $hash),
				'event' =&gt; $event,
				'rel' =&gt; $rel,
				'num' =&gt; floor($last_n / $perpage) + 1
			)): FALSE;
	}
</pre>

<p> </p>
]]></description>
			<pubDate>Tue, 15 May 2018 07:37:15 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=8375&d=0#post43391]]></link>
		</item>
		<item>
			<title>Edward</title>
			<description><![CDATA[<p>Вы скачали биржу последнюю, судя по всему.</p>

<p>Скачайте последнюю <a href="https://github.com/Cotonti/Cotonti/archive/master.zip" rel="nofollow">версию </a>cotonti и замените файл system/cotemplate.php</p>

<p> </p>
]]></description>
			<pubDate>Mon, 07 May 2018 21:47:56 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=8375&d=0#post43387]]></link>
		</item>
		<item>
			<title>ITMaster</title>
			<description><![CDATA[<blockquote class="fp"><a href="https://www.cotonti.com/forums?m=posts&amp;q=8375&amp;d=1#43371">#43371</a> <strong>Edward:</strong>
<blockquote class="fp"> </blockquote>

<p>))) Вы верхнее сообщение, прямо над вашим, прочтите. Там ответ.</p>
</blockquote>

<p>Видать нет, я скачивал последнию версию. </p>

<p>Плюс вот еще нашел в ходе тестов. </p>

<p>site.ru/folio/1?m=edit</p>

<p>Fatal error: Uncaught Error: Using $this when not in object context in site.ru/public_html/system/cotemplate.php:404 Stack trace: #0 [internal function]: XTemplate::substitute_var(Array) #1 site.ru/public_html/system/cotemplate.php(285): preg_replace_callback('`\\{((?:[\\w\\.\\-]...', 'XTemplate::subs...', '{PHP.cfg.themes...') #2 [internal function]: XTemplate::restart_include_files(Array) #3 site.ru/public_html/system/cotemplate.php(384): preg_replace_callback('`\\{FILE\\s+("|')...', 'XTemplate::rest...', '</p>
]]></description>
			<pubDate>Mon, 07 May 2018 13:29:22 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=8375&d=0#post43386]]></link>
		</item>
		<item>
			<title>Edward</title>
			<description><![CDATA[<blockquote class="fp"><a href="https://www.cotonti.com/forums?m=posts&amp;q=8375&amp;d=1#43369">#43369</a> <strong>ITMaster: </strong>
<p>Ошбка при нажатии на правка в админке, в разделе пользователи. </p>

<p>Php7.1 на php5.6 проблем нет.</p>

<p><span style="color:rgb(0,0,0);font-family:'Times New Roman';font-size:medium;">Fatal error: Uncaught Error: Using $this when not in object context in /home/v/victorn5/site.ru/public_html/system/cotemplate.php:404</span></p>
</blockquote>

<p>))) Вы верхнее сообщение, прямо над вашим, прочтите. Там ответ.</p>
]]></description>
			<pubDate>Tue, 24 Apr 2018 20:11:24 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=8375&d=0#post43371]]></link>
		</item>
		<item>
			<title>ITMaster</title>
			<description><![CDATA[<p>Ошбка при нажатии на правка в админке, в разделе пользователи. </p>

<p>Php7.1 на php5.6 проблем нет.</p>

<p><span style="color:rgb(0,0,0);font-family:'Times New Roman';font-size:medium;">Fatal error: Uncaught Error: Using $this when not in object context in /home/v/victorn5/site.ru/public_html/system/cotemplate.php:404 Stack trace: #0 [internal function]: XTemplate::substitute_var(Array) #1 /home/v/victorn5/site.ru/public_html/system/cotemplate.php(285): preg_replace_callback('`\\{((?:[\\w\\.\\-]...', 'XTemplate::subs...', '{PHP.cfg.themes...') #2 [internal function]: XTemplate::restart_include_files(Array) #3 /home/v/victorn5/site.ru/public_html/system/cotemplate.php(384): preg_replace_callback('`\\{FILE\\s+("|')...', 'XTemplate::rest...', '</span></p>
]]></description>
			<pubDate>Tue, 24 Apr 2018 08:26:56 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=8375&d=0#post43369]]></link>
		</item>
		<item>
			<title>Macik</title>
			<description><![CDATA[<blockquote class="fp"><a href="https://www.cotonti.com/forums?m=posts&amp;q=8375&amp;d=1#42881">#42881</a> <strong>Edward: </strong>
<p>PHP 7.1.5</p>

<p>Все падает при входе в админку:</p>

<pre class="brush:php;gutter:false;toolbar:false;">
2017/05/11 21:46:05 [error] 6270#6270: *179 FastCGI sent in stderr: "PHP message: PHP Fatal error:  Uncaught Error: Using $this when not in object context in /home/edward/dev/webdev/a2r/system/cotemplate.php:404
</pre>
</blockquote>

<p>Этот баг <a href="https://github.com/Cotonti/Cotonti/issues/1561" rel="nofollow">уже фигурировал</a>. Проверьте на <a href="https://github.com/Cotonti/Cotonti/archive/master.zip" rel="nofollow">последней Dev версии</a> из репозитория. </p>
]]></description>
			<pubDate>Sun, 28 May 2017 11:36:43 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=8375&d=0#post42893]]></link>
		</item>
		<item>
			<title>Edward</title>
			<description><![CDATA[<p>Да, проверил конечно.</p>

<p>На PHP 5.6 этот же хост работает отлично. Глобальных различий в конфигах PHP нет.</p>
]]></description>
			<pubDate>Fri, 12 May 2017 22:29:34 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=8375&d=0#post42884]]></link>
		</item>
		<item>
			<title>Denisbox</title>
			<description><![CDATA[<p>А вы уверены, что это из-за версии php?</p>

<p>У меня версия 7.0.16 - полёт нормальный, да и странно это, что при входе в админку ошибка.</p>
]]></description>
			<pubDate>Fri, 12 May 2017 08:53:31 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=8375&d=0#post42882]]></link>
		</item>
		<item>
			<title>Edward</title>
			<description><![CDATA[<p>PHP 7.1.5</p>

<p>Все падает при входе в админку:</p>

<pre class="brush:php;gutter:false;toolbar:false;">
2017/05/11 21:46:05 [error] 6270#6270: *179 FastCGI sent in stderr: "PHP message: PHP Fatal error:  Uncaught Error: Using $this when not in object context in /home/edward/dev/webdev/a2r/system/cotemplate.php:404
Stack trace:
#0 [internal function]: XTemplate::substitute_var(Array)
#1 /home/edward/dev/webdev/a2r/system/cotemplate.php(285): preg_replace_callback('`\\{((?:[\\w\\.\\-]...', 'XTemplate::subs...', '{PHP.cfg.system...')
#2 [internal function]: XTemplate::restart_include_files(Array)
#3 /home/edward/dev/webdev/a2r/system/cotemplate.php(384): preg_replace_callback('`\\{FILE\\s+("|')...', 'XTemplate::rest...', '&lt;!-- BEGIN: MAI...')
#4 /home/edward/dev/webdev/a2r/system/cotemplate.php(336): XTemplate-&gt;compile('&lt;!-- BEGIN: MAI...')
#5 /home/edward/dev/webdev/a2r/system/cotemplate.php(88): XTemplate-&gt;restart('system/admin/tp...')
#6 /home/edward/dev/webdev/a2r/system/admin/admin.home.php(12): XTemplate-&gt;__construct('system/admin/tp...')
#7 /home/edward/dev/webdev/a2r/system/admin/admin.main.php(67): require('/home/edward/de...')
#8 /home/edward/dev/webdev/a2r/admin.php(" while reading response header from upstream, client: 127.0.0.1, server: www.a2r.loc, request: "GET /admin.php HTTP/1.1", upstream: "fastcgi://unix:/run/php-fpm/php-fpm.sock:", host: "www.a2r.loc"</pre>

<p> </p>
]]></description>
			<pubDate>Thu, 11 May 2017 19:58:44 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=8375&d=0#post42881]]></link>
		</item>
		<item>
			<title>Macik</title>
			<description><![CDATA[<p>Там все элементарно — идем по ссылке, регистрируемся и пишем заявку-тикет.</p>
]]></description>
			<pubDate>Mon, 17 Apr 2017 17:22:51 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=8375&d=0#post42819]]></link>
		</item>
		<item>
			<title>Denisbox</title>
			<description><![CDATA[<blockquote class="fp"><a href="https://www.cotonti.com/forums?m=posts&amp;q=8375&amp;d=1#42807">#42807</a> <strong>Macik: </strong>
<p>Спасибо и вам. Если что, мы <a href="https://github.com/Cotonti/Cotonti/issues/new" rel="nofollow">принимаем сообщения о найденных багах</a> круглосуточно. :)</p>
</blockquote>

<p>Спасибо! Постараюсь сформулировать и свести проблемы с движком в плане SEO, их не много, но они есть. Правда я не уверен, что совладаю с гитхабом, но отчёт об ошибках я предоставлю.</p>
]]></description>
			<pubDate>Fri, 14 Apr 2017 10:13:37 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=8375&d=0#post42813]]></link>
		</item>
		<item>
			<title>Macik</title>
			<description><![CDATA[<p>Спасибо и вам. Если что, мы <a href="https://github.com/Cotonti/Cotonti/issues/new" rel="nofollow">принимаем сообщения о найденных багах</a> круглосуточно. :)</p>
]]></description>
			<pubDate>Wed, 12 Apr 2017 15:58:05 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=8375&d=0#post42807]]></link>
		</item>
		<item>
			<title>Denisbox</title>
			<description><![CDATA[<p><strong>Macik</strong></p>

<p>Спасибо! Значит буду потихоньку пробовать, потом отпишусь.</p>
<p class="updated"><strong>Добавлено 1 день спустя:</strong></p><p>Переехал на новый сервер, но частью проектов. Всё работает на ура! Пока проблем с функционалом не замечено, да и жалоб от пользователей нет.</p>

<p>Разработчикам Cotonti -  низкий поклон!</p>

<p>Спасибо!</p>
]]></description>
			<pubDate>Mon, 03 Apr 2017 12:16:28 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=8375&d=0#post42788]]></link>
		</item>
		<item>
			<title>Macik</title>
			<description><![CDATA[<p>Работает, но на сколько безглючно пока исчерпывающей информации нет — мало тестировщиков. Главной движущей силой по совмещению движка с последними версиями ПО является <a href="https://github.com/Alex300" rel="nofollow">Алекс</a>. Он периодически читает форум. Возможно отпишется более конкретно.</p>

<p> </p>
]]></description>
			<pubDate>Sun, 02 Apr 2017 22:00:41 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=8375&d=0#post42784]]></link>
		</item>
		<item>
			<title>Denisbox</title>
			<description><![CDATA[Работает ли Cotonti на сервере с php7? Нет ли ошибок и нареканий?
Дело в том, что хостер прислал интересное предложение, но проекты коммерческие, вот и перестраховываюсь.
Спасибо!
]]></description>
			<pubDate>Sun, 02 Apr 2017 12:37:07 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=8375&d=0#post42783]]></link>
		</item>
	</channel>
</rss>