Closed chrey closed 1 year ago
Same here. Only occured after upgrading to Magento 2.3.5.
Disabling the module for now.
Good afternoon,
I have met this issue on my website too. I did a pull request (#26) a few minutes ago.
It solved my problem on Magento 2.4.1. In any case, this PHP condition is needed even in older version, in particular with error_reporting configured with E_ALL.
Ilan Parmentier
Version of the module installed on a Magento 2.3 with almost no developments : 1.1.1 The module is installed but not used with any entity created.
In the admin catalog product page : when using the full text filter with anything inside, error displayed :
Then you cannot use the page again unless you empty the table ui_bookmark for the admin user in the database
Error in the logs :
If you don't go inside the "if" the variable $selects is undefined.
When disabling this module, no more errors