Deprecated in menu item type "JoomShopping > Manufacturer list"

10.01.2026 01:50
#1
denben777
Joomshopping forum user no avatar
Name: denben777
20.08.2011
Posts: 54
Quote
Deprecated in menu item type "JoomShopping > Manufacturer list"

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 ?? '';

Deprecated in menu item type "JoomShopping > Manufacturer list"


Joomla: 6.0.2
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 🐛 🐞
 
10.01.2026 07:55
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 28232
Quote
Aw: Deprecated in menu item type "JoomShopping > Manufacturer list"

Thank you. It will be in the next version.

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.