Results 1 to 10 of 10

Hybrid View

  1. #1
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: updated to 1.5 (from 1.3.9), now define pages editor not loading the pages to edi

    If your database content isn't UTF-8, then you will want to NOT use UTF-8:
    https://www.zen-cart.com/tutorials/i...hp?article=414

    And "iso-8859-1" is incorrect for DB_CHARSET configure.php file defines. In those files it would be "latin1" instead. I think there's a comment to that effect directly within the file itself.

    And you need to use the same DB_CHARSET in both of your configure.php files. They need to be set to the same.
    .

    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.

  2. #2
    Join Date
    Mar 2007
    Posts
    53
    Plugin Contributions
    0

    Default Re: updated to 1.5 (from 1.3.9), now define pages editor not loading the pages to edi

    I have this issue as well - upgraded from 1.3.7 to 1.5 and now the pages show as blank in the define pages editor, with the ' Invalid multibyte sequence in argument error' shown in the cache debug directory.

    I can't see anywhere to change this in the configure.php file, and in my english.php file, there is already a line saying

    define('CHARSET', 'utf-8');

    Where should I be looking?

  3. #3
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: updated to 1.5 (from 1.3.9), now define pages editor not loading the pages to edi

    Quote Originally Posted by jmouse View Post
    I have this issue as well - upgraded from 1.3.7 to 1.5 and now the pages show as blank in the define pages editor, with the ' Invalid multibyte sequence in argument error' shown in the cache debug directory.

    I can't see anywhere to change this in the configure.php file, and in my english.php file, there is already a line saying

    define('CHARSET', 'utf-8');

    Where should I be looking?
    https://www.zen-cart.com/tutorials/i...hp?article=414
    If you upgraded from 1.3.7 then your database content is based on latin1 / iso-8859-1 and NOT based on utf8.
    So, your upgraded site should NOT be using utf8. So, change your english.php files' CHARSET from 'utf-8' to 'iso-8859-1'
    See: https://www.zen-cart.com/tutorials/i...hp?article=414
    .

    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.

  4. #4
    Join Date
    Mar 2007
    Posts
    53
    Plugin Contributions
    0

    Default Re: updated to 1.5 (from 1.3.9), now define pages editor not loading the pages to edi

    Ah-HA! Thanks for that.

 

 

Similar Threads

  1. Can't edit pages in define editor pages
    By Rich219 in forum Customization from the Admin
    Replies: 6
    Last Post: 28 Jul 2010, 11:24 AM
  2. Can not edit define pages editor main_page error
    By abs007 in forum General Questions
    Replies: 17
    Last Post: 11 May 2010, 09:02 PM
  3. why can I not edit any of the pages in Define Pages editor?
    By touchclothing in forum General Questions
    Replies: 5
    Last Post: 20 Aug 2009, 04:21 PM
  4. Define Pages Editor Now Not Giving Any Options
    By cwiley in forum Customization from the Admin
    Replies: 6
    Last Post: 9 Aug 2008, 11:31 PM
  5. Define Pages not loading from mytemplate directory
    By mydanilo in forum Upgrading from 1.3.x to 1.3.9
    Replies: 16
    Last Post: 2 May 2008, 08:23 PM

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