That looks like something you need to ask your host about. Httpd_conf is an apache configuration file.
[Unknown column ‘time_modified’ in ‘order clause’]
SELECT * FROM wp_posts WHERE post_status = ‘static’ ORDER BY time_modified ASC
is a httpd_conf host issue?
This is what I get from your link:
Site Temporarily Unavailable
We apologize for the inconvenience. Please contact the webmaster/ tech support immediately to have them rectify this.
error id: “bad_httpd_conf”
Ive cleared my cache, cookies, etc and see my site accept with that error. Assuming its viewable, how do I fix that wp error?
Safe to assume the error goes away if you change themes?
If so, you’ll either want to change themes or dig into that one and figure out where its problem lies.
Yes it does…its a 1.5 theme. So I mean its skipping a few WP releases. Should I just not use it?
You can edit the theme to deal with the error:
http://wordpress.org/support/topic/57067#post-309323
Just locate the template making use of wp_list_pages().
That worked…but now I have this strange “Page”.
Nevermind…got it. Thanks so much!