<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Форум PHP-MyAdmin.RU &mdash; Нужна помошь!]]></title>
	<link rel="self" href="https://forum.php-myadmin.ru/extern.php?action=feed&amp;tid=1812&amp;type=atom" />
	<updated>2010-07-03T09:55:10Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.php-myadmin.ru/viewtopic.php?id=1812</id>
		<entry>
			<title type="html"><![CDATA[Re: Нужна помошь!]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=12603#p12603" />
			<content type="html"><![CDATA[<p>Всё разобрался! Всё сделал! Огромное спасибо вам Haunt</p>]]></content>
			<author>
				<name><![CDATA[soten]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=2925</uri>
			</author>
			<updated>2010-07-03T09:55:10Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=12603#p12603</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Нужна помошь!]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=12601#p12601" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Hanut]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=181</uri>
			</author>
			<updated>2010-07-03T07:44:31Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=12601#p12601</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Нужна помошь!]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=12599#p12599" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[soten]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=2925</uri>
			</author>
			<updated>2010-07-02T21:55:45Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=12599#p12599</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Нужна помошь!]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=12598#p12598" />
			<content type="html"><![CDATA[<p>Попробуйте так.<br /></p><div class="codebox"><pre><code>error_reporting = 1</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Hanut]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=181</uri>
			</author>
			<updated>2010-07-02T21:47:46Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=12598#p12598</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Нужна помошь!]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=12597#p12597" />
			<content type="html"><![CDATA[<p>не помогло(((( блин может есть ещё способ?</p>]]></content>
			<author>
				<name><![CDATA[soten]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=2925</uri>
			</author>
			<updated>2010-07-02T20:44:08Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=12597#p12597</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Нужна помошь!]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=12596#p12596" />
			<content type="html"><![CDATA[<p>В конфигурационном файле PHP (php.ini) попробуйте поправить строку:<br /></p><div class="codebox"><pre><code>error_reporting = E_ALL &amp; ~E_STRICT</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Hanut]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=181</uri>
			</author>
			<updated>2010-07-02T14:36:21Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=12596#p12596</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Нужна помошь!]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=12595#p12595" />
			<content type="html"><![CDATA[<p>При учтановке форума вылетает ошибка Strict Standards: Non-static method utf_normalizer::nfc() should not be called statically in подскажите пожалуйста, что нужно сделать что бы исправить её</p>]]></content>
			<author>
				<name><![CDATA[soten]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=2925</uri>
			</author>
			<updated>2010-07-02T13:58:05Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=12595#p12595</id>
		</entry>
</feed>
