Category Desciptions Not Saving in 1.5.7
Hi all. We have been upgrading our sites to 1.5.7 from 1.5.4. Category descriptions were working fine in 1.5.4. But in 1.5.7 when we go in to put in category description and click "Save," it does not save the description. There are no error logs being generated by this issue. Any help or pointers would be GREATLY appreciated. This upgrade process has been quite maddening. :frusty:
Running version 1.5.7 with PHP 7.2 on the server.
Re: Category Desciptions Not Saving in 1.5.7
Verified working properly in a default 1.5.7 installation, plain text and CKEditor.
You have changed something that has broken this functionality.
Re: Category Desciptions Not Saving in 1.5.7
Just to add to the confusion this only seems to be affecting certain categories. I set up a new category and it saves the description and saves edits I went back in and made. But there are certain categories that the description won't save or update. Yay, Monday.
Re: Category Desciptions Not Saving in 1.5.7
What other software is installed? What modifications have been made away from default code? E.g. Please address the posting tips to get more assistance on this.
Re: Category Desciptions Not Saving in 1.5.7
The only mods we have on the Admin end of things are:
Supertracker
Monthly Sales/Tax Summary
Easy Populate 4
As far as I know, none of the mods overwrite any of the core files.
Re: Category Desciptions Not Saving in 1.5.7
For the updates that fail, are you entering anything other than alphanumeric characters? Any special characters?
Using Plain text or CKEditor?
Re: Category Desciptions Not Saving in 1.5.7
Using the CKEditor with no special characters. Just alphanumeric and an image link for the manufacturer's logo.
Re: Category Desciptions Not Saving in 1.5.7
Can you try just the alphanumeric part and see if that works. Then we'll look at the logo part.
Re: Category Desciptions Not Saving in 1.5.7
Okay. Did two different attempts ... one with just text and one with an image file. Just using text, it updated and displayed on the website. When I put in an image link, the description didn't update on the website (displays as blank) and doesn't show any description in the admin when I go into to edit it.
Here's the code (that didn't update) to pull the image:
Code:
<center><img alt="Champagne Bottle Cards by Pictura" src="images/logo_champagne.jpg" /></center>
Re: Category Desciptions Not Saving in 1.5.7
If you are using CKEditor, and you want to do that, you have to press the "Source" button to add HTML - are you doing that?