Advanced search  

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

Pages: [1]   Go Down

Author Topic: upload by ftp after bridging with SMF and Joomla  (Read 4656 times)

0 Members and 1 Guest are viewing this topic.

François Keller

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: fr
  • Offline Offline
  • Gender: Male
  • Posts: 9094
  • aka Frantz
    • Ma galerie
upload by ftp after bridging with SMF and Joomla
« on: September 06, 2006, 10:36:08 pm »

Hi,
after bridgin Coppermine with SMF and Joomla, i have the folowing error message when i try to upload files by batch add:
The error commes after clicking on the folder where i uploaded mi files (in the album folder of course)
Quote
There was an error while processing a database query.
While executing query "SELECT aid, CONCAT('(', memberName, ') ', a.title) AS title
                                                        FROM cpg149_albums AS a
                                                        INNER JOIN `tailledepierresavern`.smf_members AS u
                                                        ON category = (10000 + 1) AND ID_MEMBER = 1 ORDER BY title" on 0

mySQL error: Illegal mix of collations for operation 'concat'
Coppermine install: http://mysite.com/cpg149/
Forum install: http://mysite.com/Smf/
Joomla Install: http://mysite.com/
Coppermine version: cpg1.4.9
Joomla version:joomla 1.0.11
Forum version: SMF 1.1 RC3 
Test user account: N/A local site

BridgeManager settings:
Forum URL:  http://mysite.com/Smf/
Relative path to your BBS's config file:  ../Smf/
Use post-based groups?:  0

Can somone help me ?
« Last Edit: September 07, 2006, 10:45:34 pm by GauGau »
Logged
Avez vous lu la DOC ? la FAQ ? et cherché sur le forum avant de poster ?
Did you read the DOC ? the FAQ ? and search the board before posting ?
Mon Blog

Nibbler

  • Guest
Re: upload by ftp after bridging with SMF and Joomla
« Reply #1 on: September 06, 2006, 10:38:57 pm »

What collations are you using?
Logged

François Keller

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: fr
  • Offline Offline
  • Gender: Male
  • Posts: 9094
  • aka Frantz
    • Ma galerie
Re: upload by ftp after bridging with SMF and Joomla
« Reply #2 on: September 06, 2006, 10:41:33 pm »

What collations are you using?
what do you mean ? (sorry i don't know what is it  :-\)
Logged
Avez vous lu la DOC ? la FAQ ? et cherché sur le forum avant de poster ?
Did you read the DOC ? the FAQ ? and search the board before posting ?
Mon Blog

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: upload by ftp after bridging with SMF and Joomla
« Reply #3 on: September 07, 2006, 12:23:20 am »

collation is related to Character setting of table and used to compare text and sort columns,
Check thoes tables properties and take a look at their collations setting, that should be the same
Logged
‍I don't answer to PM with support question
Please post your issue to related board

François Keller

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: fr
  • Offline Offline
  • Gender: Male
  • Posts: 9094
  • aka Frantz
    • Ma galerie
Re: upload by ftp after bridging with SMF and Joomla
« Reply #4 on: September 07, 2006, 07:31:53 am »

ok i will check it  (it seems collation are note same  :-\)
Logged
Avez vous lu la DOC ? la FAQ ? et cherché sur le forum avant de poster ?
Did you read the DOC ? the FAQ ? and search the board before posting ?
Mon Blog

Nibbler

  • Guest
Re: upload by ftp after bridging with SMF and Joomla
« Reply #5 on: September 07, 2006, 12:13:27 pm »

You need to either convert the tables to the same collation (ideally utf-8), convert them on the fly in the query, or take the CONCAT out of the query and handle it in php instead.
Logged

François Keller

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: fr
  • Offline Offline
  • Gender: Male
  • Posts: 9094
  • aka Frantz
    • Ma galerie
Re: upload by ftp after bridging with SMF and Joomla
« Reply #6 on: September 07, 2006, 09:04:12 pm »

Ok i will do so
Thanks for your help (I hope i find how to do this  ;))
[edit] it works  :D[/edit]
« Last Edit: September 08, 2006, 07:28:37 am by Frantz »
Logged
Avez vous lu la DOC ? la FAQ ? et cherché sur le forum avant de poster ?
Did you read the DOC ? the FAQ ? and search the board before posting ?
Mon Blog
Pages: [1]   Go Up
 

Page created in 0.018 seconds with 20 queries.