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” [...]
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 [...]
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 [...]
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 [...]
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 [...]
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 [...]
Recent Comments