franzholz / tt_products

Webshop running under TYPO3 and PHP with products in multiple languages, order tracking, product variants, interface for credit card payment, bill generation, creditpoint and voucher system. Support this work and get the latest versions at the following website.
https://www.ttproducts.de
1 stars 7 forks source link

Search PHP Warning Undefined array key #265

Closed LightsOnDeveloper closed 4 months ago

LightsOnDeveloper commented 5 months ago

We got an error after searching for a product with this message:

PHP Warning: Undefined array key "" in /var/www/html/vendor/jambagecom/table/lib/class.tx_table_db.php line 135

TYPO3: 12.4.15 tt_products: 2.15.7 PHP: 8.1.24

franzholz commented 5 months ago

I also need the backtrace in order to know where the method getLangAlias has been called. Activate the debug output.

franzholz commented 5 months ago

Try out this fix:

https://github.com/franzholz/table/pull/7

LightsOnDeveloper commented 4 months ago

The fix works! Thank you and sorry for my late response.