Archive for the ‘OSS Content Managment’ Category

A number of our clients wanted to upgrade to the new WordPress 3.0. When performing the upgrades for our clients, we found that almost 1 out of every 2 clients experienced the all too common “Fatal Error: Allowed Memory Size” problem.

The WordPress forums suggested using a plug-in called Memory Bump to fix these errors. The instructions are quite clear in disabling all plug-ins before installing Memory Bump. Once it was installed, it should address the issue. After following their instructions 100%, we were not able to resolve the issue.

My initial research found that Some expert solutions have been offered including editing the php.ini file and adding “memory_limit = 128M ;”. We tried this and found that the solution did not work.

A number of sites suggested an easier solution to the problem:

  • Fire up your favorite command line editor
  • Open the “wp-config.php” file
  • Add “define(‘WP_MEMORY_LIMIT’, ’128M’);” after
  • Save the file

After reloading the administrative dashboard all functionally returned to normal.

I understand that WordPress is a complex web application. However, I think that in the near future WordPress needs to address their memory issues. They’ve had these popping up more and more since version 2.0.

Real-time Open Source Web Analytics Software

Google Analytics is a great free resource to help track information about your website. It gives you decent statistics and reports about what’s going on with your site.  But what happens when you need a “real time” statistics and information concerning the performance and website traffic? PIWIK is the answer! We’ve set each of our clients up on PIWIK to give them immediate feedback as-to-what’s going on with their website.

Pikwi is an open source web analytics software program. While there is many programs out there that can process your logs and give you immediate feedback, there are very few options that will give you statistics and meaningful information in real time. PIWIK also contains a full API allowing you to either customize the software or create plug-ins to many other software packages.

We particularly love the fact that PIWIK is Multi-User and Multi-Website capable. As an online marketing and eCommerce company, we love the fact that we can get high-level summaries of what’s going on with all of our customer’s sites in one easy to read dashboard page.

After a quick 5 minute installation, you simply fill out a quick form, and add a small javascript code to your website, similar to the following:

<!– Piwik –>

<script type=”text/javascript”>

var pkBaseURL = ((“https:” == document.location.protocol) ? “https://www.studio1909.com/piwik/” : “http://www.studio1909.com/piwik/”);

document.write(unescape(“%3Cscript src=’” + pkBaseURL + “piwik.js’ type=’text/javascript’%3E%3C/script%3E”));

</script><script type=”text/javascript”>

try {

var piwikTracker = Piwik.getTracker(pkBaseURL + “piwik.php”, 10);

piwikTracker.trackPageView();

piwikTracker.enableLinkTracking();

} catch( err ) {}

</script><noscript><p><img src=”http://www.studio1909.com/piwik/piwik.php?idsite=10″ style=”border:0″ alt=”" /></p></noscript>

<!– End Piwik Tag –>

You’re now ready for real time tracking of your site. You just released an email campaign? You’ll know immediately how effective your campaign is. Just posted a new blog? Great, you don’t have to wait for Google Analytics to give you insight as to what people are looking at.

We’re excited to offer this open source software along with our other favorite analytics packages such as ClickHeat and (SMT) Simple Mouse Tracking.

Check back frequently with www.studio1909.com for additional tips, tricks, and recommendations related to online marketing and eCommerce solutions.