Jump to content
xisto Community
Sign in to follow this  
wiverson

Parse Error: Parse Error In Wp-config.php On Line 28

Recommended Posts

Hi!

I see the error! It's on the line:

define('DB_PASSWORD', ', '');

You've added an extra single quote there. It should be:
define('DB_PASSWORD', 'your_password_here');

Share this post


Link to post
Share on other sites

Hi!@wiversonIs WordPress working for you now? You didn't mention about the error message that was displayed, so I assumed you had PHP, Apache and MySQL installed :( and just had to setup the wp-config.php file.Anyway, thanks for posting the link - it'll help others who come across this thread with their WordPress dream.Regards,Nitin Reddy

Share this post


Link to post
Share on other sites

Just incase anyone does what I did. On your password bit remember to add the ' at the end before the bracket as I got a Parse error on line 28 so now install.php for wordpress works fine.quote name='k_nitin_r' timestamp='1244881213' post='447880']Hi!@wiversonIs WordPress working for you now? You didn't mention about the error message that was displayed, so I assumed you had PHP, Apache and MySQL installed :( and just had to setup the wp-config.php file.Anyway, thanks for posting the link - it'll help others who come across this thread with their WordPress dream.Regards,Nitin Reddy

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.