PDA

View Full Version : Help With Install Please


skinny176
07-03-2006, 08:33 PM
Hi I am attempting to install a photoblog.
I followed the install document but I am getting this error message

Fatal error: Call to undefined function: mysql_connect() in /home/kitanaxoxo/public_html/photoblog/includes/functions.php on line 229

does anyone know why? any help would be great

blinking8s
07-04-2006, 12:26 AM
double check your pixelpost.php's mysql information that you entered, be 100% sure it is correct, as you host if needed.

Also, check http://wiki.pixelpost.org for solutions, someone may have seen the same error, that is what the wiki is for.

skinny176
07-04-2006, 09:40 AM
$pixelpost_db_host = "replace_me"; // 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

ok ?....i am kinda new to this!

database user...are they asking for my name on the server and my password on the server...or are they asking for me to make up a name and password i would want to use in order to access my photoblog?

also what kind of answer are they looking for under database??

sorry if these are basic and stupid ?s

blinking8s
07-04-2006, 07:44 PM
you have to setup a database on your sever and place the information in this file. Ask you host for help if you do not know how to do this.

or read through http://wiki.pixelpost.org/ for more information