Bug catching day

Fiddling around with code always reveals new problems. Today I seem to have spent way too much time finding, developing and solving little problems. A full day of this and all I can see are the small irritations instead of the accomplishments.

For example after installing new wordpress blog software (version 2.0.5) I got this error every time I tried to do something

Found
The document has moved here.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

Very annoying. First searching then failing. Eventually I found a discussion on this bug which seems to be particularly prevalent among users who have One.com as their ISP (which I do in this case).

Not to worry the solution was here:

Find the file:
wp-includes/pluggable-functions.php

find the line:

> status_header($status);

and change it to

> // status_header($status);

Changed and everything is sortedâ?¦ My day has been full of little bugsâ?¦ Or as LP keeps saying: Maybe you should read the manual.

Read the manual? What? I ask you: What kind of amateur tecchie would stoop to reading manuals?

Leave a Reply

Your email address will not be published. Required fields are marked *