treap
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Adding more contentI have edited the default CSS and edited pictures, picture sizes, colors etc etc..
I will try my hand at the index.php file. I have already backed it up in case I do something wrong.
Thanks for the help guys! I appreciate it!
Tim
Forum: Themes and Templates
In reply to: Body Text colorThank you! It worked fine.
Forum: Installing WordPress
In reply to: SQL is set up right but Word Press won’t install.I got it to work. I recreated the database with all new info. I guess the user and DB were corrupted somehow, anyway thanks for the help.
Forum: Installing WordPress
In reply to: SQL is set up right but Word Press won’t install.The password? Yes, I did not list the correct pass on my paste of the config file. I have it done correctly in the config file, I have check it 20 times and have tried re-creating the DB.
Forum: Installing WordPress
In reply to: SQL is set up right but Word Press won’t install.Error establishing a database connection! This probably means that the connection information in your wp-config.php file is incorrect. Double check it and try again.
Are you sure you have the correct user/password?
Are you sure that you have typed the correct hostname?
Are you sure that the database server is running?
WordPress Support ForumsHere is the information in my wp-config.php file:
<?php
/** WordPress’s config file **/
/** http://wordpress.org/ **/// ** MySQL settings ** //
define(‘DB_NAME’, ‘treap17_tapdb’); // The name of the database
define(‘DB_USER’, ‘treap17_tapuser’); // Your MySQL username
define(‘DB_PASSWORD’, ‘passremoved’);Forum: Installing WordPress
In reply to: SQL is set up right but Word Press won’t install.That was the tutorial I used, it still will not work.
Do you see an error anywhere?