Archive

Archive for the ‘WordPress’ Category

Causes Of WordPress White Screen Of Death

April 29th, 2011

Here are some causes of the dreaded WordPress White Screen of Death and possible solutions:

The most common cause, in my experience is a PHP error in a plugin. Maybe one you are working on ;-)

This could be due to a duplicate function name. This may arise from re-including a file, where you should use the “require_once” [...]

Categories: WordPress Tags:

Reason for Fatal error: Cannot redeclare function when activating plugin in WordPress

February 6th, 2011

When activating a plugin in WordPress you may see a fatal error message that suggests that a function cannot be redeclared even though the plugin code does not redeclare it.

The real problem however is due to a bug in the plugin code that triggers a PHP error. But, WordPress for whatever reason masks this error message [...]

Categories: WordPress Tags:

You do not have sufficient permissions to access this page

January 1st, 2011

This is a WordPress error where all you see is a message saying You do not have sufficient permissions to access this page I have resolved this problem.

It stems from the Wordpress database prefix that you use. If it is wp_ which is the default, then I don’t think you will ever see this error. But [...]

Categories: WordPress Tags:

How To Code A WordPress Side Bar Widget Example

May 6th, 2010

In some ways it is easier to code a WordPress side bar widget than a WordPress plugin and they are generally cooler IMO.

So I want to give you an example that you can use for a template.

I got the impetus to write this post after really enjoying reading Udi Schlessinger’s blog archive of Crazy Funny Posts [...]

Categories: Code, WordPress Tags:

Becoming a WordPress Tycoon

April 21st, 2010

Given that the WordPress platform is becoming a standard tool of choice for Internet Marketing Bloggers, heck I am one of them! Isn’t it a scary situation that we are all hooked up with this one solution?

The dream of becoming a WordPress Tycoon is surely a big driving force. So is it any wonder that we [...]

Categories: WordPress Tags:

Leveraging WordPress

February 18th, 2010

Lately I am thinking to use the WordPress engine for almost all websites that I have in mind to implement. Also, I am using it to convert existing sites over to WP.

For example, today I converted an old PR3 web directory to be powered by Wordpress.

Why do this you may ask?

The reason is that I found [...]

Categories: WordPress Tags: