<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Форум PHP-MyAdmin.RU &mdash; Нужна помошь!]]></title>
		<link>https://forum.php-myadmin.ru/viewtopic.php?id=1812</link>
		<atom:link href="https://forum.php-myadmin.ru/extern.php?action=feed&amp;tid=1812&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «Нужна помошь!».]]></description>
		<lastBuildDate>Sat, 03 Jul 2010 09:55:10 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Нужна помошь!]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=12603#p12603</link>
			<description><![CDATA[<p>Всё разобрался! Всё сделал! Огромное спасибо вам Haunt</p>]]></description>
			<author><![CDATA[null@example.com (soten)]]></author>
			<pubDate>Sat, 03 Jul 2010 09:55:10 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=12603#p12603</guid>
		</item>
		<item>
			<title><![CDATA[Re: Нужна помошь!]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=12601#p12601</link>
			<description><![CDATA[<p><strong>soten</strong><br />Все верно.</p><p>После внесения изменений в php.ini перезагрузили веб-сервер?</p><p>Проверить текущее состояние переменной можно запустив .php скрипт со следующей строкой.<br /></p><div class="codebox"><pre><code>&lt;?php phpinfo(); ?&gt;</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Hanut)]]></author>
			<pubDate>Sat, 03 Jul 2010 07:44:31 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=12601#p12601</guid>
		</item>
		<item>
			<title><![CDATA[Re: Нужна помошь!]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=12599#p12599</link>
			<description><![CDATA[<p>Второе тоже непашет(( я пользуюсь appserv и мне кажется что 1 должно было помочь! Ша скину фрагмент php.ini </p><div class="quotebox"><blockquote><p>; error_reporting is a bit-field.&nbsp; Or each number up to get desired error<br />; reporting level<br />; E_ALL&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;- All errors and warnings (doesn&#039;t include E_STRICT)<br />; E_ERROR&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;- fatal run-time errors<br />; E_WARNING&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;- run-time warnings (non-fatal errors)<br />; E_PARSE&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;- compile-time parse errors<br />; E_NOTICE&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; - run-time notices (these are warnings which often result<br />;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;from a bug in your code, but it&#039;s possible that it was<br />;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;intentional (e.g., using an uninitialized variable and<br />;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;relying on the fact it&#039;s automatically initialized to an<br />;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;empty string)<br />; E_STRICT&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; - run-time notices, enable to have PHP suggest changes<br />;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;to your code which will ensure the best interoperability<br />;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;and forward compatibility of your code<br />; E_CORE_ERROR&nbsp; &nbsp; &nbsp; - fatal errors that occur during PHP&#039;s initial startup<br />; E_CORE_WARNING&nbsp; &nbsp; - warnings (non-fatal errors) that occur during PHP&#039;s<br />;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;initial startup<br />; E_COMPILE_ERROR&nbsp; &nbsp;- fatal compile-time errors<br />; E_COMPILE_WARNING - compile-time warnings (non-fatal errors)<br />; E_USER_ERROR&nbsp; &nbsp; &nbsp; - user-generated error message<br />; E_USER_WARNING&nbsp; &nbsp; - user-generated warning message<br />; E_USER_NOTICE&nbsp; &nbsp; &nbsp;- user-generated notice message<br />;<br />; Examples:<br />;<br />;&nbsp; &nbsp;- Show all errors, except for notices and coding standards warnings<br />;<br />;error_reporting = E_ALL &amp; ~E_NOTICE<br />;<br />;&nbsp; &nbsp;- Show all errors, except for notices<br />;<br />;error_reporting = E_ALL &amp; ~E_NOTICE | E_STRICT<br />;<br />;&nbsp; &nbsp;- Show only errors<br />;<br />;error_reporting = E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR<br />;<br />;&nbsp; &nbsp;- Show all errors except for notices and coding standards warnings<br />error_reporting = 1</p></blockquote></div><p>может я что то не так делаю?</p>]]></description>
			<author><![CDATA[null@example.com (soten)]]></author>
			<pubDate>Fri, 02 Jul 2010 21:55:45 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=12599#p12599</guid>
		</item>
		<item>
			<title><![CDATA[Re: Нужна помошь!]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=12598#p12598</link>
			<description><![CDATA[<p>Попробуйте так.<br /></p><div class="codebox"><pre><code>error_reporting = 1</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Hanut)]]></author>
			<pubDate>Fri, 02 Jul 2010 21:47:46 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=12598#p12598</guid>
		</item>
		<item>
			<title><![CDATA[Re: Нужна помошь!]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=12597#p12597</link>
			<description><![CDATA[<p>не помогло(((( блин может есть ещё способ?</p>]]></description>
			<author><![CDATA[null@example.com (soten)]]></author>
			<pubDate>Fri, 02 Jul 2010 20:44:08 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=12597#p12597</guid>
		</item>
		<item>
			<title><![CDATA[Re: Нужна помошь!]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=12596#p12596</link>
			<description><![CDATA[<p>В конфигурационном файле PHP (php.ini) попробуйте поправить строку:<br /></p><div class="codebox"><pre><code>error_reporting = E_ALL &amp; ~E_STRICT</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Hanut)]]></author>
			<pubDate>Fri, 02 Jul 2010 14:36:21 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=12596#p12596</guid>
		</item>
		<item>
			<title><![CDATA[Нужна помошь!]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=12595#p12595</link>
			<description><![CDATA[<p>При учтановке форума вылетает ошибка Strict Standards: Non-static method utf_normalizer::nfc() should not be called statically in подскажите пожалуйста, что нужно сделать что бы исправить её</p>]]></description>
			<author><![CDATA[null@example.com (soten)]]></author>
			<pubDate>Fri, 02 Jul 2010 13:58:05 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=12595#p12595</guid>
		</item>
	</channel>
</rss>
