thymiane3000
07-09-2008, 05:21 AM
Hello,
I've been trying to install Pixelpost 1.7 and keep getting stuck at checking the database connection.
I am using Eleven2 and have done the following:
Uploaded Pixelpost to the server
Created a MySql database
Edited the pixelpost.php file in the "includes" directory:
$pixelpost_db_host = "localhost";
$pixelpost_db_user = "redcurta_pixel";
$pixelpost_db_pass = "password entered here";
$pixelpost_db_pixelpost = "redcurta_pixelpost";
$pixelpost_db_prefix = "pixelpost_";
This is all that is in the php file, so I might be missing some extra code.
When I load this:
www.yoursite.com/admin/install.php
I get the following error message:
Database Connection Error: Access denied for user 'redcurta_pixel'@'localhost' (using password: YES)
Database Connection Error: Access denied for user 'redcurta'@'localhost' (using password: NO)
I emailed Eleven2 and they said the host name is "localhost:"
I have tried both "localhost" and "localhost:" and I get the same error message either way.
Has anyone else run into this problem? Any thoughts/advice would be much appreciated so I can get this blog up and running.
Also the pixelpost file are uploaded to the main directory. Should I create a separate directory for the files?
Thanks in advance!
I've been trying to install Pixelpost 1.7 and keep getting stuck at checking the database connection.
I am using Eleven2 and have done the following:
Uploaded Pixelpost to the server
Created a MySql database
Edited the pixelpost.php file in the "includes" directory:
$pixelpost_db_host = "localhost";
$pixelpost_db_user = "redcurta_pixel";
$pixelpost_db_pass = "password entered here";
$pixelpost_db_pixelpost = "redcurta_pixelpost";
$pixelpost_db_prefix = "pixelpost_";
This is all that is in the php file, so I might be missing some extra code.
When I load this:
www.yoursite.com/admin/install.php
I get the following error message:
Database Connection Error: Access denied for user 'redcurta_pixel'@'localhost' (using password: YES)
Database Connection Error: Access denied for user 'redcurta'@'localhost' (using password: NO)
I emailed Eleven2 and they said the host name is "localhost:"
I have tried both "localhost" and "localhost:" and I get the same error message either way.
Has anyone else run into this problem? Any thoughts/advice would be much appreciated so I can get this blog up and running.
Also the pixelpost file are uploaded to the main directory. Should I create a separate directory for the files?
Thanks in advance!