Jump to content

Error [8192] Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)`


Recommended Posts

Hola, Buen día!

Tengo un problema desde que actualice a PS 1.7.8.6 hoy, antes tenía la versión 1.7.8.5, trabajo en local antes de subir el sitio a Internet.

El error que me da es el siguiente:

Unknown error en línea 548 en archivo C:\\xampp\\htdocs\\local22\\modules\\wpthemeconfigurator\\wpthemeconfigurator.php
[8192] Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)`

La línea a la que hace referencia es la siguiente:

'context' => (Configuration::get('PS_MULTISHOP_FEATURE_ACTIVE') == 0) ? 1 : ($this->context->shop->getTotalShops() != 1) ? $this->context->shop->getContext() : 1

Y la verdad es que no se que modificar para que se deje de aparecer ese error.

Me trae problemas en el tema del sitio, ya que solo puedo ver la página de inicio del sitio.

Atte.

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