I feel a bit lost between all of the versions and places to download different versions of Opencart. Right now I´m working on a new updated OC shop based on 3.0.x.x from Github. I see a lot of forum members are recommending this version. I´m currently using 3.0.3.7 and I wanted to update the platform, especially for newer PHP8 and up. So I went for the 3.0.3.8 Maintenance Github version a couple of months ago.
1. Is the old "3.0.3.8 Maintenance" the same like "https://github.com/opencart/opencart/tree/3.0.x.x" now?
2. Because I used the 3.0.3.8 maintenance version for my new shop that Iḿ building, should I update to the latest based on this link?
https://github.com/opencart/opencart/tree/3.0.x.x
3. Until today all of the new installed modules are working with above OC version. If I update, is there any changes or risk for modules not to work?
4. What´s the changes for "3.0.x.x" and the newest 3.0.3.9 version?
https://www.waxedperfection.co.uk/ Car Detailing Product Blog's and Review's
Code: Select all
define('VERSION', '3.0.3.9');
Before attempting any upgrades, which should be doable from 3.0.x.x_Maintenance to either 3.0.3.9 or 3.0.x.x, do a full backup first! If the upgrade causes problems, then it's best to do a fresh install, including all your extensions, and you could then use the free Export/Import tool to port your product data over to the new OpenCart version.
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
So in short, would i be right in thinkingJNeuhoff wrote: ↑Fri Nov 03, 2023 12:30 amThe 3.0.x.x is basically 3.0.3.9, with fixed index.php and admin/index.php (Daniel forgot to set the). Also, the 3.0.x.x, unlike 3.0.3.9, now uses the ECB for the currency refresh.Code: Select all
define('VERSION', '3.0.3.9');
3.0.3.9 is as good as the day it was released (October 16, 2023)
but
3.0.x.x is as good day the day it was downloaded from Github and will 3.0.x.x be getting more updates / fixes going forward.??
https://www.waxedperfection.co.uk/ Car Detailing Product Blog's and Review's
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
I'm a little sceptical of that one as those extensions will be written for PHP 7 and yet expected to run on PHP 8 ...
UK OpenCart Hosting | OpenCart Audits | OpenCart Support - please email info@antropy.co.uk
True, except OpenCart 3.0.3.9 or 3.0.x.x still runs on PHP 7.4. But yes, 3rd party extension authors should really test their extensions first, to ensure PHP 8 compatibility.paulfeakins wrote: ↑Fri Nov 03, 2023 8:17 pmI'm a little sceptical of that one as those extensions will be written for PHP 7 and yet expected to run on PHP 8 ...
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
I have upload all the necessary files but I´m facing below error code while I try to upgrade:
SyntaxError: Unexpected token '<', "Warning"... is not valid JSON parsererror Warning: mysqli::query(): (HY000/1283): Column 'description' cannot be part of FULLTEXT index in /home/myhost/domains/mydomain/public_html/system/library/db/mysqli.php on line 25{"error":"Error Code(0): Error: Column 'description' cannot be part of FULLTEXT index
Error No: 1283
ALTER TABLE `oc_product_description` CHANGE `name` `name` VARCHAR(255) NOT NULL AFTER `language_id` in \/home\/myhost\/domains\/mydomain\/public_html\/system\/library\/db\/mysqli.php on line 49"}
So the continue button does not work, I can´t get to the upgrade success page.
Any tips for this issue?
I will start over and do a new install from the beginning. Based on the files via this link (https://github.com/opencart/opencart/tree/3.0.x.x) will this version support PHP8? If so, even PHP8.1 and latest PHP8.2? I just want to update to a updated OC version that I can trust some years to come.
Yes, 3.0.x.x supports all of PHP 8.0, 8.1, and 8.2.tsloc wrote: ↑Sat Nov 04, 2023 6:16 amHello again,
I will start over and do a new install from the beginning. Based on the files via this link (https://github.com/opencart/opencart/tree/3.0.x.x) will this version support PHP8? If so, even PHP8.1 and latest PHP8.2? I just want to update to a updated OC version that I can trust some years to come.
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
Upgrade Service | OC 2.3.0.2 PHP 8 | My Custom OC 3.0.3.8 | Buy me a beer
I´m curious to ask about a planned update for my platform. I wonder about version 3.0.3.9 that I´m using right now. I can see that version on the default Opencart homepage download section but also on Github homepage.
Because different places to download the specific version, where should I look and where should I download latest updated version?
For example, is it necessary to update at all when I look at version 3.0.3.9? I´m asking the question because I plan to update my theme. Therefore maybe it´s good to "refresh" the core as well.
I installed this version 5/11 2023 and have not updated any core files since then.
https://github.com/opencart/opencart/tree/3.0.x.x
I downloaded the latest files from Github:
https://github.com/opencart/opencart/tree/3.0.x.x
Now when I have copied over and replaced with the new files, I see one issue when I try to upgrade. Is the upgrade step necessary when just update the files? It was version 3.0.3.9 before from 231105 and now I have just uploaded the new files over the old ones.
Error message as below when I try domain.com/install
(going to https://www.domain.com/install/index.ph ... de/upgrade)
SyntaxError: Unexpected token '<', "Warning"... is not valid JSON parsererror Warning: mysqli::query(): (HY000/1283): Column 'description' cannot be part of FULLTEXT index in /home/user/domains/domain.com/public_html/system/library/db/mysqli.php on line 25{"error":"Error Code(0): Error: Column 'description' cannot be part of FULLTEXT index
Error No: 1283
ALTER TABLE `oc_product_description` CHANGE `name` `name` VARCHAR(255) NOT NULL AFTER `language_id` in \/home\/user\/domains\/domain.com\/public_html\/system\/library\/db\/mysqli.php on line 49"}
There is only one minor change to the database structure between 3.0.3.9 and 3.0.4.0. You probably not need to run the upgrade script.
https://github.com/opencart/opencart/co ... e0274570f9
Users browsing this forum: lockiedownunder and 11 guests