Re: Direction/Tutorial for phpbb & CM intergration Re: Direction/Tutorial for phpbb & CM intergration
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Re: Direction/Tutorial for phpbb & CM intergration

Started by villin, September 04, 2005, 03:04:55 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

villin

I currently run my forum(phpbb2.0.17) and gallery(cpg1.3.2) independently with two separate sql databases obviously. In step 5.2.5 of the integration procedure, it is stated that it is mandatory that the cpg and bbs tables be in the same database. How should I handle this situation? Should I replicate all the tables in my coppermine sqldb and insert them in my forum database?

The remainder of the integration procedure is easy for me to understand and execute but this database issue is preventing me from implementing this mod. Sorry if this question is out of line but i'm very unfamiliar with working with databases and I would really like to get this integration set up.

Nibbler

Replicating the tables would get confusing. The best way is just to move coppermine into the phpbb database. Make sure the tablename prefixes are different, then backup the coppermine tables and import them into the phpbb db. Then adjust include/config.inc.php with the new db details.

villin