stickyc
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: WordPress sticker/decal?Ditto – I’d love to get one or two for my laptops.
Forum: Fixing WordPress
In reply to: Comments submit = 404 errorIt turns out there was some sort of error in either the permalink or .htaccess structure. Changing the permalink format and updating my .htaccess file fixed the issue (thanks to the folks on IRC for that one!).
Forum: Fixing WordPress
In reply to: 1.2 -> 1.5 upgrade, Archive & Comment links dont workUhoh, I think v1.5.1 broke this workaround. It’s now forcing a trailing / on the end of the Blog Address URI, where
“www.stickyc.com/index.php”
would change links into
“www.stickyc.com/index.php?p=9”,
now with v1.5.1, it’s
“www.stickyc.com/index.php/?p=9”.If I leave the Blog Address URI at “www.stickyc.com/”, then the links are just
“www.stickyc.com/?p=9”
and don’t get interpreted properly.
I’m not in control of my server config. Any ideas how to fix this?Forum: Fixing WordPress
In reply to: 1.2 -> 1.5 upgrade, Archive & Comment links dont workBingo – A post there pointed me in the correct direction. I had the Blog Address (under General Options) just set my base URL (http://www.stickyc.com). I changed it to “http://www.stickyc.com/index.php” and that seems to have fixed things.
Thanks!
Forum: Fixing WordPress
In reply to: 1.2 -> 1.5 upgrade, Archive & Comment links dont workSorry, http://www.stickyc.com/index.php
I’m back to the default theme right now for debugging. Note that I’ve temporarily renamed wp-comments-post.php to a temporary file as I got hammered by spam within minutes of upgrading (I’d renamed it under 1.2 which pretty much killed comment spam). Even with the file properly named, the comment link still fails.BTW – I can no longer find the file that references it to change the calling link as well – Maybe my grep skills are a little rusty and I’m not searching properly…
Forum: Fixing WordPress
In reply to: 1.2 -> 1.5 upgrade, Archive & Comment links dont workI followed the steps here (http://codex.wordpress.org/Upgrading_WordPress), which appear pretty much identical. I did not migrate my existing template, but rather grabbed a new one and moved a few minor sidebar tweaks (amazon media, Adsense HTML, etc). Even using the default Theme, this manifests itself.