WordPress home page showing 404 error

Try checking what your front page is set to in Settings > Reading. It should either have the your latest posts option selected, or the static page option selected and the front page set to a valid page. Edit: Wait… the http://www.walkerpoolenixon.com/wordpress url you provided doesn’t exist! Maybe you mean http://www.walkerpoolenixon.com/?

magic-quotes – breaks admin totally

You can check for details on open_basedir in PHP documentation. Your issues very well might be caused by it. Despite that scripts and styles are typically not affected by PHP settings, in case of WP admin by default they are loaded through PHP script for concatenation. It is hard to guess what and how exactly … Read more