Bug reports thread

May 21, 2006

in Internet matters

[Update: 8 October 2006] This is no longer the proper location for reporting bugs. From now on, use the bug reporting page within the Sindarkwiki.

Found something wrong with a sibilant intake of breath or an associated site I run? Please report it here. I try to get everything operating as well as I possibly can, but there will always be oversights. Right now, when people report them, they tend to do so all over the place and it’s hard to keep track.

This covers all types of errors not directly related to a particular post: compatibility errors, access errors, formatting errors, etc.

Those who contribute here will earn fame and fortune. Well, my appreciation, at least. If you posted an unresolved issue on another post, please copy it over here.

Many thanks.

{ 3 trackbacks }

a sibilant intake of breath » Blog Archive » On modes of reasoning
August 3, 2006 at 10:43 pm
a sibilant intake of breath » Blog Archive » A small request for those commenting
August 8, 2006 at 10:15 am
a sibilant intake of breath » Blog Archive » Threading aspirations
October 7, 2006 at 12:55 am

{ 35 comments… read them below or add one }

Milan May 22, 2006 at 7:40 pm

10,000 points to anyone who can help solve the following problem:

Back when I used Blogger for content management, it generated two types of static HTML pages: post pages and archive pages.

The post pages were (and are) kept in folders within the root directory of http://www.sindark.com, sorted first by year, then by numerical month, then as a collection of files. The archive pages were (and are) kept within a folder called http://www.sindark.com/archive. Within that folder, there is one static HTML page for each month of this blog.

All of these pages have been indexed by Google.

When I switched to WordPress, I gave it control over http://www.sindark.com, putting a file called index.php in the root directory. I moved the no-longer updated Blogger version to http://www.sindark.com/blogger. It generated a new set of post and archive pages there.

Google has not indexed these.

I want to get rid of the original pages and automatically redirect people to the new locations, after they find them through Google. I suspect I can do this through htaccess, but I don’t know the syntax.

Can anybody help?

Many thanks.

Milan May 22, 2006 at 8:01 pm

I hasten to add – though Meghan will already been entirely familiar – that, like on Who’s Line is it Anyway?, the points I issue are notional.

B May 22, 2006 at 9:12 pm
Milan May 22, 2006 at 9:23 pm

B,

As far as I know, this question has nothing to do with PHP or MySQL.

It might be a helpful book, regardless.

Jo May 23, 2006 at 2:37 pm
Jo May 23, 2006 at 2:38 pm

Ooops!

This might help…

Jo May 23, 2006 at 2:39 pm

On another note, the background colour of some of the comments doesn’t work very well with the font and links colours – or at least on my computer at work.

Milan May 23, 2006 at 4:37 pm

Jo,

Re: htaccess

Since I do have both post and archive pages, the technique described in that thread doesn’t really apply. Also, I want to direct people from the old location of the Blogger pages to the new location of the Blogger pages – not to the equivalent WP pages.

Re: fonts and comments,

Compatibility is always an incredibly difficult thing to deal with. I test regularly on Firefox and IE6, where this template mostly works well (best in Firefox). I also use Safari to have a look, but it gets pretty mangled. In terms of rending pages, Safari is absolutely the worst browser out there. The latest version of Opera also seems to work for this template.

Which browser and version are you using?

Jo May 23, 2006 at 5:07 pm

It’s IE6 on windows – the colour’s just a bit dark.

As for the blogger stuff, I’d just say delete them. It won’t take google long to pick up the new URLs

Milan May 23, 2006 at 5:11 pm

Brightness and darkness are especially tricky, since there are so many bad and poorly adjusted monitors out there. For contrast, especially, the cheap new LCD monitors cropping up everywhere are especially bad. I shudder to see some of my nicer photos displayed upon them.

As for the URLs, when I shifted my blog from sindark.blogspot.com to sindark.com, it took Google more than three months to figure it out, and longer to assign PageRanks. I think figuring out how to forward by htaccess is a rather better option.

Benevolent Computer God May 23, 2006 at 5:27 pm

# BEGIN Custom
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^sindark.com [NC]
RewriteRule ^(.*)$ http://www.sindark.com/$1 [L,R=301]

Redirect 301 /archive http://www.sindark.com/blogger/archive/
Redirect 301 /2005 http://www.sindark.com/blogger/2005/
Redirect 301 /2006 http://www.sindark.com/blogger/2005/
# END Custom

