View Single Post
Old July 5th, 2004, 05:12 AM   #1 (permalink)
vchavez
Registered User
 
Join Date: Jul 2004
Posts: 1
Failed MySQL Query: [Resource id #4]:UPDATE settings SET setting='vb2' WHERE id=41

Hi

Trying to install PhotoPost, I've gotten to step 3 of the web
installation script, but I dont get past this step. I get this error
message:

Failed MySQL Query: [Resource id #4]:UPDATE settings SET setting='ib' WHERE id=41
Error:

// PhotoPost database host address, or leave as localhost
$host="localhost";

// PhotoPost's database name
$database="fotografo_foto";

// MySQL username and password to access PhotoPost's database
//
// These two variables are for the userid and password needed to access
// the PhotoPost database named above.
$mysql_user="fotografo";
$mysql_password="42050";

// If you want to use a prefix for your database, enter it here.
// NOTE: This variable can only be set PRIOR to your first installation of PhotoPost;
// existing databases will not be changed and you will be unable to connect if you change
// this variable after performing a default installation.
$pp_db_prefix = "";

// User database host address, or leave as localhost
$host_bb="localhost";

// User database MySQL database name
//
// This is the variable for the User Database; if you are using Internal
// as your registration system, then these variables are the same as the
// ones above. If you are linking to a message board system,
// thse variables should be set to the database, user and password for that
// database.
$database_bb="fotografo_foto";

// MySQL username and password to access user database
//
// These two variables are for the userid and password needed to access
// the PhotoPost or BB database.
$user_bb="fotografo";
$password_bb="42050";
vchavez is offline   Reply With Quote