willfulexpose
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: I used Hashcash to break Apache, then broke feedThe Apache dies when I try to comment. I may have just too old of a version. Unfortunately, I’m giving up on this plugin. I’ll still make an ode to you though.
Forum: Fixing WordPress
In reply to: I used Hashcash to break Apache, then broke feedNow the site isn’t loading at all. I think the Apache might be off again. Depressing!
Forum: Fixing WordPress
In reply to: I used Hashcash to break Apache, then broke feedI checked index.php, wp-comments-post.php, wp-comments.php, wp-hashcash.php, or even md5.js. Didn’t see any white space.
Thanks for your help, so much!Forum: Fixing WordPress
In reply to: I used Hashcash to break Apache, then broke feedHmm, more specifically, the first permalink doesn’t work (it loads the original page), others do. Unfortunately, trying to post a comment generates more bad messages:
Warning: Cannot add header information – headers already sent by (output started at /home/webadmin/willfulexpose.infinityhost.com/html/wp-content/plugins/wp-hashcash.php:2) in /home/webadmin/willfulexpose.infinityhost.com/html/wp-comments-post.php on line 177
…and on lines 179, 181, 185, 187, 189, 191, 201. I never touched that php file!
Forum: Fixing WordPress
In reply to: I used Hashcash to break Apache, then broke feedAfter removing…
<?php header(“Content-type: text/html; charset=utf-8”); ?>
…which I had used to validate my feed, the message is still gone. Individual pages still not loading though.
Forum: Fixing WordPress
In reply to: I used Hashcash to break Apache, then broke feedOkay, implemented with no editing of WP files. At the top of my site lies this message:
Warning: Cannot add header information – headers already sent by (output started at /home/webadmin/willfulexpose.infinityhost.com/html/wp-content/plugins/wp-hashcash.php:2) in /home/webadmin/willfulexpose.infinityhost.com/html/index.php on line 8
I also can’t load individual post pages.
Forum: Fixing WordPress
In reply to: I used Hashcash to break Apache, then broke feedYes I did try it without modifying any files. After all that’s happened, I forget what was wrong. I’ll try again, without modifying any WP files.
Forum: Fixing WordPress
In reply to: I used Hashcash to break Apache, then broke feedPerhaps the Apache was wrong all along and that’s why the plugin didn’t work. I had timeouts, the comment box wouldn’t load, and something in the “form” was wrong. I did, however, insert the code correctly. As far as I could see…
Forum: Fixing WordPress
In reply to: I used Hashcash to break Apache, then broke feedOkay, so I fixed the “Your feed appears to be encoded as “utf-8”, but your server is reporting “US-ASCII” and now I’m SUPPOSEDLY valid. But still not good enough for Sharpreader. I still need help.
Forum: Fixing WordPress
In reply to: Layout Can’t Handle Frames in IE6Okay, apparently the background-position: fixed; thing was causing the problem. No clues why, but I’ve fixed it now.
Forum: Fixing WordPress
In reply to: Layout Can’t Handle Frames in IE6I have figured out that the problem is definitely CSS. I think you can view my CSS by going here. I suspect the opacity is causing the problem.
Forum: Plugins
In reply to: display number or stories in categoryMy problem with _mf_’s solution is that it changes the default order of the categories and removes the outline structure.
Instead I use:
<?php list_cats(optioncount=1); ?>Forum: Fixing WordPress
In reply to: My posts begin with “<<<<<…” and chop off textMidori, you’re the best. It was a plugin. Now I just have to figure out which one…Ah hah. MarkDown 1.0b4. Since I don’t even know what it was doing for me, I guess I’ll never miss it.
Thanks again.