Archive for the 'software' Category

Busy weekend

November 24th, 2007 in Google, London, software

http://barcamp.org/BarCampLondon3

But a funny one ;)

Upgrade to Wordpress 2.3

September 25th, 2007 in computer, software

Dexter has not been such a piece of cake as version 2.2.3 but it’s finally on. The problems I had were caused by one of the new features: canonical URLs. Basically, what it does is to make sure that no matter how you access certain content you’ll always get the same URL, making it stay in the address bar. This URL is the canonical URL and it is the only way to represent a content. For example, while accessing this blog, you can type www.aracelicheca.com/blog or just aracelicheca.com/blog. Both ways work but only one can be the canonical URL.

But sometimes this redirection to the canonical URL may conflict with your own redirections, usually defined in the .htaccess file (Apache), and in previous revisions there were problems with host name capitalization. There are some other causes which will lead you to this Firefox error:

The page isn’t redirecting properly
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.

* This problem can sometimes be caused by disabling or refusing to accept cookies.

This bug was reported and it is listed as fixed in Wordpress Trac (Ticket #4773), but for some reason it is not working for me. For the time being, I’ve made a quick fix consisting of disabling canonical URLS by commenting the last line in wp-admin/canonical.php. I know, it is not a fix at all but just avoiding the problem ;) I’ll do some research and I hope I’ll be able to enable this feature again. If you have any ideas, just let me know :)

Ooops…. Wordpress 2.3 not so easy…

September 25th, 2007 in computer, software

Complete failure upgrading to Wordpress 2.3, so I had to go back to 2.2.3. At least I had the backups from a couple of hours before.. I had problems with:

  • MySQL backups: problems with quotes, < and >, etc. So funny, because I just did the backup with one tool and I used the same tool to import it… Anyway, I managed to recover the backup
  • Redirecting urls. This was the original problem. The upgrade seemed to be ok, but when I accessed the blog I saw the following img:

Wordpress failure

I’ll try again later…

Upgrade to Wordpress 2.2.3

September 22nd, 2007 in computer, software

I should have done it ages ago but I felt very lazy… It was my first upgrade and I was afraid I would lose all data, etc. So easy to make a backup… just back up the database and the custom theme. That was all I needed :D

But I was not letting laziness beat me and here we are! Wordpress 2.2.3! 5 minutes for the backups, 5 minutes to upgrade my local copy and 5 minutes to upgrade the real blog..

So 15 minutes in total and I feel much more prepared to start blogging regularly. This has been my first step ;)