Results 1 to 6 of 6

Hybrid View

  1. #1
    Join Date
    Feb 2011
    Posts
    20
    Plugin Contributions
    0

    Default Since upgrade, I can't edit some (not all) product descriptions -

    and the ones I want to edit are the ones that have suddenly appeared in a large font size and a different colour from the rest! Since the upgrade, most of my product descriptions have remained the same, and are editable. But the rogue ones are un-editable. If I adjust the font size and color, and click update, they still appear in the online catalogue as they did before I tried to change them. Any ideas please? Many thanks -

  2. #2
    Join Date
    Dec 2010
    Location
    UK
    Posts
    1,771
    Plugin Contributions
    3

    Default Re: Since upgrade, I can't edit some (not all) product descriptions -

    your best start is to post a link and give more details of your upgrade.

  3. #3
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,701
    Plugin Contributions
    11

    Default Re: Since upgrade, I can't edit some (not all) product descriptions -

    You should also check if your database and language files have the same character set. utf8, or some other, but they should match.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  4. #4
    Join Date
    Sep 2010
    Posts
    60
    Plugin Contributions
    0

    Default Re: Since upgrade, I can't edit some (not all) product descriptions -

    hi dbltoe & picandnix,
    thanks for the replies guys here is the site location:
    http://www.newzctest.brookwater.co.uk/
    I had changed the utf8 to latin1 on both confige files, so did not expect to see the following entries, when i did a quick search for utf8 via the developer tool page, found this:

    (on includes/functions/functions-general.php)
    Code:
    */
      function charsetConvertWinToUtf8($string) {
        if (function_exists('iconv')) $string = iconv("Windows-1252", "ISO-8859-1//IGNORE", $string);
        $string = htmlentities($string, ENT_QUOTES, 'UTF-8');
        return $string;
      }
    /**
     * Convert supplied string to/from entities between charsets, to sanitize data from payment gateway
     * @param $string
     * @return string
     */
      function charsetClean($string) {
        if (CHARSET == 'UTF-8') return $string;
        if (function_exists('iconv')) $string = iconv("Windows-1252", CHARSET . "//IGNORE", $string);
        $string = htmlentities($string, ENT_QUOTES, 'UTF-8');
        $string = html_entity_decode($string, ENT_QUOTES, CHARSET);
        return $string;
      }
    is this a red herring? should i change the utf8 to latin1 (is that right btw, latin1 not latin-1?)

    thanks in advance,

    ps: should mention it is not all of the files, just a few here & there, but having to check every single file will take forever, (600+ items..... groan...)

  5. #5
    Join Date
    Sep 2010
    Posts
    60
    Plugin Contributions
    0

    Default Re: Since upgrade, I can't edit some (not all) product descriptions -

    Hi dbltow,
    i have checked the mysql files & the coding is: utf8_general_ci
    there is obviously something I need to do about this should i change the database setting to latin1? (same as confige files) ?

    thanks again in advance...

    ps: just a further thought, if i do this the other sites using this DB would be affected right? I also have the database for piwik installed as well, (piwik btw is great & a snap to install, much, much better than google analytic, much more accurate too.)
    Last edited by voluntaryist.only; 18 Jul 2013 at 01:54 PM.

  6. #6
    Join Date
    Sep 2010
    Posts
    60
    Plugin Contributions
    0

    Default Re: Since upgrade, I can't edit some (not all) product descriptions -

    Ok,
    problem solved, UTF8 in database (btw, can have individual databases' designated to different coding, did not know that) & UTF8 in configure files (admin & includes) the whole latin1 thing (for me at least) was a blind alley. thanks for help guys, nudgedme in the right direction.

    regards to all,

    VO

 

 

Similar Threads

  1. can't see product descriptions in admin after upgrade.....
    By voluntaryist.only in forum Upgrading to 1.5.x
    Replies: 1
    Last Post: 18 Jul 2013, 03:05 PM
  2. v151 How can I remove all these tables from my product descriptions?
    By DannyVarley in forum General Questions
    Replies: 2
    Last Post: 12 Jul 2013, 02:38 PM
  3. Product Description won't switch from WYSIWYG to HTML nor can I edit descriptions
    By LRS in forum Setting Up Categories, Products, Attributes
    Replies: 6
    Last Post: 6 Oct 2011, 11:37 PM
  4. Runtime Error since upgrade to 1.3.6 (missed upgrading some template files)
    By Ripper in forum Upgrading from 1.3.x to 1.3.9
    Replies: 6
    Last Post: 6 Nov 2006, 05:45 PM
  5. suddenly can't edit product descriptions!
    By p m in forum General Questions
    Replies: 3
    Last Post: 23 Oct 2006, 03:02 AM

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