Ji
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Internal Server Error when I try to view the siteAnyone out there using Freeservers and trying to install WordPress 2.0.3, you may as well forget it. Freeservers does not support it and it won’t work. You have to use the earlier version (1.2.2) they offer on their site.
Forum: Fixing WordPress
In reply to: Internal Server Error when I try to view the siteThis is through Freeservers and according to their documentation, it has to be there. Otherwise it won’t work. I’ve dug a little deeper into some old posts and a few other people with the same problem, also use freeservers. I’ve contacted them to see if they have a fix.
Forum: Installing WordPress
In reply to: Upgrading from 1.2.2 to the latest a no goThat fixed, thanks a lot. There was a bunch of crap in the file.
Forum: Installing WordPress
In reply to: Upgrading from 1.2.2 to the latest a no goStill won’t work, I get this:
$dbh = mysql_connect(
“127.0.0.1:3306”,
“server”,
“password”) or die (“Could not connect”);mysql_select_db (“server”)
or die (“Could not select database”);Warning: Cannot add header information – headers already sent by (output started at /www/cgi/dhblog/wp-config.php:9) in /www/cgi/dhblog/wp-includes/wp-db.php on line 308
With password and server being replaced by the correct info.
Forum: Installing WordPress
In reply to: Upgrading from 1.2.2 to the latest a no goWhat I mean is, I want to wipe 1.2.2 completely off my server first, then install 2.0.3. I’ve got nothing I need to save, so I’m not worried about keeping any files from the old version. I just want the latest version up and ready to configure. And I have tried that, but got the same error msg. I also wiped the database.
Forum: Installing WordPress
In reply to: Upgrading from 1.2.2 to the latest a no goI have nothing I want to keep from 1.2.2 and would rather do a full install, in fact I tried it, but I had the same problem.