<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Open source blog, linux, php, python, security &#187; error</title>
	<atom:link href="http://www.alonon.net/tag/error/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alonon.net</link>
	<description></description>
	<lastBuildDate>Sat, 04 Feb 2012 07:23:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>

   <image>
    <title>Open source blog, linux, php, python, security</title>
    <url>http://0.gravatar.com/avatar/5152c5736f5f8dd9570ffb2f9068e8ab.png?s=48</url>
    <link>http://www.alonon.net</link>
   </image>
		<item>
		<title>Notice: Use of undefined constant/variable</title>
		<link>http://www.alonon.net/notice-use-of-undefined-constantvariable/</link>
		<comments>http://www.alonon.net/notice-use-of-undefined-constantvariable/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 08:51:58 +0000</pubDate>
		<dc:creator>ALonon</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[undefined constant]]></category>

		<guid isPermaLink="false">http://www.alonon.net/?p=208</guid>
		<description><![CDATA[if you are taking a warning such as; Notice: Use of undefined constant _HC_PKG_THEME &#8211; assumed &#8216;_HC_PKG_THEME&#8217; in ~\phpcoin\config.php on line 141 Notice: Use of undefined constant DIR &#8211; assumed &#8216;DIR&#8217; in ~\phpcoin\config.php on line 146 Notice: Use of undefined constant _HC_PKG_LANG &#8211; assumed &#8216;_HC_PKG_LANG&#8217; in ~\phpcoin\config.php on line 153 find this in php.ini error_reporting &#8230; <a href="http://www.alonon.net/notice-use-of-undefined-constantvariable/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>if you are taking a warning such as;</p>
<blockquote><p>
Notice: Use of undefined constant _HC_PKG_THEME &#8211; assumed &#8216;_HC_PKG_THEME&#8217; in ~\phpcoin\config.php on line 141<br />
Notice: Use of undefined constant DIR &#8211; assumed &#8216;DIR&#8217; in ~\phpcoin\config.php on line 146<br />
Notice: Use of undefined constant _HC_PKG_LANG &#8211; assumed &#8216;_HC_PKG_LANG&#8217; in ~\phpcoin\config.php on line 153</p></blockquote>
<p> find this in php.ini</p>
<blockquote><p>error_reporting = E_A</p></blockquote>
<p>and change with</p>
<blockquote><p>error_reporting = E_ALL &#038; ~E_NOTICE</p></blockquote>
<p>than restart apache.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alonon.net/notice-use-of-undefined-constantvariable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

