I'm using a little right chevron ► in the product description that shows up correctly on preview but is saved as ? in the database. This used to work.
I'm using a little right chevron ► in the product description that shows up correctly on preview but is saved as ? in the database. This used to work.
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
Zen-Venom Get Bitten
No, I have the latest Trustwave updates + 155a.
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
Oh well, I had this issue and replacing these files corrected it for my install
/admin/includes/classes/AdminRequestSanitizer.php
/admin/includes/init_includes/init_sanitize.php
Zen-Venom Get Bitten
To what charset is the database set? Template?
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
Hmmm
product description is probably the most permissive field as far as admin sanitizer is concerned.
How do you enter the chevron. As an html entity ?
Did a quick test on my v155 branch.
Copy/pasted a chevron into a description.
saved OK and displays OK in admin/catalog
Thanks for confirming, @wilt.
Did some digging and found the root cause was that the database was latin1. Converted to UTF8 using Andrew's script:
https://www.zen-cart.com/downloads.php?do=file&id=1318
and the problem was resolved.
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
It does but the charset (in the configure files) and database have to agree - I had set the charset to utf8 but failed to update the database accordingly. Prior incarnations of this system had charset iso-8859-1, so it all worked.
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
Bookmarks