trib
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Simple Tags] Updated to 1.7.2I have the same issue – plugin page says it activates, but it doesn’t.
I did it first as an upgrade and then purged my options table and reinstalled. No joy either way.
Forum: Fixing WordPress
In reply to: No admin login cookie in 2.7Is there any way we can bump or prioritize this, please? It’s certainly not a showstopper, but it is significantly annoying.
Forum: Fixing WordPress
In reply to: No admin login cookie in 2.7I have the same issue, although only on Firefox and not on Safari. I would really like some help on this from the admins, please.
Steve
Forum: Fixing WordPress
In reply to: Two Empty Rows above All FeedsI also have this issue with WP 2.0.2. I is NOT related to plugins, as I have tried deactivating them all.
Forum: Fixing WordPress
In reply to: Plugin Rewriting Less specific rule is being matchedMy suspicion now, after doing some fiddling with .htaccess on another issue, my current feeling is that this issue is a combination of several factors (none of which, unfortunately, I have the smarts to fix at this time):
- WP 2.0’s internal mod_rewrite implementation is busted, at least partially, and messes with actual mod_rewrite.
- Either as a consequence of the above, or less likely as an entirely separate issue, mod_rewrite and .htaccess aren’t behaving properly on the hosted server I’m on.
Someone must have a clue about this… Any ideas?
Forum: Fixing WordPress
In reply to: Plugin Rewriting Less specific rule is being matchedI’m the user Christine’s trying to support. Interestingly, it seems mod_rewrite could be the issue as I have added a few lines to my .htaccess to catch some links that are still coming in for an old RSS feed address. So, I’ve added the following to my .htaccess and it apparently does nothing.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^index\.rdf$ /feed/ [R]
</IfModule>So, any ideas?
Forum: Fixing WordPress
In reply to: WP 2.0 messed up my permalinksRyan’s patches have both worked and not worked for me…
My Extended Live Archives were totally borked, and installing the patched files has brought it back to life. Hooray!
However, The ability to generate a tag-based index when using anything other than the default URL format with Ultimate Tag Warrior is still broken. I am not sure of a solution on that at this point, but am talking with the plugin author, Christine, about it.