hrtwrk
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress database error on startpageServer-side SQL error. Thanks.
Forum: Fixing WordPress
In reply to: WordPress database error on startpageOh, site is:
Forum: Fixing WordPress
In reply to: WordPress database error on startpageI’m having a similar problem. I get this error message:
WordPress database error: [Can't create/write to file '/tmp/#sql_18bd_2.MYI' (Errcode: 5)]Followed by:
SELECT DISTINCT * FROM wp_posts WHERE 1=1 AND post_date_gmt <= '2005-11-28 15:17:59' AND (post_status = "publish") AND post_date >= '2005-11-23 12:31:40' GROUP BY wp_posts.ID ORDER BY post_date DESCAny clue? I haven’t done anything other than regular posting (i.e. I haven’t been changing code)
Forum: Fixing WordPress
In reply to: PHP If/Else issue destroys my CSS?Hm… using the instructions from the Codex article gives me an error message everytime:
Parse error: parse error, unexpected '!' ... on line 20And i’m confused by the articles statement that part of the code goes after <?php the_date(); ?> since I don’t have a tag of that variety anywhere.
I’m at a loss here. It seems like this should be much simpler than i’m making it.
Forum: Fixing WordPress
In reply to: PHP If/Else issue destroys my CSS?Thanks everyone. I’ll look into these plugins.
@ Beel – And by “messes” I simply mean that after the PHP else tag, it no longer reads the CSS (or at least doesn’t include it). The site is live and works minus the hack, hence why I didn’t bother (and usually don’t nother) with looking at validation. I assumed that the issue was with the hack, not divs or spans, since the site works fine without those lines of code. Thank you for the suggestion.
Forum: Fixing WordPress
In reply to: PHP If/Else issue destroys my CSS?@ Masquerade – so you’re saying this hack won’t work in the version of WP i’m running?
@ Beel – I know it’s not trendy to say this, but validating a page isn’t on my to-do, so long as it works cross-browser. I’m no web designer.
Forum: Plugins
In reply to: Remaindered Link/Aside issueGood call on the missing <?php } ?> tag. It’s always something simple.
Thank you kindly.
Forum: Plugins
In reply to: Remaindered Link/Aside issue@ Beel – I fixed the split code. I’m not sure why that was there either. I’m not sure what you mean by the first comment though. Could you explain a bit more (talk to me liek i’m an idiot, I promise it’s ok).
@ Ming – Thanks.
Forum: Installing WordPress
In reply to: Blogger IssuesI just manually fixed those posts. But now there are new issues.
* In my archives, I have July 2005-February 2004 show up, as they should. But I also have an archive show up for “12” “10” “9” etc. Those archive titles are empty, but I can’t figure out how to delete them. Thoughts?
* After the import from Blogger, I have a bunch of duplicate posts (hundreds… possibly even a duplicate of every post) with the post date 12/31/69 at 5:59:59am. Is there any way to batch select (and then delete) a group of posts by post date?