View Full Version : Need some help...
Amadeus
12-23-2005, 12:02 PM
...i put all files to my ftp and when i tried to go to index.php it showed me this : 'Error: Unknown MySQL server host 'change_me' (1)' ...what does that mean?
Joe[y]
12-23-2005, 12:10 PM
this means you didn't change your database details in pixelpost.php
ask your host for support if you do not know how to set up a database.
search66
12-23-2005, 12:12 PM
Did you check the permissions on the folders? Make sure you CHMOD +777 on the files specified... I'd also check to make sure that pixelpost.php is reflective of your settings...
$pixelpost_db_host = "localhost"; // database host, often "localhost"
$pixelpost_db_user = "replace_me"; // database user
$pixelpost_db_pass = "replace_me"; // database user password
$pixelpost_db_pixelpost = "replace_me"; // database
vBulletin® v3.7.3, Copyright ©2000-2013, Jelsoft Enterprises Ltd.