Thanks again, we'll just wait for the fix then. Have a great evening![]()
Thanks again, we'll just wait for the fix then. Have a great evening![]()
Should be resolved by updating these files: https://www.zen-cart.com/showthread....33#post1312333
.
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.
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
v155a under construction: http://angelcorp.net/test/index.php?...products_id=88
The 4th line from above, next to 'Model:' shows '&nbsp;'
v150 live site: http://angelcorp.net/infant-formula/...products_id=88
The 4th line from above, next to 'Model:' follows a space.
The admin backend input are identical ( ). Same database actually (upgraded with v155a).
Thank you.
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
I re-input the value. The bug still hassle. Thank you anyway.
Will these files work in 1.5.6c? It looks like they are only good through 1.5.5f.
I am getting the conversion of & to &...running on XAMPP v3.2.4, PHP 7.3.15, most recent version of windows 10 64 bit.
I don't have a live site to show you at this time so I'll give you as much as I can to narrow down the issue.
My custom admin template is based on the Zencart admin/Configuration page.
A sub page of this is my backup program and one of it's options is to select which category to back up.
There are radio button selects in the right hand box for each top level category in my catalog...Health & Beauty being one of them.
When I select Health & Beauty, it returns Health & Beauty in the value column and screws up my script for backing up this category.
Yes, I can rename it to Health Beauty but prefer Health & Beauty.
I tried using html_decode in my script but the rest of the script failed even though the html_decode did change the category name correctly.
Thanks for your help.
Commenting this out in AdminRequestSanitizer.php makes the problem go away but I don't fully understand the impact of leaving this commented out.
PHP Code:public function setDoStrictSanitization($doStrictSanitize)
{
/*$this->doStrictSanitization = $doStrictSanitize;*/
}
...or this in init_sanitze.php
PHP Code://$sanitizer->setDoStrictSanitization(DO_STRICT_SANITIZATION);