That should do it.

Milan May 23, 2006 at 5:34 pm

@God,

I tried that. It breaks WordPress, because WordPress also uses 2005 and 2006 as directories:

http://www.sindark.com/2006/03/

I need one that redirects people to /blogger/2006/ for files ending in .html and leaves people where they are for files ending in .php

Milan May 23, 2006 at 5:35 pm

That first bit is helpful, also.

For the confused, it redirects people who go to http://sindark.com to http://www.sindark.com.

This is good for search engines.

Milan May 23, 2006 at 7:31 pm

I posted this issue on Ask Metafilter, as well.

Milan June 6, 2006 at 2:04 am

Note to self: write a post explaining RSS syndication for those who have no idea what it is. Teach them how to subscribe to this blog in different ways.

Milan June 18, 2006 at 1:59 pm
Milan June 25, 2006 at 10:19 pm

I fixed the crazy formatting that had arisen on the my photos page.

I don’t trust the WordPress WYSIWYG editor. It has done some really screwy stuff on my watch. It is especially bad at closing formatting tags.

Milan July 19, 2006 at 10:29 pm

I fixed some previously broken links on the sham LiveJournal.

Milan August 11, 2006 at 12:58 pm

Since such a large number of people find a certain photo of Tallinn through Google Image Search and, since they haven’t updated their DB since I switched to WordPress, I added the following small redirect to my htaccess file to take them to the right page:

Redirect 301 /archive/2005_12_01_sibilant_archive.html http://www.sindark.com/2005/12/18/tallinn/

It would be better to have redirects for all the old permalinks, but to do so is beyond my level of expertise. One Google Image Search finally comes to comprehend the new structure, perhaps things will start working on their own.

Milan August 11, 2006 at 2:02 pm

One wrinkle in the above, people looking for other images from that month will all get sent to the most commonly sought one.

Milan August 13, 2006 at 3:36 pm

The Penny Arcade link on my links page is broken.

Milan August 23, 2006 at 9:01 pm

Note to self: make a static page like the ‘my photos’ page that links to collections of entries from all the trips described here. My travels, or somesuch.

Milan August 26, 2006 at 12:23 pm

Favicon not appearing beside your feeds in BlogLines? See this.

Milan August 30, 2006 at 5:14 pm

“Note to self: make a static page like the ‘my photos’ page that links to collections of entries from all the trips described here. My travels, or somesuch.”

Done

A good long-term project might be to re-vamp or redo the template for my second year at Oxford. That would need a new template entirely, modified and personalized.

Milan September 1, 2006 at 2:18 pm

Blogroll updated:

EternalBlog removed due to lack of updates

Bookworm, in vino veritas, and Vatican in IR added

Milan September 1, 2006 at 3:22 pm

One task for the future: verify ownership of my feed in BlogLines. This requires adding some code to my template and other code to a post.

Anonymous September 1, 2006 at 4:02 pm

You should separate bug reports from general housekeeping issues.

Milan September 3, 2006 at 12:18 am

verify ownership of my feed in BlogLines. This requires adding some code to my template and other code to a post.

Done. Also, I added a reduced version of my banner to the top of the main BlogLines feed.

Milan September 3, 2006 at 12:19 am

The Penny Arcade link on my links page is broken.

Fixed, though there is a spelling error at the bottom of that page: “Version 1.72 – 14 Augusr 2006″

Milan September 3, 2006 at 12:28 am

“EternalBlog removed due to lack of updates”

Seth says he is going to start posting again, so I restored him to the blogroll.

Anonymous September 29, 2006 at 2:34 pm

http://www.taylorowen.com/ is not longer updated.

Cut it from your blogroll.

Milan October 4, 2006 at 3:25 pm

…a hand reaches from the sky and, with a vermillion flash, it is done.

R.K. October 4, 2006 at 3:19 pm

Fix the links in this comment.

Milan October 7, 2006 at 12:07 am

Note to self:

There is an abortive installation of MediaWiki 1.7.1 at http://www.sindark.com/wiki

It cannot be installed, at present, because GoDaddy doesn’t include PHP 5.0.0

The plan was to use it to a) replace this bug thread b) amalgamate some thesis related stuff c) experiment with a wiki

Milan August 15, 2008 at 12:19 am

Leave a Comment

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Previous post: Oxford bloggers’ gathering: May 31st

Next post: Towel Day: a curious but entertaining memorial