<?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>Tzvi's Web Development Blog &#187; php white page</title>
	<atom:link href="http://www.tzveeka.com/tag/php-white-page/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tzveeka.com</link>
	<description>Inside the thoughts of a web company's CEO</description>
	<lastBuildDate>Sun, 18 Dec 2011 16:46:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>When PHP gives you an empty white page instead of an error notice (QuickFix)</title>
		<link>http://www.tzveeka.com/when-php-gives-you-an-empty-white-page-instead-of-an-error-notice-quickfix</link>
		<comments>http://www.tzveeka.com/when-php-gives-you-an-empty-white-page-instead-of-an-error-notice-quickfix#comments</comments>
		<pubDate>Thu, 20 May 2010 09:11:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Developemt]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[error white page]]></category>
		<category><![CDATA[errors]]></category>
		<category><![CDATA[php empty page]]></category>
		<category><![CDATA[php errors]]></category>
		<category><![CDATA[php parse errors]]></category>
		<category><![CDATA[php white page]]></category>
		<category><![CDATA[wamp php errors]]></category>

		<guid isPermaLink="false">http://www.tzveeka.com/?p=111</guid>
		<description><![CDATA[Hello folks, I have found out today that under my installation of PHP 5.3.0 on windows vista with WAMP &#8211; PHP just doesn&#8217;t want to report parse errors on my browser, even with error_reporting set to &#8220;on&#8221;. When parse errors occur PHP usually just prints out a blank white page without content or description of [...]]]></description>
			<content:encoded><![CDATA[<p>Hello folks,</p>
<p><a href="http://www.tzveeka.com/wp-content/uploads/2010/05/php-elephant.jpg"><img class="alignleft size-full wp-image-113" title="php elephant elephpant" src="http://www.tzveeka.com/wp-content/uploads/2010/05/php-elephant.jpg" alt="the php elephant or elephpant" width="188" height="217" /></a>I have found out today that under my installation of PHP 5.3.0 on windows vista with WAMP &#8211; PHP just doesn&#8217;t want to report parse errors on my browser, even with error_reporting set to &#8220;on&#8221;. When parse errors occur PHP usually just prints out a blank white page without content or description of the errors. (The errors can still be fetched using your web server&#8217;s log or by using a PHP syntax check application)</p>
<p>After doing some google searches it looks like other people have had this problem too. the only fix I found for this was to use wamp and just upgrade php to version 5.3.1 (The latest version available at this time).</p>
<p>Upgrading / Modifying your PHP version is really simple with WAMP:</p>
<p>Left click on the WAMP icon in your system tray, click on PHP -&gt; Version -&gt; Get More&#8230;<br />
WAMP&#8217;s upgrade page will pop up in your browser, just choose the latest php build or your current version (If you just want to reinstall) &#8211; open the downloaded file, install and you&#8217;re setup with a new version of PHP.</p>
<p>You might need to use the WAMP menu again to change the active version of  the PHP you&#8217;re using. everytime you change the php version with wamp&#8217;s menu&#8217;s it automatically edits all the INI files needed to run your webserver &#8211; like the php directory locaction in your httpd.conf (Apache webserver) file.</p>
<p>To change the active PHP version under wamp -&gt;<br />
Left click on the wamp icon in your system tray, click on PHP -&gt; Version -&gt; click on the version you want to be activated.</p>
<p>* The next time you execute WAMP it will remember your selection and will boot up with that version of php.</p>
<p><strong>Resources :</strong></p>
<p>New to PHP? start learning PHP with <a href="http://4e8d5q3uk-r54ufcjh4fjmjh3b.hop.clickbank.net/" target="_blank">Robert Plank&#8217;s Easy PHP ebook</a>.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.tzveeka.com%2Fwhen-php-gives-you-an-empty-white-page-instead-of-an-error-notice-quickfix&amp;linkname=When%20PHP%20gives%20you%20an%20empty%20white%20page%20instead%20of%20an%20error%20notice%20%28QuickFix%29">Share/Save/E-Mail this article</a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.tzveeka.com/when-php-gives-you-an-empty-white-page-instead-of-an-error-notice-quickfix/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

