AbanteCart Community

Shopping Cart Operations => Support => Topic started by: sunhost on March 23, 2021, 07:31:41 PM

Title: DEPRECATED message but have not modified anything
Post by: sunhost on March 23, 2021, 07:31:41 PM
Hello i am getting the following message and we have not logged into or done any changes to teh site for a while. i am thinking that the hosting company updated something on the server and now the AbanteCart cart will not work. any suggestions. thank you

DEPRECATED: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in /home/verdeazulpr/public_html/catalog/core/engine/view.php on line 304
Warning: Cannot modify header information - headers already sent by (output started at /home/verdeazulpr/public_html/catalog/core/lib/error.php:114) in /home/verdeazulpr/public_html/catalog/core/lib/exceptions/exception.php on line 94
Title: Re: DEPRECATED message but have not modified anything
Post by: Basara on March 24, 2021, 01:09:04 AM
Hello.
Check with the host what is your PHP version. Upgrade AbanteCart
Title: Re: DEPRECATED message but have not modified anything
Post by: sunhost on March 24, 2021, 06:39:11 AM
Hi thanks for the answer below is the versions of each
PHP version: 7.3.6
AbanteCart Version : 1.2.16
Title: Re: DEPRECATED message but have not modified anything
Post by: abolabo on March 24, 2021, 10:00:47 AM
Hello i am getting the following message and we have not logged into or done any changes to teh site for a while. i am thinking that the hosting company updated something on the server and now the AbanteCart cart will not work. any suggestions. thank you

DEPRECATED: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in /home/verdeazulpr/public_html/catalog/core/engine/view.php on line 304
Warning: Cannot modify header information - headers already sent by (output started at /home/verdeazulpr/public_html/catalog/core/lib/error.php:114) in /home/verdeazulpr/public_html/catalog/core/lib/exceptions/exception.php on line 94

it's  not a critical issue, but you can take newest version of file core/engine/view.php from our github and try to replace
https://github.com/abantecart/abantecart-src/blob/1.3.0/public_html/core/engine/view.php
Title: Re: DEPRECATED message but have not modified anything
Post by: sunhost on March 24, 2021, 11:32:32 AM
Great thanks so much for the help , i will give it a try.
Title: Re: DEPRECATED message but have not modified anything
Post by: sunhost on March 28, 2021, 08:13:30 AM
Thank you again abolabo. that worked for me.