AbanteCart Community
Shopping Cart Operations => Support => Topic started 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
-
Hello.
Check with the host what is your PHP version. Upgrade AbanteCart
-
Hi thanks for the answer below is the versions of each
PHP version: 7.3.6
AbanteCart Version : 1.2.16
-
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
-
Great thanks so much for the help , i will give it a try.
-
Thank you again abolabo. that worked for me.