Help me!
-
Ugh im so frustrated. Im not sure what Im going wrong. I followed everything step by step. I am at the Run the Install Script step but when I go to https://le-sigh.com/wp-admin/install.php, I get a 404 error.
I put the whole wordpress folder into my /public_html/ folder (root folder) that part is right, no? Am I not supposed to put the whole folder in? If not, then which files?
Everything else is looking good. My wp-config.php looks like this:
<?php
// ** MySQL settings ** //
define(‘DB_NAME’, ‘wordpress’); // goseek12_wordpress
define(‘DB_USER’, ‘username’); // goseek12_word
define(‘DB_PASSWORD’, ‘password’); // press
define(‘DB_HOST’, ‘localhost’); // localhost// Change the prefix if you want to have multiple blogs in a single database.
$table_prefix = ‘wp_’; // example: ‘wp_’ or ‘b2’ or ‘mylogin_’// Change this to localize WordPress. A corresponding MO file for the
// chosen language must be installed to wp-includes/languages.
// For example, install de.mo to wp-includes/languages and set WPLANG to ‘de’
// to enable German language support.
define (‘WPLANG’, ”);/* Stop editing */
define(‘ABSPATH’, dirname(__FILE__).’/’);
require_once(ABSPATH.’wp-settings.php’);
?>Im pretty sure my database is running. This is what it reads:
goseek12_wordpress
Users in wordpress
goseek12_word (Privileges: ALL PRIVILEGES)Connection Strings
Perl $dbh = DBI->connect(“DBI:mysql:goseek12_wordpress:localhost”,”goseek12_word”,”<PASSWORD HERE>”);
PHP $dbh=mysql_connect (“localhost”, “goseek12_word”, “<PASSWORD HERE>”) or die (‘I cannot connect to the database because: ‘ . mysql_error());
mysql_select_db (“goseek12_wordpress”);Is something wrong?
If someone can help me Id realllly realllly appreciate it. Get a hold of me on aim- ‘viciouspy’ or email me at [email protected]
Please, someone, ive been working on this all nite with no luck!
Thanx so much!
- The topic ‘Help me!’ is closed to new replies.