Jordi Posted October 7, 2021 Posted October 7, 2021 If I call https://xxxxx/api/products?display=full It returns an error on PHP 7.4 (on PHP 7.3 works fine) <prestashop xmlns:xlink="http://www.w3.org/1999/xlink"> <errors> <error> <code> <![CDATA[ 5 ]]> </code> <message> <![CDATA[ Trying to access array offset on value of type bool (C:\Aplicacions\prestashop.librofotos\classes\Product.php, line 7395) ]]> </message> </error> <error> <code> <![CDATA[ 5 ]]> </code> <message> <![CDATA[ [PHP Notice #8] Trying to access array offset on value of type bool (C:\Aplicacions\prestashop.librofotos\classes\Product.php, line 7395) ]]> </message> </error> </errors> </prestashop>
datakick Posted October 7, 2021 Posted October 7, 2021 https://github.com/thirtybees/thirtybees/commit/d8fc1d5d015c18a062e55066b6b98d35be50e63d 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now