phpbb2 and coppermine 1.3.2 intergation phpbb2 and coppermine 1.3.2 intergation
 

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

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