<?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>mogmachine</title>
	<atom:link href="http://www.mogmachine.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mogmachine.com</link>
	<description>WordPress Specialist - Developer &#38; Consultant &#124; London</description>
	<lastBuildDate>Fri, 25 Jul 2014 08:45:06 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.3.4</generator>
	<item>
		<title>WordPress memory override not working</title>
		<link>http://www.mogmachine.com/wordpress-memory-override-working/</link>
		<comments>http://www.mogmachine.com/wordpress-memory-override-working/#comments</comments>
		<pubDate>Wed, 26 Feb 2014 06:50:17 +0000</pubDate>
		<dc:creator><![CDATA[mog]]></dc:creator>
				<category><![CDATA[Insights]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.mogmachine.com/?p=2969</guid>
		<description><![CDATA[<p>A lot of us on shared hosing may have used the following to override the default available memory for WordPress in our wp-config, ...usually as a result of the 'Fatal error: Allowed memory size of...' error.</p>
<p>The post <a rel="nofollow" href="http://www.mogmachine.com/wordpress-memory-override-working/">WordPress memory override not working</a> appeared first on <a rel="nofollow" href="http://www.mogmachine.com">mogmachine</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>A lot of us on shared hosing may have used the following to override the default available memory for WordPress in our wp-config, &#8230;usually as a result of the &#8216;Fatal error: Allowed memory size of&#8230;&#8217; error.</p>
<pre>define('WP_MEMORY_LIMIT', '96M');</pre>
<p>However recently I had a problem where WP SEO by Yoast was crashing my site and giving me this error but no matter to what I boosted the available memory, it still showed as 256M.</p>
<p>As you are here for a solution and no any long winded story about symptoms and how annoying this was to remedy &#8230;the problem is the WP core itself.</p>
<p>In /wp-includes/default-constants.php &#8230;right at the top, &#8230;you see this:</p>
<pre>	// set memory limits
	if ( !defined('WP_MEMORY_LIMIT') ) {
		if( is_multisite() ) {
			define('WP_MEMORY_LIMIT', '64M');
		} else {
			define('WP_MEMORY_LIMIT', '40M');
		}
	}

	if ( ! defined( 'WP_MAX_MEMORY_LIMIT' ) ) {
		define( 'WP_MAX_MEMORY_LIMIT', '256M' );
	}</pre>
<p>What this tells you is that just setting
<pre>define('WP_MEMORY_LIMIT', '512M');</pre>
<p> alone is not enough, &#8230;don&#8217;t forget to also set
<pre>define('WP_MAX MEMORY_LIMIT', '512M');</pre>
<p> too &#8230;.else WP will limit the max memory to 256M.</p>
<p>That&#8217;s it, ..now back to work.</p>
<p>The post <a rel="nofollow" href="http://www.mogmachine.com/wordpress-memory-override-working/">WordPress memory override not working</a> appeared first on <a rel="nofollow" href="http://www.mogmachine.com">mogmachine</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mogmachine.com/wordpress-memory-override-working/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>InfiniteWP Review: BEWARE</title>
		<link>http://www.mogmachine.com/infinitewp-review-beware/</link>
		<comments>http://www.mogmachine.com/infinitewp-review-beware/#comments</comments>
		<pubDate>Fri, 05 Jul 2013 09:20:45 +0000</pubDate>
		<dc:creator><![CDATA[mog]]></dc:creator>
				<category><![CDATA[Insights]]></category>

		<guid isPermaLink="false">http://www.mogmachine.com/?p=2956</guid>
		<description><![CDATA[<p>DO NOT think about using InfiniteWP.  I do not normally write product reviews but this one I feel needs to be written to save others the hassle that I have been through. </p>
<p>The post <a rel="nofollow" href="http://www.mogmachine.com/infinitewp-review-beware/">InfiniteWP Review: BEWARE</a> appeared first on <a rel="nofollow" href="http://www.mogmachine.com">mogmachine</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>I do not normally write product reviews but this one I feel needs to be written to save others the hassle that I have been through.</p>
<p>Quite simply if you are seriously managing a lot of WP sites, DO NOT think about InfiniteWP. There are other systems out there which do the same thing and cost a hell of a lot more money, &#8230;and I am now realising there is a reason for this. It simply does not work consistently, and today it did worse that that, corrupted and removed (or prevented from being written by tying up resources) DB data on a commerce site.</p>
<p>Out of the box you think and it feels like it will do everything you wish. ..but here are the main problems (to keep this short and objective).</p>
<ul>
<li>Display of data in the admin panel is inconsistent. One day it tells you everything is up to date, the next you have updates, ..this varies between refreshes of the scree and logins also</li>
<li>The admin is really sluggish, this I would imagine is what contributes to the above</li>
<li>DO NOT relay on the back add-on, as above, one moment you have all of your backups scheduled, the next it tells you &#8220;Sorry, no scheduled backups&#8221;!!</li>
<li>The backup system DOES NOT WORK, it ties up server resources, is inconsistent and has trouble with any large sites</li>
<li>The support is not great, it exists but can take ages for them to get to your problems root, I had 3 weeks just for them to tell me which error logs to send them.</li>
<li>After asking for a refund on the backup add on I was told it was past the grace period, ..although the above mentioned support ticket had taken up the time of this period to resolve</li>
</ul>
<p>To summarise, I stuck with them, I really did, hope it would get better, but it in fact got worse. I really wanted this system to work as it was perfect for me and I invested time and money in it, and sold its virtues as part of my development package to my clients.</p>
<p>I must now go and undo all of that and if I wish to continue offering those same on point updates to my clients without having to do it for each of over 150 WP sites, I will have to invest +$2000/year in a tested system (I am not mentioning names, have a google, this is not an advert).</p>
<p>So in closing, thanks Infinite WP, it has been fun, &#8230;you have cost me time, money and aspects of my professional reputation. I hope this article prevents this happening to others.</p>
<h3>**UPDATE</h3>
<p>I have always had a respect for companies who address their negative feedback and are prepared to do so in the public light, &#8230;so here is the response to this article from IWP:</p>
<p>&#8220;Just read your review here and I just want to apologize for putting you through so much pain thats not our intension really. We reached 100,000 sites just 2 weeks ago with in a year of product development. The software works great for lot of our users and for some it causes issues. Thats why we are rewriting the whole code from the scratch up spending lots of time and efforts since we want this to work across multiple platforms. Unfortunately your server setup falls under the latter category.</p>
<p>But as I said we are working on v3. I totally want to apologize and If at all there is something that can be done. I would want to do it to make you happy.&#8221;</p>
<p>IT is worth noting that I have not completely abandoned all hope for IWP, but I have stopped using its backup system and relying on it as the only option, and if you would like to test IWP I suggest at this stage you do not move to a complete reliance, especially if you are on a cloud based hosting environment.</p>
<p>The post <a rel="nofollow" href="http://www.mogmachine.com/infinitewp-review-beware/">InfiniteWP Review: BEWARE</a> appeared first on <a rel="nofollow" href="http://www.mogmachine.com">mogmachine</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mogmachine.com/infinitewp-review-beware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kite Camp Pro</title>
		<link>http://www.mogmachine.com/kite-camp-pro/</link>
		<comments>http://www.mogmachine.com/kite-camp-pro/#comments</comments>
		<pubDate>Wed, 26 Jun 2013 20:14:01 +0000</pubDate>
		<dc:creator><![CDATA[mog]]></dc:creator>
				<category><![CDATA[business]]></category>
		<category><![CDATA[lifestyle]]></category>
		<category><![CDATA[Production]]></category>
		<category><![CDATA[kite]]></category>
		<category><![CDATA[zanzibar]]></category>

		<guid isPermaLink="false">http://www.mogmachine.com/?p=2549</guid>
		<description><![CDATA[<p>Kite Camp Pro is a professional kite camp and coaching business organising kite camps around the world.</p>
<p>The post <a rel="nofollow" href="http://www.mogmachine.com/kite-camp-pro/">Kite Camp Pro</a> appeared first on <a rel="nofollow" href="http://www.mogmachine.com">mogmachine</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Kite Camp Pro is a professional kite camp and coaching business organising kite camps around the world.</p>
<p>The site is a fully responsive WordPress powered system operating in multiple languages and highly optimised for SEO and social network integration.</p>
<p>The post <a rel="nofollow" href="http://www.mogmachine.com/kite-camp-pro/">Kite Camp Pro</a> appeared first on <a rel="nofollow" href="http://www.mogmachine.com">mogmachine</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mogmachine.com/kite-camp-pro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coral Rock</title>
		<link>http://www.mogmachine.com/coral-rock/</link>
		<comments>http://www.mogmachine.com/coral-rock/#comments</comments>
		<pubDate>Wed, 26 Jun 2013 20:11:47 +0000</pubDate>
		<dc:creator><![CDATA[mog]]></dc:creator>
				<category><![CDATA[business]]></category>
		<category><![CDATA[lifestyle]]></category>
		<category><![CDATA[Production]]></category>
		<category><![CDATA[accommodation]]></category>
		<category><![CDATA[hotel]]></category>
		<category><![CDATA[zanzibar]]></category>

		<guid isPermaLink="false">http://www.mogmachine.com/?p=2546</guid>
		<description><![CDATA[<p>Coral Rock is a boutique hotel in Zanzibar.</p>
<p>The post <a rel="nofollow" href="http://www.mogmachine.com/coral-rock/">Coral Rock</a> appeared first on <a rel="nofollow" href="http://www.mogmachine.com">mogmachine</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Coral Rock is a boutique hotel in Zanzibar.</p>
<p>The website is a WordPress powered system setup to allow the owners to update and maintain it with the greatest ease.</p>
<p>The post <a rel="nofollow" href="http://www.mogmachine.com/coral-rock/">Coral Rock</a> appeared first on <a rel="nofollow" href="http://www.mogmachine.com">mogmachine</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mogmachine.com/coral-rock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dimensions Festival 2013</title>
		<link>http://www.mogmachine.com/dimensions-festival-2013/</link>
		<comments>http://www.mogmachine.com/dimensions-festival-2013/#comments</comments>
		<pubDate>Wed, 26 Jun 2013 20:09:44 +0000</pubDate>
		<dc:creator><![CDATA[mog]]></dc:creator>
				<category><![CDATA[festival]]></category>
		<category><![CDATA[lifestyle]]></category>
		<category><![CDATA[Production]]></category>
		<category><![CDATA[Croatia]]></category>
		<category><![CDATA[outlook]]></category>

		<guid isPermaLink="false">http://www.mogmachine.com/?p=2543</guid>
		<description><![CDATA[<p>Now in its second year, Dimensions is the sister festival to the highly successful Outlook Festival.</p>
<p>The post <a rel="nofollow" href="http://www.mogmachine.com/dimensions-festival-2013/">Dimensions Festival 2013</a> appeared first on <a rel="nofollow" href="http://www.mogmachine.com">mogmachine</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Now in its second year, Dimensions is the sister festival to the highly successful Outlook Festival.</p>
<p>It follows the same content driven WordPress architecture optimised for speed and performance under high traffic loads.</p>
<p>The post <a rel="nofollow" href="http://www.mogmachine.com/dimensions-festival-2013/">Dimensions Festival 2013</a> appeared first on <a rel="nofollow" href="http://www.mogmachine.com">mogmachine</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mogmachine.com/dimensions-festival-2013/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HC Insider</title>
		<link>http://www.mogmachine.com/hc-insider/</link>
		<comments>http://www.mogmachine.com/hc-insider/#comments</comments>
		<pubDate>Wed, 26 Jun 2013 20:07:21 +0000</pubDate>
		<dc:creator><![CDATA[mog]]></dc:creator>
				<category><![CDATA[business]]></category>
		<category><![CDATA[magazine]]></category>
		<category><![CDATA[Production]]></category>
		<category><![CDATA[corporate]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.mogmachine.com/?p=2540</guid>
		<description><![CDATA[<p>HC Insider is a closed network internal publishing system for communications between employees of Human Capital Search.</p>
<p>The post <a rel="nofollow" href="http://www.mogmachine.com/hc-insider/">HC Insider</a> appeared first on <a rel="nofollow" href="http://www.mogmachine.com">mogmachine</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>HC Insider is a closed network internal publishing system for communications between employees of Human Capital Search.</p>
<p>The system allows the sharing of knowledge between various individuals and groups through a custom developed WordPress driven platform.</p>
<p>The post <a rel="nofollow" href="http://www.mogmachine.com/hc-insider/">HC Insider</a> appeared first on <a rel="nofollow" href="http://www.mogmachine.com">mogmachine</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mogmachine.com/hc-insider/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fortune Films</title>
		<link>http://www.mogmachine.com/fortune-films/</link>
		<comments>http://www.mogmachine.com/fortune-films/#comments</comments>
		<pubDate>Wed, 26 Jun 2013 20:05:06 +0000</pubDate>
		<dc:creator><![CDATA[mog]]></dc:creator>
				<category><![CDATA[business]]></category>
		<category><![CDATA[Production]]></category>
		<category><![CDATA[film]]></category>
		<category><![CDATA[production]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.mogmachine.com/?p=2537</guid>
		<description><![CDATA[<p>Fortune Films are a London based film production company.</p>
<p>The post <a rel="nofollow" href="http://www.mogmachine.com/fortune-films/">Fortune Films</a> appeared first on <a rel="nofollow" href="http://www.mogmachine.com">mogmachine</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Fortune Films are a London based film production company.</p>
<p>The site is a fully responsive WordPress site optimised for tablets and mobile which aggregates content from Vimeo.</p>
<p>The post <a rel="nofollow" href="http://www.mogmachine.com/fortune-films/">Fortune Films</a> appeared first on <a rel="nofollow" href="http://www.mogmachine.com">mogmachine</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mogmachine.com/fortune-films/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>James Boulding</title>
		<link>http://www.mogmachine.com/james-boulding/</link>
		<comments>http://www.mogmachine.com/james-boulding/#comments</comments>
		<pubDate>Wed, 26 Jun 2013 20:02:38 +0000</pubDate>
		<dc:creator><![CDATA[mog]]></dc:creator>
				<category><![CDATA[lifestyle]]></category>
		<category><![CDATA[Production]]></category>
		<category><![CDATA[kite]]></category>
		<category><![CDATA[kitesurf]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.mogmachine.com/?p=2526</guid>
		<description><![CDATA[<p>James Boulding is a professional kitesurfer and film maker.</p>
<p>The post <a rel="nofollow" href="http://www.mogmachine.com/james-boulding/">James Boulding</a> appeared first on <a rel="nofollow" href="http://www.mogmachine.com">mogmachine</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>James Boulding is a professional kitesurfer and film maker.</p>
<p>The is an image powered single page acting as a funnel to various social networks and network sites.</p>
<p>The post <a rel="nofollow" href="http://www.mogmachine.com/james-boulding/">James Boulding</a> appeared first on <a rel="nofollow" href="http://www.mogmachine.com">mogmachine</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mogmachine.com/james-boulding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aminex Forum</title>
		<link>http://www.mogmachine.com/aminex-forum/</link>
		<comments>http://www.mogmachine.com/aminex-forum/#comments</comments>
		<pubDate>Wed, 26 Jun 2013 19:56:31 +0000</pubDate>
		<dc:creator><![CDATA[mog]]></dc:creator>
				<category><![CDATA[business]]></category>
		<category><![CDATA[Production]]></category>
		<category><![CDATA[corporate]]></category>
		<category><![CDATA[forum]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.mogmachine.com/?p=2352</guid>
		<description><![CDATA[<p>Aminex is an institution that celebrates women and their stories.</p>
<p>The post <a rel="nofollow" href="http://www.mogmachine.com/aminex-forum/">Aminex Forum</a> appeared first on <a rel="nofollow" href="http://www.mogmachine.com">mogmachine</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Aminex is an institution that celebrates women and their stories.</p>
<p>The site is a fully responsive WordPress driven system.</p>
<p>The post <a rel="nofollow" href="http://www.mogmachine.com/aminex-forum/">Aminex Forum</a> appeared first on <a rel="nofollow" href="http://www.mogmachine.com">mogmachine</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mogmachine.com/aminex-forum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KiteSista Shop</title>
		<link>http://www.mogmachine.com/kitesista-shop/</link>
		<comments>http://www.mogmachine.com/kitesista-shop/#comments</comments>
		<pubDate>Wed, 26 Jun 2013 19:53:44 +0000</pubDate>
		<dc:creator><![CDATA[mog]]></dc:creator>
				<category><![CDATA[commerce]]></category>
		<category><![CDATA[lifestyle]]></category>
		<category><![CDATA[magazine]]></category>
		<category><![CDATA[Production]]></category>
		<category><![CDATA[kite]]></category>
		<category><![CDATA[kitesurf]]></category>
		<category><![CDATA[shopp]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.mogmachine.com/?p=2349</guid>
		<description><![CDATA[<p>The KiteSista shop is an online boutique to accompany the KiteSista Magazine site.</p>
<p>The post <a rel="nofollow" href="http://www.mogmachine.com/kitesista-shop/">KiteSista Shop</a> appeared first on <a rel="nofollow" href="http://www.mogmachine.com">mogmachine</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>The KiteSista shop is an online boutique to accompany the KiteSista Magazine site. </p>
<p>It runs on WordPress and the Shopp commerce system.</p>
<p>The post <a rel="nofollow" href="http://www.mogmachine.com/kitesista-shop/">KiteSista Shop</a> appeared first on <a rel="nofollow" href="http://www.mogmachine.com">mogmachine</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mogmachine.com/kitesista-shop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
