Found a deprecated on a website page with the menu item type "JoomShopping > Manufacturer list" and empty description in "JoomShopping/Config/StaticText/Manufacturer":
Deprecated: mb_strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in C:\laragon\www\joomla.loc\libraries\vendor\joomla\string\src\StringHelper.php on line 151
This deprecated is resolved by changing line #92 in the "getDescriptionMainPage" function from the "/components/com_jshopping/Table/StatictextTable.php" file:
Code:
$this->description = $rowstatictext->text;
Change to:
$this->description = $rowstatictext->text ?? '';
Joomla: 6.0.2
JoomShopping: 5.9.0
PHP: 8.3.9
MySQL: 8.4.3
Website Url: local
JoomShopping: 5.9.0
PHP: 8.3.9
MySQL: 8.4.3
Website Url: local
Last change: 10.01.2026 01:51
Why do programmers prefer dark mode? Because light attracts bugs 🐛 🐞



