I got error message when I try to access Stats menu from my dashboard.

Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 79 bytes) in /home/hosting/public_html/mydomain.net/wp-includes/wp-db.php on line 958

It seem I have memory limitation and need to reconfigure first some point in my wordpress.

Configure WordPress Memory Limit

Add this line in wp-config.php

define('WP_MEMORY_LIMIT', '64M');

Try again and I have no luck. Still same error.

Move the blog with sub domain in my vps account and set the limit to 384 give me great result.

The problem is 64M already place as highest memory value I can use  as I stand in shared host.

Investigate WordPress database data

wp-db.php related to database and that clue give me hint to phpmyadmin and see the status :

wpdb error 1 wp db.php on line 958 error and wp memory limit

Continue reading »

 

I love wordpress as I can concentrate on writing …writing..writing and sleeping icon smile How to install cache solution for wordpress blog

Of course static HTML files still the best for me and I’d love to use any solution for my blog that will make the load faster and comparable to static files as HTML did.

As WordPress come with support of thousand plugin I decide to use one plugin that use by big player outside.

W3 Total Cache

Yes, I’ll deploy W3 Total Cache for hostingformula.net as I aware I use shared hosting at bluehost.

Install W3 Total Cache

Login to wordpress admin panel and click ‘Add New‘ sub menu under plugins,

install w3 total cache How to install cache solution for wordpress blog

Continue reading »

 

New WordPress version ready to serve : 2.9

A lot of feature that I like specially ‘trash”.

Sometime I delete wrong post or get it deleted by my friends who try to practice blog ( what an excellent way to destroy my blog )

From wordpress.org :

The coolest new stuff from a user point of view is:

  1. Global undo/”trash” feature, which means that if you accidentally delete a post or comment you can bring it back from the grave (i.e., the Trash). This also eliminates those annoying “are you sure” messages we used to have on every delete.
  2. Built-in image editor allows you to crop, edit, rotate, flip, and scale your images to show them who’s boss. This is the first wave of our many planned media-handling improvements.
  3. Batch plugin update and compatibility checking, which means you can update 10 plugins at once, versus having to do multiple clicks for each one, and we’re using the new compatibility data from the plugins directory to give you a better idea of whether your plugins are compatible with new releases of WordPress. This should take the fear and hassle out of upgrading.
  4. Easier video embeds that allow you to just paste a URL on its own line and have it magically turn it into the proper embed code, with Oembed support for YouTube, Daily Motion, Blip.tv, Flickr, Hulu, Viddler, Qik, Revision3, Scribd, Google Video, Photobucket, PollDaddy, and WordPress.tv (and more in the next release).

Cool eh icon smile Upgrade to wordpress 2.9 : Carmen

Just reminder. When ordinary upgrade procedure not sufficient you might want to try other procedure as described here :

alternate upgrade wordpress method when new method fail

© 2011 Hosting Formula Suffusion theme by Sayontan Sinha