coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 (BBS) Integration / Bridging => Topic started by: ozibob on October 31, 2004, 02:56:19 AM

Title: phpbb2 and coppermine 1.3.2 intergation
Post by: ozibob on October 31, 2004, 02:56:19 AM
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
Title: Re: phpbb2 and coppermine 1.3.2 intergation
Post by: Joachim Müller on October 31, 2004, 08:15:34 AM
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