stainedglasssite
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Problem running the install script?Cheers
Im confused abou the wp-config file.
Should it just be the following exactly like this, with the text in bold changed to my individual settings? :
// ** MySQL settings – You can get this info from your web host ** //
/** The name of the database for WordPress */
define(‘DB_NAME’, ‘putyourdbnamehere‘);/** MySQL database username */
define(‘DB_USER’, ‘usernamehere‘);/** MySQL database password */
define(‘DB_PASSWORD’, ‘yourpasswordhere‘);/** MySQL hostname */
define(‘DB_HOST’, ‘localhost‘);Forum: Installing WordPress
In reply to: Problem running the install script?Seem to have got it uploaded ok .
But now when i go to: stained-glass-mosaic-blog/wp-admin/install.phpit says: Parse error: syntax error, unexpected T_STRING in /home/upigi/public_html/stained-glass-mosaic-blog/wp-config.php on line 31
When i check line 31 it has this code:define(‘DB_CHARSET’, ‘utf8’);
Is this wrong?
Forum: Installing WordPress
In reply to: Problem running the install script?Hi Michael
yes i uploaded the ‘WordPress’ folder into the ‘stained-glass-mosaic-blog’ folder. So i should have renamed it from ‘WordPress’ to ‘stained-glass-mosaic-blog’ and just uploaded the whole folder i assume?Cheers
Forum: Installing WordPress
In reply to: WordPress fantastico auto install problem?Cheers
So can i just use the ‘remove’ link and then start again manually or is it more complicated than that?