phpbb2 and coppermine 1.3.2 intergation phpbb2 and coppermine 1.3.2 intergation
 

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

phpbb2 and coppermine 1.3.2 intergation

Started by ozibob, October 31, 2004, 02:56:19 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ozibob

hi all. I'm new to coppermine and have tried to bridge it with phpbb2 but end up with the following:

While executing query "SELECT user_id, username as user_name, user_level FROM `phpBB`.phpbb_users WHERE user_id='2' AND user_password='dfbc98c4f940a89f98ab44e7f6b6cc46' AND user_active='1'" on 0

mySQL error: select command denied to user: 'snubydownunder@wombat.server101.com' for table 'phpbb_users'

i followed (i thought i did) Documentation that come with coppermine.

Any help with the above would be very welcomes

Joachim Müller

this is a case of permissions: the mySQL user you specified doesn't have permissions to perform the select command. You probably haven't specified the proper mySQL user. Make sure the coppermine and phpbb tables reside in the same database, as suggested in the docs.

Joachim