Database errors and trying to post my first blog entry
-
Hello – my website is https://www.infrasupport.com. The website has a bunch of static pages and these all work the way I want. I am using the free Responsive theme.
Now I want to set up a blog posting page. I have a static home page named “Home” and a blank page named “Blog”. In wp-admin, Settings…Reading, I set the front page to “home” and Posts page to “Blog”.
This should make my blog posts show up in my “Blog” page, right?
I did my first blog post but when I view the post, I only see sort of a blank page. It displays a page with my logo and menu, everything else blank. I put in a menu selection to navigate to my “Blog” page. When I select this menu, I see the default template for the Responsive theme.
Looking at error_log, I see errors similar to below every time anyone acceses any page on my website:
[Fri Mar 22 17:45:40.098973 2013] [:error] [pid 21401] [client 71.63.225.215:49293] WordPress database error Can’t create/write to file ‘/tmp/#sql_435_0.MYI’ (Errcode: 2) for query SELECT t.*, tt.* FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON tt.term_id = t.term_id INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id WHERE tt.taxonomy IN (‘post_tag’) AND tr.object_id IN (53) ORDER BY t.name ASC made by require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/responsive/full-width-page.php’), get_header, locate_template, load_template, require_once(‘/themes/responsive/header.php’), wp_head, do_action(‘wp_head’), call_user_func_array, All_in_One_SEO_Pack->wp_head, All_in_One_SEO_Pack->get_all_keywords, get_the_tags, get_the_terms, wp_get_object_terms, referer: https://www.infrasupport.com/
Something tells me these database errors are related to my blog problem but I am not sure how to troubleshoot it. I am hosting this myself and the /tmp directory is wide open. I can create files in /tmp all day long. How do I attack this problem? What does that error mean and how do I correct it?
thanks
– Greg Scott
- The topic ‘Database errors and trying to post my first blog entry’ is closed to new replies.