View Single Post
Old 10-09-2012, 06:30 PM  
Dating Port
Useless As Ever
 
Dating Port's Avatar
 
Industry Role:
Join Date: Jan 2009
Location: Planet Earth
Posts: 731
It may not be connecting to the database.
Look in wp-config.php and make sure your sql database info is right.
It looks something like the code I posted below. Your parameters are in red.

Quote:
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'YOUR DATABASE NAME');

/** MySQL database username */
define('DB_USER', 'YOUR DATABASE USER');

/** MySQL database password */
define('DB_PASSWORD', 'YOUR DATABASE PASSWORD');

/** MySQL hostname */
define('DB_HOST', 'localhost');

/** Database Charset to use in creating database tables. */
define('DB_CHARSET', 'utf8');

/** The Database Collate type. Don't change this if in doubt. */
define('DB_COLLATE', '');
If you still have issues, let me know.
__________________
Email: admin[at]datingport.co.uk - ICQ: 456416181
It's amazing what you (L)earn when you put some effort into it!

Last edited by Dating Port; 10-09-2012 at 06:34 PM..
Dating Port is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook