Author Topic: DEPRECATED message but have not modified anything  (Read 2387 times)

Offline sunhost

  • Newbie
  • *
  • Posts: 4
  • Karma: +1/-0
    • View Profile
DEPRECATED message but have not modified anything
« 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

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5797
  • Karma: +274/-2
    • View Profile
Re: DEPRECATED message but have not modified anything
« Reply #1 on: March 24, 2021, 01:09:04 AM »
Hello.
Check with the host what is your PHP version. Upgrade AbanteCart

Offline sunhost

  • Newbie
  • *
  • Posts: 4
  • Karma: +1/-0
    • View Profile
Re: DEPRECATED message but have not modified anything
« Reply #2 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

Offline abolabo

  • core-developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2048
  • Karma: +319/-13
  • web for all, all for web!
    • View Profile
    • AbanteCart
Re: DEPRECATED message but have not modified anything
« Reply #3 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
“No one is useless in this world who lightens the burdens of another.”
― Charles Dickens

Offline sunhost

  • Newbie
  • *
  • Posts: 4
  • Karma: +1/-0
    • View Profile
Re: DEPRECATED message but have not modified anything
« Reply #4 on: March 24, 2021, 11:32:32 AM »
Great thanks so much for the help , i will give it a try.

Offline sunhost

  • Newbie
  • *
  • Posts: 4
  • Karma: +1/-0
    • View Profile
Re: DEPRECATED message but have not modified anything
« Reply #5 on: March 28, 2021, 08:13:30 AM »
Thank you again abolabo. that worked for me.

 

Powered by SMFPacks Social Login Mod