Results 1 to 8 of 8
  1. #1
    Join Date
    Jun 2010
    Posts
    23
    Plugin Contributions
    0

    Default Can't send email through admin, getting "1267 Illegal mix of collations"

    Hi guys, whenever I log into my admin and go to send email I am met by this message
    1267 Illegal mix of collations (latin1_general_ci,IMPLICIT) and (latin1_swedish_ci,IMPLICIT) for operation 'locate'
    in:
    [SELECT s.email_address as customers_email_address FROM znc_subscribers as s LEFT JOIN znc_configuration as q on LOCATE( s.email_address, q.configuration_value) >= 1 WHERE configuration_key = 'NEWSONLY_SUBSCRIPTION_TEST_GROUP' ]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
    my site is www.sdsensualfashion.com

    Please help! Thanks!

  2. #2
    Join Date
    Jan 2004
    Posts
    58,289
    Blog Entries
    3
    Plugin Contributions
    106

    Default Re: Can't send email through admin, getting "1267 Illegal mix of collations"

    From the "Similar Threads" listed at the bottom of this page:
    http://www.zen-cart.com/forum/showthread.php?t=156882
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Jun 2010
    Posts
    23
    Plugin Contributions
    0

    Default Re: Can't send email through admin, getting "1267 Illegal mix of collations"

    I made sure to read those threads, but I do not know how to even install myphpadmin and I reinstalled the subscription manager but it still says the same thing.

    How do I go about installing the myphp sql? Thanks

  4. #4
    Join Date
    Jan 2004
    Posts
    58,289
    Blog Entries
    3
    Plugin Contributions
    106

    Default Re: Can't send email through admin, getting "1267 Illegal mix of collations"

    As far as phpMyAdmin goes, that's supplied by your hosting company. You should ask them where to find it in your hosting control panel that they gave you instructions to login to for managing your website.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #5
    Join Date
    Jan 2004
    Posts
    58,289
    Blog Entries
    3
    Plugin Contributions
    106

    Default Re: Can't send email through admin, getting "1267 Illegal mix of collations"

    Try going to Admin->Tools->Install SQL Patch and paste the following into the window and click the Send button:
    Code:
    alter table subscribers change email_address email_address 
     varchar(96) NOT NULL default '' UNIQUE collate 'latin1_general_ci';
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  6. #6
    Join Date
    Aug 2010
    Posts
    1
    Plugin Contributions
    0

    Default Re: Can't send email through admin, getting "1267 Illegal mix of collations"

    Just want to let others know that I was having the same issue as OP and this fixed my problem. Thanks!

  7. #7
    Join Date
    Dec 2010
    Location
    UK
    Posts
    992
    Plugin Contributions
    0

    Default Re: Can't send email through admin, getting "1267 Illegal mix of collations"

    Dr Byte I have to say you are a genius!
    I had that same issue after I had installed Newsletter Subscribe to my site, I searched, and once again my issue was resloved within two minutes of discovering the problem thanks to your SQL patch. So now it's the first night in a long time I can manage to have an early night.

  8. #8
    Join Date
    May 2011
    Posts
    9
    Plugin Contributions
    0

    Default Re: Can't send email through admin, getting "1267 Illegal mix of collations"

    Quote Originally Posted by picandnix View Post
    Dr Byte I have to say you are a genius!
    I had that same issue after I had installed Newsletter Subscribe to my site, I searched, and once again my issue was resloved within two minutes of discovering the problem thanks to your SQL patch. So now it's the first night in a long time I can manage to have an early night.


    Had the same problem too after installing Newsletter Subscribe - it seems to be a bug in the ad-on. It would be good to get it fixed.

 

 

Similar Threads

  1. Illegal Collations message when sending newsletters
    By MischiefDesignz in forum Upgrading from 1.3.x to 1.3.9
    Replies: 11
    Last Post: 4 Jul 2010, 04:09 AM
  2. Replies: 0
    Last Post: 13 Feb 2008, 04:58 PM
  3. Illegal Collations and Frustrated Potential Customers
    By eliseintaipei in forum General Questions
    Replies: 3
    Last Post: 20 Aug 2007, 05:22 PM
  4. Need an SQL expert - my collations are illegal!
    By kelvyn in forum General Questions
    Replies: 6
    Last Post: 30 Apr 2007, 01:58 AM
  5. Replies: 14
    Last Post: 11 Jul 2006, 02:16 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •