Nazgul
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Brinkster updated their mysql server and I have an error.I took a look at the MySQL 4.1.20 Changelog and as far as I can tell this fixes a issue within MySQL. Therefore it looks like it doesn’t require changes in the calling (for instance WordPress) programs.
And I would expect more people to experience this issue if it was a WordPress related issue.
Try asking them which version they were running before the upgrade. Maybe it’s something else that was changed that’s causing this issue.
Forum: Your WordPress
In reply to: How about we share “The plugin we use”I just spent a couple of hours playing with plug-ins on my site, so I dedicated a blog post to the ones I use.
Forum: Everything else WordPress
In reply to: Link gets modified when saved in a post.Try the WordPress 2.0.3 Tuneup plugin. It should fix your issue
Forum: Fixing WordPress
In reply to: Can’t select databaseAsk your hosting service if they changed something to MySQL recently, because this sounds like an error on the database side if everything used to work.
Forum: Fixing WordPress
In reply to: permalink & category not working togetherYou gave us just 6 minutes…
Miracles I do immediately, the rest takes some time.
Forum: Fixing WordPress
In reply to: Can’t remove TinyMCEYou said you disabled it in the Options screen. Did you also disable it within your user profile page?
Forum: Fixing WordPress
In reply to: permalink & category not working togetherHe wants a link to your blog, so we can see the problem ourselves. ??
Forum: Fixing WordPress
In reply to: Grab content for my home pageYes, you can do it with an iframe or something similar, but it’s not an optimal solution if you take useability/accesibillity/… into account.
Is the .shtml generated by something? Else it shouldn’t be too hard to convert it to .php.
Forum: Fixing WordPress
In reply to: Updating Upload PermalinksYou added those links to your post while adding entries to your blog. Therefore there’s no relation/link between your WordPress configuration and those links. And WordPress can’t change what it doesn’t know about.
Forum: Fixing WordPress
In reply to: Why the sidebar dropping to the bottom?Whenever I encounter stuff like this, I usually start by checking (and if needed, fixing) the XHTML validity. Most issues can be solved this way.
Forum: Installing WordPress
In reply to: /wp-admin/install.php is BLANK.If you have shell access, try logging in to MySQL through the shell with the username and password from your wp-config.php file.
If that works, it’s most likely not a database connection problem..
Forum: Fixing WordPress
In reply to: WP Head ErrorI assume you’re talking about the wp head plugin, based on the error message?
But I’m afraid I can’t really help you, except asking if you tried re-uploading/re-installing the plugin?
Forum: Requests and Feedback
In reply to: Easier Upgrade MethodSecurity updates aren’t released for nothing.
By not upgrading you leave yourself wide open for possible hack attempts.
If the choice is upgrading or waiting for somebody else to delete my blog (or worse), I know what I’d choose.
And the upgrade process isn’t that hard. Just follow the detailed upgrade instructions and you should be alright. (I did)
The suggestion with the upgrade page you provided sounds nice, but a lot of hosting services don’t allow file editing from the web, making this option ‘useless’ for a lot of people.
The current procedure doesn’t have such a dependency.Forum: Everything else WordPress
In reply to: error character escapingWhat version of WordPress are you running?
If it’s 2.0.3, try the WordPress 2.0.3 Tuneup plugin.
Forum: Plugins
In reply to: Always Show ALL CategoriesIn the sidebar.php of your theme look for a call to the wp_list_cats function and give a hide_empty=0 argument to it.
So it should be looking something like this:
wp_list_cats(‘sort_column=name&hide_empty=0’);