View Single Post
Old April 5th, 2006, 08:55 PM   #1 (permalink)
importdjcds
Junior Member
Verified Customer
 
Join Date: Apr 2006
Posts: 7
Integrating/Installing PP into IPB 2.1.4

I have an existing IPB forum and i'm trying to install PP with it so that users can create their own album and upload images etc. While installing i received this message:

Quote:
We're sorry, but we encountered an error during the installation process...

Could not connect to or create the PhotoPost database.

Be sure your user has permissions to CREATE or create a blank table before hitting REFRESH or go back to Step 1 to check your database settings.

If you have corrected the error, you may hit GO BACK and try again.
I check my config_inc file and password and user name is correct

So i dont' know the error might be...

This is my forums config_global

[quote]$INFO['sql_driver'] = 'mysql';
$INFO['sql_host'] = 'localhost';
$INFO['sql_database'] = 'XXXXX';
$INFO['sql_user'] = 'YYYYY';
$INFO['sql_pass'] = 'ZZZZZ;
$INFO['sql_tbl_prefix'] = 'ibf_';

so how should i cofig the first page in the installation?

PhotoPost Database Host:
PhotoPost Database Name:
PhotoPost Database User:
PhotoPost Database Password :
PhotoPost Database Prefix (cannot be changed once set) :

User Database Host (enter same info as above if not integrating with a third party forum)
User Database Name :
User Database User:
User Database Password :


---------

is the // PhotoPost's database name
$database="photopost";

suppose to be changed to my current forum sql database

$INFO['sql_database'] = 'XXXXX''; ??

Last edited by importdjcds; April 5th, 2006 at 09:02 PM.
importdjcds is offline   Reply With Quote