Upgrade to WP 1.5.1
Tuesday, May 10th, 2005Well, I have upgraded to Wordpress 1.5.1 and all was well until you tried to post a comment. This was pointed out by David earlier today. The problem was in the index.php file. It had the following line:
require('./wp-blog-header.php');
Well, on the Dreamhost servers that was causing a fit. So, since I knew that the file would always be in the same folder as the index.php file I just altered the line to read:
require('wp-blog-header.php');
All I did was take out the ./ for the relative path to the file. I think it’s silly to have it there in the first place, but oh well. Now it works and you can post comments again.
Update: I’ve let the DH dev team know and they are looking into it.
- Posted by Ryan at 6:05 pm
- Filed Under: Site Information
On May 10th, 2005 at 7:44 pm #
Would you mind contacting Dreamhost support about this? Since they install WP I would hope it works better out of the box. Drop me an email with what you hear back.
On May 11th, 2005 at 3:53 am #
Wordpress 1.5.1 Released
Lunedi’ 9 Maggio e’ stata rilasciata la nuova versione di Wordpress, moltissimi i bugs risolti, piu’ un importante security fix, come si legge dal loro blog:
What’s new? Our crack documentation team has put together a short, technical changelog b…
On May 11th, 2005 at 8:07 am #
Hot
On May 11th, 2005 at 12:30 pm #
awesome, i was getting comment withdrawls too…
On May 11th, 2005 at 9:56 pm #
I hate that your RSS feed doesn’t work :(
On May 11th, 2005 at 11:01 pm #
Yeah, it’s a bug, but by editing this post and making this comment hopefully it fixes all of the problems.