Results 1 to 4 of 4
  1. #1
    Join Date
    Dec 2007
    Posts
    10
    Plugin Contributions
    0

    help question INSTALL 1.3.9.A isocode utf 8 problem /west Iso 8859-1

    I have installed with success 1.3.9a an works great in English with charset=ISO-8859-1" />
    , but have now problem with my multi-language site in German because the german files I downloaded are in charset = unicode UTF 8.
    Could somebody help me or I am at your full disposition to help Zencart support for translating the files

    Getr�nke= false ---- Getränke = Good .... here you see an example of character Problem I have.


    I speak and write , fra, eng, de, ita, es, .. I at you disposal and want to help the Zencart Community..
    Thank you

    My server infos are :

    Server OS: Linux 2.6.33.1 Database: MySQL 5.1.30
    Server Date: 04/27/2010 03:58:22 Database Date: 04/27/2010 03:58:22
    Server Up Time: 03:58:22 up 27 days, 23:26, 0 users, load average: 1.38, 0.68, 0.53 HTTP Server: Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8i DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
    PHP Version: 5.2.9 (Zend: 2.2.0) PHP Memory Limit: 64M PHP Safe Mode: Off
    PHP File Uploads: On Max Size: 64M POST Max Size: 64M
    Database Data Size: 937 kB
    joombaya ist gerade online Beitrag melden Danke Beitrag bearbeiten/löschen

  2. #2
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,594
    Plugin Contributions
    30

    Default Re: INSTALL 1.3.9.A isocode utf 8 problem /west Iso 8859-1

    If I were you I would convert the database to utf8 as per this thread
    http://www.zen-cart.com/forum/showthread.php?t=93439

    I have a spanish site and had the same problems until I converted the database and all the non-english language files to utf. Never had a problem since.

  3. #3
    Join Date
    Dec 2007
    Posts
    10
    Plugin Contributions
    0

    database error Re: INSTALL 1.3.9.A isocode utf 8 problem /west Iso 8859-1

    I went on this page thank you but maybe i have an never file

    here is what I have

    $this->link = @mysql_connect($zf_host, $zf_user, $zf_password, true);
    $connectionRetry--;
    }
    if ($this->link) {
    if (@mysql_select_db($zf_database, $this->link)) {
    if (defined('DB_CHARSET') && version_compare(@mysql_get_server_info(), '4.1.0', '>=')) {
    @mysql_query("SET NAMES '" . DB_CHARSET . "'", $this->link);
    if (function_exists('mysql_set_charset')) {
    @mysql_set_charset(DB_CHARSET, $this->link);
    } else {
    @mysql_query("SET CHARACTER SET '" . DB_CHARSET . "'", $this->link);
    }
    }
    $this->db_connected = true;
    return true;
    } else {
    $this->set_error(mysql_errno(),mysql_error(), $zp_real);
    return false;
    }
    } else {
    $this->set_error(mysql_errno(),mysql_error(), $zp_real);
    return false;
    }
    }




    I have try tu put the code (japaneselink) in my file the code but then I get a white page maybe you can send me your file . or how to get it fixed for 1.3.9a

  4. #4
    Join Date
    Jan 2004
    Posts
    66,374
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: INSTALL 1.3.9.A isocode utf 8 problem /west Iso 8859-1

    You're using v1.3.9, so you don't need to touch the query_factory.php file. You'll make your change this way instead: http://www.zen-cart.com/forum/showthread.php?t=153582
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    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.

 

 

Similar Threads

  1. v154 An unknown response null::text/html; charset=iso-8859-1::
    By bearlymakinit in forum Basic Configuration
    Replies: 7
    Last Post: 28 Aug 2015, 05:33 PM
  2. v139h How to change from-code ISO-8859-1 to-code=UTF-8?
    By lina0962 in forum Installing on a Linux/Unix Server
    Replies: 5
    Last Post: 28 Oct 2014, 08:00 PM
  3. Iso-8859-1
    By Soniccc in forum General Questions
    Replies: 2
    Last Post: 28 Jul 2011, 09:34 AM
  4. my language is Spanish -- should I install ZenCart using 8859-1 or UTF-8?
    By JuanLuis in forum Installing on a Windows Server
    Replies: 0
    Last Post: 12 Apr 2011, 08:12 AM
  5. How do I change the character set from iso-8859-1 to UTF-8?
    By hollydoodledesigns in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 12 Jul 2007, 09:25 PM

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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR