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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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