Use Opencart 3.0.4.1 which can be found https://www.opencart.com/index.php?rout ... ad/history
A new OC3 version is on the way that also will support php8.4. It might also be worth while waiting for that.
No one will recommend someone here they will just advertise themselves.
Nevertheless, you should add any theme / extensions you have.
If you use Opencart default and have few extensions you should be able to upgrade to php8 (by upgrading to OC3.0.4.1) reasonably easily - even yourself.
DISCLAIMER:
You should not modify core files .. if you would like to donate a cup of coffee I will write it in a modification for you.
https://www.youtube.com/watch?v=zXIxDoCRc84
Opencart 3.0.4.0 / 3.0.4.1 are both stable and secure
The new Opencart 3 version will support php8.4 - the other two only up to php8.3
The importance security issues are all in 3.0.4.0 upwards
Opencart 4 is still not suitable for production sites.
DISCLAIMER:
You should not modify core files .. if you would like to donate a cup of coffee I will write it in a modification for you.
https://www.youtube.com/watch?v=zXIxDoCRc84
v.3.0.4.1 works well with php 8.4.8
Full Stack Web Developer :: Dedicated OpenCart Development & Support DACH Region
Contact for Custom Work / Fast Support.
DISCLAIMER:
You should not modify core files .. if you would like to donate a cup of coffee I will write it in a modification for you.
https://www.youtube.com/watch?v=zXIxDoCRc84
So, using OpenCart 3.0.4.1 with php 8.4.8 and MariaDB 11.8.2 (from all the latest official releases) and the shops are "running smoothly the highways along .."
Note: with OpenCart 3.0.4.1 sometimes minor "warnings" could happen (for example when a template .twig has troubles the twig engine will say some "deprecated .. etc. ").
The developers are behind this "issue" and I guess they will release in a few days something called OpenCart 3.0.5.0 which has updated libraries to fix also those messages.
In the meantime "disabling error messages" should be checked in the shop config.
Full Stack Web Developer :: Dedicated OpenCart Development & Support DACH Region
Contact for Custom Work / Fast Support.
DISCLAIMER:
You should not modify core files .. if you would like to donate a cup of coffee I will write it in a modification for you.
https://www.youtube.com/watch?v=zXIxDoCRc84
If I want to convert existing MySQL data to 4.1.0.3's data table structure, what should I do?
Edit keywords directly using a text editor, First import the MySQL table structure into the new database, Finally, will the data be imported into this new structure and restored?
Search
Code: Select all
NOT NULL,
Code: Select all
COLLATE utf8mb4_unicode_ci DEFAULT NULL,
Code: Select all
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
Code: Select all
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC;
Users browsing this forum: No registered users and 3 guests