Strange error when installed - 2007/12/14 02:21 I have sucsessfully installed, and the language in the component is Norwegian, as in my Joomla installation.
I testet the registration, but i got several "confirmation-request". And if i choosed only registrered users, the login window dissapeared...

Here is the error showing in Joomla admin:

Illegal mix of collations (latin1_danish_ci,IMPLICIT) and (latin1_swedish_ci,IMPLICIT) for operation '=' SQL=SELECT M.* FROM `jos_users` AS M LEFT JOIN `jos_acajoom_subscribers` AS N ON M.id = N.user_id OR M.email = N.email WHERE M.registerDate > '2007-12-11 17:22:04' AND N.id IS NULL AND M.block=0database Object ( [_sql] => SELECT M.* FROM `jos_users` AS M LEFT JOIN `jos_acajoom_subscribers` AS N ON M.id = N.user_id OR M.email = N.email WHERE M.registerDate > '2007-12-11 17:22:04' AND N.id IS NULL AND M.block=0 [_errorNum] => 1267 [_errorMsg] => Illegal mix of collations (latin1_danish_ci,IMPLICIT) and (latin1_swedish_ci,IMPLICIT) for operation '=' SQL=SELECT M.* FROM `jos_users` AS M LEFT JOIN `jos_acajoom_subscribers` AS N ON M.id = N.user_id OR M.email = N.email WHERE M.registerDate > '2007-12-11 17:22:04' AND N.id IS NULL AND M.block=0 [_table_prefix] => jos_ [_resource] => Resource id #15 [_cursor] => [_debug] => 0 [_limit] => 0 [_offset] => 0 [_ticker] => 0 [_log] => Array ( ) [_nullDate] => 0000-00-00 00:00:00 [_nameQuote] => ` ) Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (latin1_danish_ci,IMPLICIT) for operation '<>' SQL=SELECT N.id, N.name , N.email , N.block FROM `jos_users` AS N LEFT JOIN `jos_acajoom_subscribers` AS M ON N.id = M.user_id WHERE N.registerDate > '2007-12-11 17:22:04' AND M.subscribe_date > '2007-12-11 17:22:04' AND M.name != N.name OR M.email != N.email OR N.block = M.confirmeddatabase Object ( [_sql] => SELECT N.id, N.name , N.email , N.block FROM `jos_users` AS N LEFT JOIN `jos_acajoom_subscribers` AS M ON N.id = M.user_id WHERE N.registerDate > '2007-12-11 17:22:04' AND M.subscribe_date > '2007-12-11 17:22:04' AND M.name != N.name OR M.email != N.email OR N.block = M.confirmed [_errorNum] => 1267 [_errorMsg] => Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (latin1_danish_ci,IMPLICIT) for operation '<>' SQL=SELECT N.id, N.name , N.email , N.block FROM `jos_users` AS N LEFT JOIN `jos_acajoom_subscribers` AS M ON N.id = M.user_id WHERE N.registerDate > '2007-12-11 17:22:04' AND M.subscribe_date > '2007-12-11 17:22:04' AND M.name != N.name OR M.email != N.email OR N.block = M.confirmed [_table_prefix] => jos_ [_resource] => Resource id #15 [_cursor] => [_debug] => 0 [_limit] => 0 [_offset] => 0 [_ticker] => 0 [_log] => Array ( ) [_nullDate] => 0000-00-00 00:00:00 [_nameQuote] => ` ) Illegal mix of collations (latin1_danish_ci,IMPLICIT) and (latin1_swedish_ci,IMPLICIT) for operation '=' SQL=SELECT N.id , N.email FROM `jos_users` AS N LEFT JOIN `jos_acajoom_subscribers` AS M ON N.email = M.email WHERE N.registerDate > '2007-12-11 17:22:04' AND M.subscribe_date > '2007-12-11 17:22:04' AND M.user_id = 0 AND N.block = 0database Object ( [_sql] => SELECT N.id , N.email FROM `jos_users` AS N LEFT JOIN `jos_acajoom_subscribers` AS M ON N.email = M.email WHERE N.registerDate > '2007-12-11 17:22:04' AND M.subscribe_date > '2007-12-11 17:22:04' AND M.user_id = 0 AND N.block = 0 [_errorNum] => 1267 [_errorMsg] => Illegal mix of collations (latin1_danish_ci,IMPLICIT) and (latin1_swedish_ci,IMPLICIT) for operation '=' SQL=SELECT N.id , N.email FROM `jos_users` AS N LEFT JOIN `jos_acajoom_subscribers` AS M ON N.email = M.email WHERE N.registerDate > '2007-12-11 17:22:04' AND M.subscribe_date > '2007-12-11 17:22:04' AND M.user_id = 0 AND N.block = 0 [_table_prefix] => jos_ [_resource] => Resource id #15 [_cursor] => [_debug] => 0 [_limit] => 0 [_offset] => 0 [_ticker] => 0 [_log] => Array ( ) [_nullDate] => 0000-00-00 00:00:00 [_nameQuote] => ` )
  | | To post on the forum you need to sign in.
Re:Strange error when installed - 2007/12/14 07:02 Hello,

Several users already had the same problem and fixed it.
I hope you will be able to do the same thing :
http://www.acajoom.com/component/option,com_joomlaboard/Itemid,26/func,view/ id,3685/catid,27/
Please check our official documentation and existing replies before posting on our forum!

Best Regards,
Adrien
  | | To post on the forum you need to sign in.
Re:Strange error when installed - 2008/06/08 06:31 I've got this problem also, with 2.0.6, on Joomla 1.5.2. The referenced "solution" is absolutely unhelpful. I'm not a coder and have no idea what an SQL collation is.

I have AcaJoom installed on another site, and it works well, but cannot get it to install or work on this one. Unfortunately, this is the site I most need it to work on.

Laura
  | | To post on the forum you need to sign in.
Re:Strange error when installed - 2008/06/08 21:52 If you have access to PhpMyAdmin on your server :

1/ Check your default collation for Joomla tables : Select the table "jos_users" and you will see all the fields. You can see a columns called "Collation". Write somewhere the value of this column for the field "email", this is the collation used by Joomla.

2/ Click on the table "jos_acajoom_subscribers" and edit the fields "email" and "name" to change the collation to the same you previously wrote.

http://www.acajoom.com/content/view/7871/93/#sqlerror

Let me know if you are still lost... I will write a tutorial with screen shot if needed.
Please check our official documentation and existing replies before posting on our forum!

Best Regards,
Adrien
  | | To post on the forum you need to sign in.
Re:Strange error when installed - 2008/06/10 03:09 I think I can actually follow the instructions in the link you included.

I'll give that a shot later today.

Thanks much!

Laura
Mom to Eight
Firelight Web Studio
  | | To post on the forum you need to sign in.
Acajoom Acajoom
- - - - - - - - - - - - - - - - - -
Content Statistics
Google Adsense Search
News
Acajoom PRO
Acajoom PRO
€79.95
Add to Cart






Lost Password?
No account yet? Register

Last Posts

Breathtakers