Jump to content

API call translated_configurations fails [1.7.2.4]


javicule

Recommended Posts

Hi everybody,

I just wanted to report a possible bug in version 1.7.2.4, whenever a make a GET API call to translated_configurations/N I get an error. Here I show you the local call and the error

http://localhost/prestashop/api/translated_configurations/410

<?xml version="1.0" encoding="UTF-8"?>
<prestashop xmlns:xlink="http://www.w3.org/1999/xlink">
    <errors>
        <error>
            <code>
                <![CDATA[5]]>
            </code>
            <message>
                <![CDATA[[PHP Notice #8] Array to string conversion (C:\xampp\htdocs\prestashop\classes\webservice\WebserviceOutputXML.php, line 129)]]>
            </message>
        </error>
    </errors>
</prestashop>

Maybe someone can try this out to confirm it.

I patched the code and it worked so that's why I think it might be a bug

Thank you

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...