AbanteCart Community
Shopping Cart Operations => Support => General Support => Topic started by: chrisoft on April 25, 2021, 09:37:09 AM
-
Hello,
I tried to upgrade to version 1.3.0 and change php version from 7.0 to 7.4. (I tried also 8.0 but abantecart did not run at all) but after upgrade I had issues with product options values.
All option fields real text were missing and showing some unreadable text
example: on color option instead show "green", "red", "blue" it was showing "GT 13G 7144 4GG G 44 4.."
How can I fix this problem?
-
it's not issue related to upgrade
You can check this file https://github.com/abantecart/abantecart-src/blob/master/public_html/install/abantecart_database_upgrade.sql and see.
There no any changes of tables product options etc.
-
Hi, Sorry, I checked the file but I am unable to understand what to do.
I restored a backup to abantecart version 1.2.16, using cPanel.
I am currently at php 7.0 and its working fine, but, if I upgrade any version from php 7.1 and up, the problem exists.
What should I do?
-
is your cPanel enabled for you to change your php versions using multiphp manager? If so , then using MultiPHP ini editor , basic mode tab
compare the settings in the 7.0 that is working for you and the 7+ that is not. Depending on your host the php ini for each version can differ. You may be able to set your php ini configs within your cPanel or you may need to make the request for your host to do so.
In our many installations we find php 7.3 and 7.4 work correctly if the php ini is set correct. And our testing shows php 8.0 is working well if 1.3.0 cart version.
-
Hi, Sorry, I checked the file but I am unable to understand what to do.
I restored a backup to abantecart version 1.2.16, using cPanel.
I am currently at php 7.0 and its working fine, but, if I upgrade any version from php 7.1 and up, the problem exists.
What should I do?
You should to check is your new php working in the strict mode. Probably it's a cause.
You can ask your hosting provider support about that.
Fyi: we developed new version 1.3.0 on php8.0 and php7.4. Also we run code on 7.1.
You can try to enable 7.4 and ask hosting provider support.