Jump to content

 PHP Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated on line 695


lebasha

Recommended Posts

hi 

i have prestashop 1.7.8.5

i have this error

 

 PHP Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in /home/modelf/public_html/modules/themeconfigurator/themeconfigurator.php on line 695

 

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

 

what should i do ? please help me

 

 

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