Okay, I turned error reporting ON because lately every once in a while my blogging system just displays a white page with no text. (which I believe is a sign that there is a PHP error)
So I turned it on, and I got a lot of error code on my home page. http://www.sleddoggin.com/blogs/
Now it looks like I have a couple of problems in the code. These are just some of them.
Notice: unserialize(): Error at offset 0 of 13 bytes in /home/sleddog-admin/public_html/blogs/wp-includes/functions.php on line 258
Following is the code on that line: if (! unserialize($value) )
Notice: Undefined variable: pagenow in /home/sleddog-admin/public_html/blogs/wp-content/mu-plugins/akismet.php on line 535
Following is the code on that line: if ( 'moderation.php' == $pagenow ) {
So do you think the problem with the system is possibly the Akismet plugin? Or am I having a problem with unserialized error?
You can view the other bugs at: http://www.sleddoggin.com/blogs/
Thanks,
Christian