<?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>Convergency&#187; annoyances</title>
	<atom:link href="http://www.convergency.co.uk/blog/tag/annoyances/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.convergency.co.uk/blog</link>
	<description>Where everything comes together</description>
	<lastBuildDate>Fri, 20 Jan 2012 10:03:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Problem with php includes when upgrading from PHP4 to PHP5</title>
		<link>http://www.convergency.co.uk/blog/2008/10/problem-with-php-includes-when-upgrading-from-php4-to-php5/</link>
		<comments>http://www.convergency.co.uk/blog/2008/10/problem-with-php-includes-when-upgrading-from-php4-to-php5/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 22:53:55 +0000</pubDate>
		<dc:creator>nommo</dc:creator>
				<category><![CDATA[web stuff]]></category>
		<category><![CDATA[annoyances]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[web sites]]></category>

		<guid isPermaLink="false">http://www.convergency.co.uk/blog/?p=70</guid>
		<description><![CDATA[A friend come client of mine had a problem today &#8211; he was getting errors with his website, but had done nothing to the site. Errors a bit like this:
Warning: include() [function.include]: URL file-access is disabled in the server configuration  &#8230; <a href="http://www.convergency.co.uk/blog/2008/10/problem-with-php-includes-when-upgrading-from-php4-to-php5/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>A friend come client of mine had a problem today &#8211; he was getting errors with his website, but had done nothing to the site. Errors a bit like this:</p>
<p><code>Warning: include() [function.include]: URL file-access is disabled in the server configuration in /home/user/public_html/page.php on line xx</p>
<p>Warning: include(http://www.somedomain.com/file.php) [function.include]: failed to open stream: no suitable wrapper could be found in /home/user/public_html/page.php on line xx</p>
<p>Warning: include() [function.include]: Failed opening ‘http://www.somedomain.com/file.php’ for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/user/public_html/page.php on line xx</code></p>
<p>I figured it must have been something the hosting company did&#8230; it turned out to be right &#8211; they had upgraded from PHP4 to PHP5 &#8211; which doesn&#8217;t allow remote file includes (in order to prevent cross site scripting). On further investigation (involving me having to remember the username/password combination!) I discovered that the site (which I didn&#8217;t build) wasn&#8217;t actually pulling in remote headers, but was using a full url string like:</p>
<p><code>< ?php include("http://www.somedomain.com/includes/head.php"); ?> </code></p>
<p>So after a quick hunt around (my PHP isn&#8217;t great), I found <a href="http://blog.everymanhosting.com/php-coding/warning-include-functioninclude-url-file-access-is-disabled-in-the-server-configuration/" onclick="pageTracker._trackPageview('/outgoing/blog.everymanhosting.com/php-coding/warning-include-functioninclude-url-file-access-is-disabled-in-the-server-configuration/?referer=');">this blog post</a> which reminded me of the answer I already knew but lacked the confidence to believe. I changed line to say:</p>
<p><code>< ?php include("includes/head.php"); ?> </code></p>
<p>And that worked. All I needed to do was download the rest of the PHP files and ran a multiple file  search and replace on all the php files &#8211; backup the old site and reupload the amended code.</p>
<p>All working again. I just thought I would share that.</p>
<div class="shr-publisher-70"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fwww.convergency.co.uk%2Fblog%2F2008%2F10%2Fproblem-with-php-includes-when-upgrading-from-php4-to-php5%2F' data-shr_title='Problem+with+php+includes+when+upgrading+from+PHP4+to+PHP5'></a><a class='shareaholic-fbsend' data-shr_href='http%3A%2F%2Fwww.convergency.co.uk%2Fblog%2F2008%2F10%2Fproblem-with-php-includes-when-upgrading-from-php4-to-php5%2F'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.convergency.co.uk%2Fblog%2F2008%2F10%2Fproblem-with-php-includes-when-upgrading-from-php4-to-php5%2F' data-shr_title='Problem+with+php+includes+when+upgrading+from+PHP4+to+PHP5'></a><a class='shareaholic-tweetbutton' data-shr_count='horizontal' data-shr_href='http%3A%2F%2Fwww.convergency.co.uk%2Fblog%2F2008%2F10%2Fproblem-with-php-includes-when-upgrading-from-php4-to-php5%2F' data-shr_title='Problem+with+php+includes+when+upgrading+from+PHP4+to+PHP5'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.convergency.co.uk/blog/2008/10/problem-with-php-includes-when-upgrading-from-php4-to-php5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 3.0.1 location url bar autocomplete broken (and rss live feed bookmarks)</title>
		<link>http://www.convergency.co.uk/blog/2008/09/firefox-301-location-url-bar-autocomplete-broken-and-rss-live-feed-bookmarks/</link>
		<comments>http://www.convergency.co.uk/blog/2008/09/firefox-301-location-url-bar-autocomplete-broken-and-rss-live-feed-bookmarks/#comments</comments>
		<pubDate>Mon, 22 Sep 2008 11:56:31 +0000</pubDate>
		<dc:creator>nommo</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[annoyances]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://www.convergency.co.uk/blog/?p=49</guid>
		<description><![CDATA[My favourite web browser &#8211; Mozilla&#8217;s Firefox, has recently begun to cause consternation &#8211; only on my work PC. On the laptop it is fine. There are a gazillion blog/forum posts complaining about the new functionality of said URL bar,  &#8230; <a href="http://www.convergency.co.uk/blog/2008/09/firefox-301-location-url-bar-autocomplete-broken-and-rss-live-feed-bookmarks/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>My favourite web browser &#8211; <a href="http://www.mozilla.com/firefox/" onclick="pageTracker._trackPageview('/outgoing/www.mozilla.com/firefox/?referer=');">Mozilla&#8217;s Firefox</a>, has recently begun to cause consternation &#8211; only on my work PC. On the laptop it is fine. There are a gazillion blog/forum posts complaining about the new functionality of said URL bar, but so far I haven&#8217;t found anyone else describing the same issue as myself and several of my work colleagues.</p>
<p>This is what it looks like:</p>
<div id="attachment_50" class="wp-caption alignnone" style="width: 310px"><a href="http://www.convergency.co.uk/blog/wp-content/uploads/2008/09/ff3_menu_glitch.jpg"><img class="size-medium wp-image-50" title="ff3_menu_glitch" src="http://www.convergency.co.uk/blog/wp-content/uploads/2008/09/ff3_menu_glitch-300x115.jpg" alt="My broken Firefox 3" width="300" height="115" /></a><p class="wp-caption-text">My broken Firefox 3</p></div>
<p>So &#8211; it looks like the autocomplete is &#8216;working&#8217; (as in it brings up the icons for the pages) but it is not displaying the text &#8211; which makes it pretty useless. Even more odd is the fact that my Live Bookmarks (RSS) are no longer displaying either.</p>
<p>I tried everything (safe mode, delete localstore.rdf, new profile etc as per the <a href="http://kb.mozillazine.org/Standard_diagnostic_(Firefox)" onclick="pageTracker._trackPageview('/outgoing/kb.mozillazine.org/Standard_diagnostic_Firefox?referer=');">Firefox Standard Diagnostic</a>) ending in a complete and utter fresh install. A few of these seemed to fix it but on restart &#8211; the problem returned&#8230;</p>
<p>Another one of those annoyances I thought I would share just in case anyone else out there has the same/similar issue.</p>
<p>I will keep you updated as to whether a fix is found.</p>
<p>UPDATE: Today&#8217;s 3.0.2 update didn&#8217;t fix it either&#8230; well &#8211; it did until system restart (just like all the other installs I performed). Another thing I noticed today is that it doesn&#8217;t reload tabs when it does a browser restart, also &#8216;recently closed tabs&#8217; is greyed out.</p>
<p>I am thinking that my initial conviction that it is caused by Group Policy at work is still the most likely&#8230; although our IT guy says he has the same problem at home (but there is a connection there <img src='http://www.convergency.co.uk/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> )</p>
<p>UPDATE: Today&#8217;s 3.0.3 update didn&#8217;t fix anything, although I notice that if I right click the url bar (where the star is) and select &#8216;customize&#8230;&#8217; then click &#8216;Done&#8217; &#8211; all my live bookmark feeds in the toolbar re-appear (until the next restart). Hmmmm&#8230;</p>
<div class="shr-publisher-49"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fwww.convergency.co.uk%2Fblog%2F2008%2F09%2Ffirefox-301-location-url-bar-autocomplete-broken-and-rss-live-feed-bookmarks%2F' data-shr_title='Firefox+3.0.1+location+url+bar+autocomplete+broken+%28and+rss+live+feed+bookmarks%29'></a><a class='shareaholic-fbsend' data-shr_href='http%3A%2F%2Fwww.convergency.co.uk%2Fblog%2F2008%2F09%2Ffirefox-301-location-url-bar-autocomplete-broken-and-rss-live-feed-bookmarks%2F'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.convergency.co.uk%2Fblog%2F2008%2F09%2Ffirefox-301-location-url-bar-autocomplete-broken-and-rss-live-feed-bookmarks%2F' data-shr_title='Firefox+3.0.1+location+url+bar+autocomplete+broken+%28and+rss+live+feed+bookmarks%29'></a><a class='shareaholic-tweetbutton' data-shr_count='horizontal' data-shr_href='http%3A%2F%2Fwww.convergency.co.uk%2Fblog%2F2008%2F09%2Ffirefox-301-location-url-bar-autocomplete-broken-and-rss-live-feed-bookmarks%2F' data-shr_title='Firefox+3.0.1+location+url+bar+autocomplete+broken+%28and+rss+live+feed+bookmarks%29'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.convergency.co.uk/blog/2008/09/firefox-301-location-url-bar-autocomplete-broken-and-rss-live-feed-bookmarks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

