Advanced search  

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]

Pages: [1]   Go Down

Author Topic: DB Query error with Coppermine 1.3.1 and phpBB 2.0.11  (Read 2864 times)

0 Members and 1 Guest are viewing this topic.

Vadim

  • Coppermine newbie
  • Offline Offline
  • Posts: 11
DB Query error with Coppermine 1.3.1 and phpBB 2.0.11
« on: December 06, 2004, 01:30:07 pm »

I've integrated coppermine 1.3.1 and php 2.0.11, everything was fine, but when I wanted to Batch add pictures clicking to the folder name I've got a following error

Code: [Select]
While executing query "SELECT aid, CONCAT('(', username, ') ', title) AS title FROM cpg11d_albums AS a INNER JOIN `karjamaa`.phpbb_users AS u ON category = (10000 + user_id) ORDER BY title" on 0

mySQL error: Column: 'aid' in field list is ambiguous

in include/functions.inc.php

I have tried to replace a functions file with the one from 1.3.2 but got the same result.
When I deintegrated, everything went fine again.

Any suggests?
« Last Edit: December 06, 2004, 10:40:28 pm by GauGau »
Logged

Nibbler

  • Guest
Re: DB Query error with Coppermine 1.3.1 and phpBB 2.0.11
« Reply #1 on: December 06, 2004, 07:17:12 pm »

Find the query in the bridge file and change aid to a.aid.
Logged

Vadim

  • Coppermine newbie
  • Offline Offline
  • Posts: 11
Re: DB Query error with Coppermine 1.3.1 and phpBB 2.0.11
« Reply #2 on: December 06, 2004, 07:58:28 pm »

Bingo, that worked!
Thanks!
 ;D
Logged
Pages: [1]   Go Up
 

Page created in 0.012 seconds with 15 queries.