Jump to content
thirty bees forum

webservice api error on php 7.4


Jordi

Recommended Posts

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>

 

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...