Search:

Type: Posts; User: DrByte

Search: Search took 0.07 seconds.

  1. Replies
    35
    Views
    41,237

    Re: ability to define DB_CHARSET ?

    Choosing your character set is *your* job, not Zen Cart's job. The zc_install upgrade process DOES NOT change your character set. That's up to you.

    If your existing database is NOT in utf-8 then...
  2. Replies
    35
    Views
    41,237

    Re: ability to define DB_CHARSET ?

    https://www.zen-cart.com/tutorials/index.php?article=414
  3. Replies
    35
    Views
    41,237

    Re: ability to define DB_CHARSET ?

    The numinix instructions are not fully accurate. And they have you touching files that don't need touching (such as the phpmailer file, etc). Use with caution.

    AND in v1.5.0+ the change is...
  4. Replies
    35
    Views
    41,237

    Re: ability to define DB_CHARSET ?

    Don't go mucking with existing database content. You can't just randomly change charsets on a whim. To do that requires careful alteration of all your existing data, and is an advanced operation you...
  5. Replies
    35
    Views
    41,237

    Re: ability to define DB_CHARSET ?

    Blank page: https://www.zen-cart.com/tutorials/index.php?article=82
  6. Replies
    35
    Views
    41,237

    Re: ability to define DB_CHARSET ?

    Jack, that '?>' is not necessary: https://www.zen-cart.com/tutorials/index.php?article=313
  7. Replies
    35
    Views
    41,237

    Re: ability to define DB_CHARSET ?

    If the system is completely ignoring the built-in code which properly sets the collation, then it's probably inheriting the collation from the database itself. Thus, changing the database's default...
  8. Replies
    35
    Views
    41,237

    Re: ability to define DB_CHARSET ?

    You need to say 'latin1' instead of 'utf8'
  9. Replies
    35
    Views
    41,237

    Re: ability to define DB_CHARSET ?

    Add it to the bottom of /zc_install/includes/installer_params.php ... and keep it in the other locations where you already have it, too.
  10. Replies
    35
    Views
    41,237

    Re: ability to define DB_CHARSET ?

    Using the DB_CHARSET define replaces the need for editing query_factory.php, so you should remove your custom code from that file.
  11. Replies
    35
    Views
    41,237

    Re: ability to define DB_CHARSET ?

    Create a new file for it:

    /includes/extra_configures/my_db_charset.php

    <?php define('DB_CHARSET', 'your_charset_here');
    Do the same with: /admin/includes/extra_configures/my_db_charset.php

    ...
Results 1 to 11 of 11
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR