upload by ftp after bridging with SMF and Joomla upload by ftp after bridging with SMF and Joomla
 

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

upload by ftp after bridging with SMF and Joomla

Started by François Keller, September 06, 2006, 10:36:08 PM

Previous topic - Next topic

0 Members and 3 Guests are viewing this topic.

François Keller

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)
QuoteThere 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 ?
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


François Keller

Quote from: Nibbler on September 06, 2006, 10:38:57 PM
What collations are you using?
what do you mean ? (sorry i don't know what is it  :-\)
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

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
‍I don't answer to PM with support question
Please post your issue to related board

François Keller

ok i will check it  (it seems collation are note same  :-\)
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

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.

François Keller

#6
Ok i will do so
Thanks for your help (I hope i find how to do this  ;))
[edit] it works  :D[/edit]
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