wpcaveman
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Install.php Don’t Run ( Download file it self )Ok, the fix for me was as follows.
I whacked the siteurl column from the wp_options table, and I was able to re-do the install, which in-turn populated a whole ton of tables (the first attempt only created three tables for some reason).
I still get the page not found error in wp-login.php. I changed permissions to the top-level (/blog) directory to 644, and everything works fine.
Forum: Installing WordPress
In reply to: Install.php Don’t Run ( Download file it self )Yeah, well, I get cranky when I get frustrated. I just hate being in the CHAIR when I beat my head and the software I am trying to install gives no indication of what is wrong.
I chatted with my host. They said they tweaked some CGI setting, and I need to wait 20 minutes, but nothing has changed. I managed to check the CGI logs while they were doing whatever, and I have a bunch of missing tables wp_posts, wp_users, etc. But the install doesn’t run because it uses an environment variable to tell if it worked or not.
Now, I have to start digging to figure out how to hand-populate all of the tables which didn’t get installed because something isn’t checking return values in the code when it installs, or figure out how to change the install environment variable to I can re-do the install.
Forum: Installing WordPress
In reply to: Install.php Don’t Run ( Download file it self )Yes, I installed WordPress today for the first time. My host offered this installation through thier interface, which I tried first. I get 500 error when I do this.
Then, I install on my own, and several hours into the “famous 5-minute install” (someone must have really been biting thier tongue writing this one…), I have progressed to where install.php finally works (says install has already been completed). Honestly, is there any error checking in this code — the bang your head on the keyboard until it works thing really bites.
I finally figured out the permissions of the top directory was wrong, which gave me the 500 error on the wp-login.php, and now I have the login screen. When I try to login, my browser tries to download wp-login.php.
I tried uploading all of the files in the root wp directory (I have as /blog) as ascii, rather than binary, then vice-versa and now nothing works. If I go to a directory, I get page not found, and if I go to a file, it tries to download it. It seems to be a permissions or file type (ascii vs. binary) problem or something like that, but since the installer never checks for anything like that it is impossible to tell what the problem might be. And call my host? Please — I don’t want to spend the next 3 hours on the phone… PHP obviously works fine.
Back to bblog, which works (using PHP). Argh.