skippy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Error Accessing “Manage”, and BlogA quick Google search produces a number of helpful suggestions.
Forum: Requests and Feedback
In reply to: A-few IdeasSeveral plugins exist to solve your #6. These should remain as plugins, and not be bundled in the core, because they’re using the wrong technology to solve the problem.
Update notification is most elegantly handled with RSS and Atom feeds. WordPress presents a number of flexible feed options, for the whole site, individual categories, specific authors, and comments. These allow for a granular subscription mechanism that is extremely hard to replicate via email.
Forum: Alpha/Beta/RC
In reply to: Hogging CPUForum: Fixing WordPress
In reply to: Email problems on IIS 6.0 serverTry using the wpPHPmailer plugin:
http://www.coffee2code.com/archives/2004/06/28/plugin-wpphpmailer/Forum: Alpha/Beta/RC
In reply to: 2.0 RC2 Backup failureThe plugin, by design, stores temporary files in the backup directory. When it has successfully delivered the file to you, it cleans up after itself.
How big is your database?
Forum: Alpha/Beta/RC
In reply to: RC3 is outAtom 1.0 will, unfortunately, not be added to the 2.0 release. No one has ponied up a correct patch, and the scope of the changes make it too great a change to introduce this late in the game. Maybe for 2.1
Yes, it sucks. But that’s the way it is.
Forum: Alpha/Beta/RC
In reply to: 2.0 RC2 Backup failureUsing Debian GNU/Linux (Unstable) with Firefox 1.0.6 and a freshly updated SVN checkout of WordPress 2.0, I was able to successfully backup the core database tables.
I was also able to successfully backup the core tables, plus the single non-core table in my test database.
Forum: Requests and Feedback
In reply to: Spam while option “user must be registered to…” is activatedThe spam messages you received are most likely trackbacks.
You can use Bad Behavior to block a great many of these automated spam attacks.
Forum: Fixing WordPress
In reply to: WordPress Database ErrorA quick Google search produces a link to this post suggesting problems with PHP5. It’s certainly a host issue, either way.
Forum: Your WordPress
In reply to: one account, multiple blogs..doable on WP?Installing multiple blogs gives some suggestions, including my own vhost plugin.
Another, probably superior, option is to use WordPress MU, the version of WordPress that powers wordpress.com.
Forum: Installing WordPress
In reply to: Page V Post CMS questionForum: Installing WordPress
In reply to: Yahoo not reading my permalinks, it indexes “/index.php?cat=61”My guess is that someone somewhere linked to a crufty URL, and Yahoo cached it, and has been using that.
Try using the permalinks redirect plugin.
Forum: Fixing WordPress
In reply to: number of commentsYou need to use a plugin. Try this one. (I’ve not tried it myself)
Forum: Alpha/Beta/RC
In reply to: [RC 1 Bug] comment-functions.php errorBugs should be filed at trac.wordpress.org.
Forum: Fixing WordPress
In reply to: WP Hacked TwiceThere’s no easy solution for preventing write access to your files if your host is running Apache with your user ID.
I should qualify this all by saying that I’ve never used this feature of Apache, so I might be wildly mistaken.