Results 1 to 6 of 6
  1. #1
    Join Date
    Jan 2019
    Location
    UK
    Posts
    101
    Plugin Contributions
    0

    Default Product descriptions box empty when trying to edit any product.

    Not sure what I've missed, Now I've gone live with 1.5.7c i'm having an issue where the products description is not showing on the admin back end. When editing any product all the info is there, including attributes, but the description box is empty so I cannot update the page without saving blank info to that field. I don't think I had this problem with my test site prior to going live so I must have missed a setting somewhere.

    There are no errors or warnings being generated in the logs folder.

    myphpadmin shows the tables in my database are all utf8mb4_unicode_520_ci
    Click image for larger version. 

Name:	utf8mb4-myphpadmin.jpg 
Views:	35 
Size:	44.4 KB 
ID:	19583

    and these are the relevant settings I can find
    Click image for larger version. 

Name:	utf8.jpg 
Views:	45 
Size:	53.1 KB 
ID:	19582

    I have the same settings in admin and non-admin configures

    any pointers would be appreciated. tia

  2. #2
    Join Date
    Jan 2019
    Location
    UK
    Posts
    101
    Plugin Contributions
    0

    Default Re: Product descriptions box empty when trying to edit any product.

    I just noticed when copying my database the product description data has somehow changed from being a text string to being saved as a blob. No idea how I did that or how to put it back to how it was >.<

  3. #3
    Join Date
    Jul 2012
    Posts
    16,734
    Plugin Contributions
    17

    Default Re: Product descriptions box empty when trying to edit any product.

    Some questions.

    If you attempt to create a new product, enter content in the product description box, does the information save and is it then displayable on the catalog?
    If that same new product is edited again, does the product description open in the admin to be edited?
    When you step through one of the existing products where the description is not on screen, had the description then been stripped off of the catalog side?

    What were the differences between the live site environment and the test environment?

    Please tell us the history of the database/store. Said just went live with 1.5.7c, but what was there before? What actions were done to get to the current version?

    Does the same sort of issue occur if attempt to modify the category description(s)?
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  4. #4
    Join Date
    Jan 2019
    Location
    UK
    Posts
    101
    Plugin Contributions
    0

    Default Re: Product descriptions box empty when trying to edit any product.

    If you attempt to create a new product, enter content in the product description box, does the information save and is it then displayable on the catalog? If that same new product is edited again, does the product description open in the admin to be edited?
    Yes, I created a new product with a short description, it shows in the store and when going back in to edit it the description is visible.


    When you step through one of the existing products where the description is not on screen, had the description then been stripped off of the catalog side?
    No, on the store everything seems fine, every product has a visible description. Initially I though the issue was affecting every product but I am finding a few products where the description is fine on the admin side. Last night I fixed the description for 2 rolls of tape just by copying the description from the store side and updating the product. But as I click through everything now I am finding products which do have the description and some of them are quite long, others with a lot of descriptive information are not showing up in the product edit page and some which don't show are simply one line of text that says something like 'a general purpose masking tape'. It seems quite random.

    What were the differences between the live site environment and the test environment?
    As far as I am aware there were no differences (I'm kind of a novice when it comes to webhosting). I had been working with 1.5.7c using a subdomain on the same server as my 1.5.6c live store. I moved to a dedicated vps a few weeks back and as I wanted to update my store I made sure the host was aware of the recommended requirements for zen 1.5.7

    Please tell us the history of the database/store. Said just went live with 1.5.7c, but what was there before? What actions were done to get to the current version?
    I had a 1.5.6 store running before. Once I had everything looking good on my 1.5.7 subdomain I put the live store into maintenance mode, then copied the live stores database to a new database using phpmyadmin. I then moved all the 1.5.6 files out of my public_html and moved the 1.5.7 files in. Edited the admin and non-admin configures to replace the subdomain info with the root of my public_html and pointed the files to the new database I just created. I then reuploaded the zc_install folder and ran the upgrade.

    To fix an issue my GDPR tables I ran an SQL patch from here (I had done the same when setting up my test store)
    https://www.zen-cart.com/showthread....75#post1378875

    I then used the utf8mb4 conversion tool on my database and followed the relevant instructions here to ensure utf8
    https://docs.zen-cart.com/user/upgra...nvert_to_utf8/

    Click image for larger version. 

Name:	dbpatchlevel.png 
Views:	35 
Size:	45.2 KB 
ID:	19584

    Does the same sort of issue occur if attempt to modify the category description(s)?
    I do not believe so, but the vast majority of my category descriptions are blank anyway.
    Thanks for your time.

  5. #5
    Join Date
    Jan 2019
    Location
    UK
    Posts
    101
    Plugin Contributions
    0

    Default Re: Product descriptions box empty when trying to edit any product.

    I think I may have found the issue. It seems some of my text descriptions contain characters the system does not like. Mostly where I have used °C to denote temperature ranges. These are showing on the catalogue side as black diamonds with a question mark inside it. So i'm able to copy the info from my old 1.3.8 database and remove the offending characters.

    I've been entering deg C as ALT + 0176 to get the °C is there a better way to do this? for the moment im just changing it to text saying degrees celcius.

    Neither of these products we're showing the product edit page.
    Click image for larger version. 

Name:	error.jpg 
Views:	33 
Size:	70.0 KB 
ID:	19585

  6. #6
    Join Date
    Jun 2009
    Location
    Sparta, TN
    Posts
    158
    Plugin Contributions
    0

    Default Re: Product descriptions box empty when trying to edit any product.

    I googled How do you display degrees in HTML? and came up with these alternatives:
    Code:
    UNICODE. U+000B0.
    HEX CODE. &#xb0;
    HTML CODE. &#176;
    HTML ENTITY. &deg;
    CSS CODE. \00B0. <span>&#176;</span> content: "\00B0";
    My store - closed 12/05/2023
    1.5.7d (upgraded from 1.5.7b), clone a template (cloned Responsive Classic Template), Sitemap XML v4.0, Square WebPay, PayPal Express Checkout, PHP Version: 7.4.29 (Zend: 3.4.0)

 

 

Similar Threads

  1. v156 Product description field blank when trying to edit products.
    By CunningStunt2 in forum General Questions
    Replies: 1
    Last Post: 18 Mar 2020, 07:54 AM
  2. v151 Edit html within product descriptions
    By thornhillguy in forum General Questions
    Replies: 1
    Last Post: 29 Mar 2013, 06:34 PM
  3. All products field turn up empty when trying to edit
    By siilike1232 in forum Basic Configuration
    Replies: 3
    Last Post: 11 Apr 2011, 09:49 PM
  4. Replies: 6
    Last Post: 5 Nov 2010, 06:58 PM
  5. Replies: 2
    Last Post: 13 Jun 2010, 02:48 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