aparmley
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Blog will not display with themes on network computersI changed the URL from “Localhost:8888/….” to the IP of the machine which is running MAMP so “192.168.100.2:8888/…” I made this change on both the “WordPress address (URL)” and the “Blog Address (URL)” and now I have styling on both the local machine and any other networked machines. Thanks for the tip!
Forum: Installing WordPress
In reply to: how to configure database wp-configure.php file ?Hey everyone. I recently went through the exact same problem. My situation is slightly different so my solution may not apply (exactly as I say), but it’s another thing to check out. I’ve installed MAMP and am planning to do my development prior to paying for a webhost and turning my wordpress site loose on the world. So, I was installing wordpress locally after installing MAMP on my iMac.
The Error (database error) – I started the famous 5 minute install and could never make it past the “Setup configuration file” page. You know, the page where you enter your database connection details. I would fill it out, click submit, and I’d get the error page saying I had something wrong with my DB name, username, or password. If I tried to manually create the config file I’d get the bold black lettered page “failed to establish a database connection.”
Every resource I found said the same thing, you have either misspelled the dbname, db user id, or the password or your database server was down. I didn’t have any of those problems – but I was still getting the same database connection error.
My real Problem – my database user preferences were not set up properly. I folllowed the “Create Database and a User” section to a “T.” There is a step that was not included in these detailed instructions. Somewhere in step two when you are creating your database user they failed to mention you may need to change the “Host” field to meet your requirements. They say nothing about changing this so I left it at it’s default value of “any host.” That was my problem.
The solution – change the database user login information “Host” field to “localhost” (for my uses). You may need to change this to the server-name (aka hostname) that you are using, for me, the “Any host” didn’t work. I made this change and bam! every thing worked. You can do this by loggin into the phpMyAdmin tool, selecting priveledges, clicking edit on your database user that your created, then near the bottom under the login information section change the host field to the hostname of your database server (you’ll find the hostname of your database server located at the very top of the main phpmyadmin page, just above the “Database” tab). In my case it’s “localhost.” I changed the host field to “localhost” and this solved my problem.
I was then able to continue with the install and get my wordpress site up and running in my test environment.
Good luck.
Forum: Installing WordPress
In reply to: Install: install.php Firefox doesn’t know how to handle it.FYI:
I got home tonight and rebooted my machine. I attempted one more time to get this install.php page to load, and it worked. The only thing that changed was all my services stopped and were restarted with the reboot.
Forum: Installing WordPress
In reply to: Install php is not runningI’m currently running into the same problem. I’ve actually been searching the forum for solutions. Right now, I’m finding plenty of people looking for help in solving this common problem but no one is posting any solutions. did you find the solution? Anyone else know the solution?
Forum: Installing WordPress
In reply to: Install: install.php Firefox doesn’t know how to handle it.What about if you’re hosting your own blog? I have a ubuntu box that I’m testing everything on before I lay down the $$ to have it hosted somewhere else. I want to play around with themes to see if I can get what I’m after. . . etc etc.
Whenever I point firefox to the …/wp-install.php path I get the exact same thing as above, firefox behaves the same as noted above.
I’m going to check to see what version of PHP, apache, and mysql when I get home later today. But I followed the instuctions reference in the wordpress install doc to a T ( I think).
I’m thinking I may have messed up my wp-config.php file. Don’t ask me how. After looking it over I found that my DB_HOST was set to ‘locahost’ – so I changed it to ‘localhost’ (notice the ommission of the letter “l”). but that didn’t solve my problem. Anyway, I’m now thinking that I should just remove my wordpress folder which was extracted to /var/www and replace it with a new one, just to rule out the possibility that I’m missing another typo in that config file.
Does this sound like a good idea or will my problem likely lie with my version/config of PHP?
I have read so much about apache, php, mysql in the past day that my brain is fried. . . TYIA