I inherited a VBulletin Forum 4.2.3 with Photopost Pro 8.5. I recognized there is no possibility to import Photopost in XFMG 2.x. directly. So I installed Xenforo 1.5.21 and XFMG 1.1.71.
The Import of all forum data went smoothly without any problems. However the import of the Photopost Gallery does not work.
The Photopost config-inc.php says:
//**************** MySQL Database Configuration ****************//
// PhotoPost database host address, or leave as localhost
$host="localhost";
// PhotoPost's database name
$database=[suppressed];
// 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=[suppressed];
$mysql_password=[suppressed];
// User database host address, or leave as localhost
$host_bb="localhost";
// 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 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=[suppressed];
// 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=[suppressed];
$password_bb=[suppressed];
I chose XFMG: Import From Photopost - vBulletin
As $database=[suppressed] and $database_bb=[suppressed] have the same values I configured Photopost Database and vBulletin Database with the same access data, corresponding to the config-inc.php content. $pp_db_prefix = "", so I left the importer field empty as well.
The result is:
Error
The table prefix or database name is not correct.
Please help.
Thank you
Andy
The Import of all forum data went smoothly without any problems. However the import of the Photopost Gallery does not work.
The Photopost config-inc.php says:
//**************** MySQL Database Configuration ****************//
// PhotoPost database host address, or leave as localhost
$host="localhost";
// PhotoPost's database name
$database=[suppressed];
// 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=[suppressed];
$mysql_password=[suppressed];
// User database host address, or leave as localhost
$host_bb="localhost";
// 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 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=[suppressed];
// 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=[suppressed];
$password_bb=[suppressed];
I chose XFMG: Import From Photopost - vBulletin
As $database=[suppressed] and $database_bb=[suppressed] have the same values I configured Photopost Database and vBulletin Database with the same access data, corresponding to the config-inc.php content. $pp_db_prefix = "", so I left the importer field empty as well.
The result is:
Error
The table prefix or database name is not correct.
Please help.
Thank you
Andy