Title: furrtrap's Replies | WordPress.org

---

# furrtrap

  [  ](https://wordpress.org/support/users/furrtrap/)

 *   [Profile](https://wordpress.org/support/users/furrtrap/)
 *   [Topics Started](https://wordpress.org/support/users/furrtrap/topics/)
 *   [Replies Created](https://wordpress.org/support/users/furrtrap/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/furrtrap/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/furrtrap/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/furrtrap/engagements/)
 *   [Favorites](https://wordpress.org/support/users/furrtrap/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 31 total)

1 [2](https://wordpress.org/support/users/furrtrap/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/furrtrap/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/furrtrap/replies/page/2/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Atom 1.0 Feed Problems](https://wordpress.org/support/topic/atom-10-feed-problems/)
 *  Thread Starter [furrtrap](https://wordpress.org/support/users/furrtrap/)
 * (@furrtrap)
 * [18 years, 12 months ago](https://wordpress.org/support/topic/atom-10-feed-problems/#post-626737)
 * You write:
 * >That’s not the error you indicated in the first place.
 * Someone needs to learn to read properly and stop being so downright condescending!
   Enough of this! That is *exactly* what I said in the first post.
 * I wrote:
 * >The feeds were validated here, and DO validate as Atom 1.0 feeds
    >Feed Validator
   thinks this media type shouldn’t be specified in Atom feeds.
 * I’ve never made any statement that there was an issue with the alternate link
   statement. Where did you get that from? Huh? You’re creating issues that simply
   aren’t there. Learn to read.
 * You write:
 * >That’s a header issue of some sort, because the atom feed is supposed to be 
   served as application/atom+xml. That’s why the header “Content type” stuff is
   at the top of the feed-atom.php file, to force the content type to the right 
   thing.
 * Yes I know it’s *supposed* to be application/atom+xml, that’s how it’s defined
   it in my header.php. FV knows it’s *supposed* to be application/atom+xml that’s
   why it’s flagged as an error to be defined as text/html in the feed.
 * If you can’t be bothered to properly read what I’ve said and stop being so downright
   condescending I just won’t bother flagging up these issues. I’ve got better things
   to do with my time than put up with such an appalling attitude.
 * Goodbye.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Atom 1.0 Feed Problems](https://wordpress.org/support/topic/atom-10-feed-problems/)
 *  Thread Starter [furrtrap](https://wordpress.org/support/users/furrtrap/)
 * (@furrtrap)
 * [18 years, 12 months ago](https://wordpress.org/support/topic/atom-10-feed-problems/#post-626495)
 * [@otto42](https://wordpress.org/support/users/otto42/):
 * (1) The error is the media type specified as text/html. FV is saying that not
   part of Atom spec? This error is nothing to do with self-reference in (3). If
   the feed is supplied as correct content type then why does it declare it as text/
   html? Surely there is a problem here…
 * (3) Self reference error relates to link at very end of post.
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [wp-cron overloading system resources?](https://wordpress.org/support/topic/wp-cron-overloading-system-resources/)
 *  [furrtrap](https://wordpress.org/support/users/furrtrap/)
 * (@furrtrap)
 * [18 years, 12 months ago](https://wordpress.org/support/topic/wp-cron-overloading-system-resources/#post-515425)
 * So far, no further issues with wp-cron if I add the server IP to the Bad Behavior
   whitelist.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [upgraded – now getting db error](https://wordpress.org/support/topic/upgraded-now-getting-db-error/)
 *  [furrtrap](https://wordpress.org/support/users/furrtrap/)
 * (@furrtrap)
 * [18 years, 12 months ago](https://wordpress.org/support/topic/upgraded-now-getting-db-error/#post-625820)
 * Mmmmm…
 * Just followed the forcing db upgrade link. Logged in as Admin, clicked on Options
   tab (thinking there was something in there with db version)…
 * It sorted itself out automatically. Footer says 2.3.
 * All OK. 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [upgraded – now getting db error](https://wordpress.org/support/topic/upgraded-now-getting-db-error/)
 *  [furrtrap](https://wordpress.org/support/users/furrtrap/)
 * (@furrtrap)
 * [18 years, 12 months ago](https://wordpress.org/support/topic/upgraded-now-getting-db-error/#post-625816)
 * [@silent1643](https://wordpress.org/support/users/silent1643/)
 * Just checked db_version in wp_options, confirm it is currently 6124. Will roll
   back to 6123 and re-run upgrade.php…
 * brb
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [upgraded – now getting db error](https://wordpress.org/support/topic/upgraded-now-getting-db-error/)
 *  [furrtrap](https://wordpress.org/support/users/furrtrap/)
 * (@furrtrap)
 * [18 years, 12 months ago](https://wordpress.org/support/topic/upgraded-now-getting-db-error/#post-625812)
 * Yes I’m getting this also on upgrading a local install of WP to 2.3. OK I’m not
   an SVN expert but I’d previously done an svn co on tag 2.2.3, this time round
   it was just a svn sw 2.3 … all appeared well.
 * ran wp-admin/upgrade.php
 * then…
 * WordPress database error: [Table ‘wp.wp_terms’ doesn’t exist]
    SELECT t.*, tt.*,
   tr.object_id 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 (‘category’, ‘post_tag’) AND tr.object_id
   IN (302) ORDER BY t.name ASC
 * OK so I checked the wp database in mysql and sure enough 3 new tables: wp_term_relationships,
   wp_term_taxonomy and wp_terms.
 * I’m not that ruffled as I have a full backup of everything. But it would be good
   to understand what fell over.
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [wp-cron overloading system resources?](https://wordpress.org/support/topic/wp-cron-overloading-system-resources/)
 *  [furrtrap](https://wordpress.org/support/users/furrtrap/)
 * (@furrtrap)
 * [19 years ago](https://wordpress.org/support/topic/wp-cron-overloading-system-resources/#post-515424)
 * [@otto42](https://wordpress.org/support/users/otto42/)
 * Thanks for the lead, believe it or not, I’d not actually dipped into the BB system
   folder, just the WP admin interface and the BB SQL table.
 * Now added server IP to whitelist.inc.php – I’ll check my logs on the next post.
 * For info to anyone with similar issues, I made 15 post edits on Sept 15th, so
   there were 15 wp-cron.php entries in the Apache log with HTTP 200 codes but also
   15 identical date/time entries in the BB SQL table with the server IP.
 * blacklist.inc.php is also interesting…
 * If this fixes up the problem (and WP 2.2.3 slowing down to 20 secs on some admin
   funcs) I’ll post here.
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [wp-cron overloading system resources?](https://wordpress.org/support/topic/wp-cron-overloading-system-resources/)
 *  [furrtrap](https://wordpress.org/support/users/furrtrap/)
 * (@furrtrap)
 * [19 years ago](https://wordpress.org/support/topic/wp-cron-overloading-system-resources/#post-515422)
 * Well I’m totally stumped on this one… I’ve read all the wp-cron issues and bad
   behavior. I’m running WP 2.2.3 and Bad Behavior 2.0.10.
 * All my HTTP requests for wp-cron.php come from my server’s IP (makes sense) and
   the HTTP return codes are 200. But my server’s IP is listed in the Bad Behavior
   database, so obviously it’s blocking wp-cron.php from working properly.
 * Anyone know how to fix it up?
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [How to exclude a category…](https://wordpress.org/support/topic/how-to-exclude-a-category/)
 *  [furrtrap](https://wordpress.org/support/users/furrtrap/)
 * (@furrtrap)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/how-to-exclude-a-category/#post-592586)
 * Just goes to show how valuable these forums really are 🙂
 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [Remove wp- from all code and files (be a real software)](https://wordpress.org/support/topic/remove-wp-from-all-code-and-files-be-a-real-software/)
 *  [furrtrap](https://wordpress.org/support/users/furrtrap/)
 * (@furrtrap)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/remove-wp-from-all-code-and-files-be-a-real-software/page/2/#post-583467)
 * In all my years in IT, I’ve never seen such a trivial and illogical request.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Moderated Unapproved Comments — Archiving](https://wordpress.org/support/topic/moderated-unapproved-comments-archiving/)
 *  [furrtrap](https://wordpress.org/support/users/furrtrap/)
 * (@furrtrap)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/moderated-unapproved-comments-archiving/#post-491785)
 * I can see a strong requirement for archiving malicious comments. I’ve just kicked
   off another thread on this with my thoughts in much more detail.
 * My post is here:
 * [http://wordpress.org/support/topic/126065](http://wordpress.org/support/topic/126065)
 * But for the time being, to keep a record of malicious comments, just save them
   as Spam. Manipulate the records later using MySQL.
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [How to exclude a category…](https://wordpress.org/support/topic/how-to-exclude-a-category/)
 *  [furrtrap](https://wordpress.org/support/users/furrtrap/)
 * (@furrtrap)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/how-to-exclude-a-category/#post-592565)
 * Try UCE, you can get it here, still in beta but it works fine if I’m understanding
   your requirement corrently (I don’t think I’ve quite got a grip on your category
   switching):
 * [http://www.fidgeting.net/wordpress-plugins/ultimate-category-excluder/](http://www.fidgeting.net/wordpress-plugins/ultimate-category-excluder/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Spam Moderation Panel Issue](https://wordpress.org/support/topic/spam-moderation-panel-issue/)
 *  [furrtrap](https://wordpress.org/support/users/furrtrap/)
 * (@furrtrap)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/spam-moderation-panel-issue/#post-582049)
 * Well for a start install Spam Karma 2 with Akismet + Bad Behaviour…. to at least
   cut down on all the trash you are getting.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [2.2 Hacked](https://wordpress.org/support/topic/22-hacked-1/)
 *  [furrtrap](https://wordpress.org/support/users/furrtrap/)
 * (@furrtrap)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/22-hacked-1/page/2/#post-576238)
 * With WP 2.2.1 on Bluehost.com, chmod 0400 wp-config.php seems to be working OK.
   I haven’t tested it extensively, but the site runs fine so far.
 * I can’t remember where I read it now, it *was* an SQL site, but the issue of 
   wp-config.php was raised as being a security issue as it’s normally 644 and on
   the website. There was a workaround – damn where was that link? – to place the
   MySQL database password outside of the web branch and still get it to work. The
   point of the article was there are security issues with the SQL pass being on
   the website aside from any shared hosting environment issues.
 * wp-config.php has always given me the willies regarding SQL access.
    Much happier
   that chmod 0400 seems to be OK with this critical file.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [WP Messes up PHP when using the runPHP plugin](https://wordpress.org/support/topic/wp-messes-up-php-when-using-the-runphp-plugin/)
 *  [furrtrap](https://wordpress.org/support/users/furrtrap/)
 * (@furrtrap)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/wp-messes-up-php-when-using-the-runphp-plugin/#post-586349)
 * [@jdembowski](https://wordpress.org/support/users/jdembowski/):
 * Thanks for the link to Exec-PHP, I just tried it with WP 2.2.1 and it works just
   fine in my posts.
 * I’m just using it so I can code all my hyperlinks with get_bloginfo() it makes
   site cloning much easier.
 * Great stuff, my workflow is now much more elegant 🙂

Viewing 15 replies - 1 through 15 (of 31 total)

1 [2](https://wordpress.org/support/users/furrtrap/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/furrtrap/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/furrtrap/replies/page/2/?output_format=md)