vlherring
Forum Replies Created
-
Forum: Installing WordPress
In reply to: install.php not found?update = I went in, deleted the old WP on website and started fresh. Double checked the database name, user, password and host address to be sure right. My hosting people say = ” the actual MySQL DB Host. It is sqlc0e.megasqlservers.com” so I put the name in the host area [which worked fine with the other website I’m working with a few hours ago]. So, I made sure the definitions were all right, changed the name from sample to the regular, did a re-upload via Cyberduck just fine. Went in to check and it still won’t load –
The requested URL /wp-admin/install.php was not found on this server.the file has been renamed correctly and uploaded and the name, password etc. are all correct…any more thoughts? The thing that was difficult was that I thought it would work because I just got my other one up and working just fine, taking the same steps [they are both at same host]
Forum: Installing WordPress
In reply to: install.php not found?I’m having a problem also – even now in 1/06
<?php
// ** MySQL settings ** //
define(‘DB_NAME’, ‘blog_journeyzing_com’); // The name of the database
define(‘DB_USER’, ‘dbm.journeyzing.com’); // Your MySQL username
define(‘DB_PASSWORD’, ‘*******’); // …and password
define(‘DB_HOST’, ‘sqlc0e.megasqlservers.com’); // 99% chance you won’t need to change this valueI was able to get my HL blog set up fine at that site, same server and same specs, and worked with it then I went in and did the rewording of the config file and renamed it too and uploaded that also to the JZ site but no go = it says error 404 that wp-admin/install.php is not on the server….but I checked twice and it is
Forum: Installing WordPress
In reply to: Error establishing database connectionI am having this problem too. I am using a Mac, OSX, host is netINS.net and to work with MySQL [which is up to par wiht what is needed for WP2] I go in thru the OS4 engine they have on their servers…I have named the DB name the one I gave it in the database creator [blog_herringlaw.com] and I have put in the username correctly which is shown and the password which I assigned and called it localhost but it’s not allowing me to establish a connection…I did rename the sample as instructed…any other ideas?