FreePgs.com Forum

FreePgs Related => Support Requests => Topic started by: beliefooo on November 09, 2006, 06:04:56 AM

Title: wordpress
Post by: beliefooo on November 09, 2006, 06:04:56 AM
I wanna set up a wordpress blog in my FreePgs space, and I have to change the context of a file called wp-config.php, which asks for

// ** MySQL ?? ** //
define('DB_NAME', 'worldpress');    //   is this the dbname i crete in the manage page by myself?
define('DB_USER', 'username');     // 
define('DB_PASSWORD', 'password'); //
define('DB_HOST', 'localhost');    //  do i need to change localhost to "mysql5.freepgs.com"?


I uploaded the wp-config.php like below together with other wordpress files and folders to my Freepgs space,

// ** MySQL ?? ** //
define('DB_NAME', 'f*******');    // 
define('DB_USER', 'beliefooo');     // 
define('DB_PASSWORD', '*******'); //
define('DB_HOST', 'localhost');    // 

and then I go to

http://beliefooo.freepgs.com/wp-admin/install.php

but there are something wrong, how is that?





Title: Re: wordpress
Post by: brainiac744 on November 09, 2006, 08:31:47 PM
Yes, DB_HOST should be mysql5.freepgs.com if the database is one that you've created recently (which it appears is true...)

BUT: I don't think that's your problem right now. It looks like you haven't enabled PHP on your account, which you can do from the options panel (I think on any page) by clicking "Enable PHP"
Title: Re: wordpress
Post by: beliefooo on November 10, 2006, 01:10:00 AM
its ok now, thanks ;D