Page 1 of 1

Deprecated : htmlspecialchars()

Posted: Sun Jun 15, 2025 9:14 am
by radhavallabh
Hi dear;
On install of 1.1.0.3 I am getting this error on sample product pears without attributes-

Deprecated
: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in
C:\xampp\htdocs\xx\includes\system\versioned\1.01.00.02\product_builder.php
on line
46

data-is-special="0" data-product-price="4.99" data-product-manufacturer="" data-in-stock="1000" data-product-id="3" data-has-attributes="0">

Any ideas pls??
Thank you in advance;
Regds./
radhavallabh

Re: Deprecated : htmlspecialchars()

Posted: Tue Jun 17, 2025 4:41 am
by frankl
Make sure all products have a manufacturer.

Re: Deprecated : htmlspecialchars()

Posted: Wed Jun 18, 2025 6:15 am
by radhavallabh
frankl wrote: Tue Jun 17, 2025 4:41 am Make sure all products have a manufacturer.
Ok but those without manufacturer are deemed to have this error dear??
Should it not return no error with or without it?
Regds./
radhavallabh

Re: Deprecated : htmlspecialchars()

Posted: Sun Jun 22, 2025 8:31 am
by burt
Probably something to do with NULL manufacturers.

If a product has no manufacturer, it is now set to "NULL" not "0".

I'll take a look if I have time and enough effort to bother.

Re: Deprecated : htmlspecialchars()

Posted: Tue Jun 24, 2025 9:46 am
by burt