Page 1 of 1

[SOLVED] about version 3.0.4.1

Posted: Tue May 20, 2025 12:04 pm
by NicNie
I am currently running version 3.0.4.0 and am considering upgrading to version 3.0.4.1. Before proceeding, I would like to confirm whether this upgrade involves any changes to the MySQL database tables. I have made custom modifications to some of the table structures, and any changes introduced during the upgrade could potentially disrupt the functionality of my website.

Re: about version 3.0.4.1

Posted: Tue May 20, 2025 4:26 pm
by ADD Creative
There have been no changes to the database tables in 3.0.4.1 from 3.0.4.0. So you shouldn't need to run the upgrade script, just update the files.

Re: about version 3.0.4.1

Posted: Mon May 26, 2025 1:43 pm
by NicNie
ADD Creative wrote:
Tue May 20, 2025 4:26 pm
There have been no changes to the database tables in 3.0.4.1 from 3.0.4.0. So you shouldn't need to run the upgrade script, just update the files.

Thank you. Do you know which files have been updated? Is it possible to update only certain files? Since my OpenCart 3.0.4.0 has undergone secondary development with additional fields added in the admin panel, I'm concerned that overwriting these files might cause the customizations to be lost. Thank you.

Re: about version 3.0.4.1

Posted: Mon May 26, 2025 2:08 pm
by by mona
You can check on github but not a small task. There is no need to upgrade since the major issues have been resolved in 3.0.4.0 and it is a good version.
In future you might want to consider not making changes to core files or at the very least making notes of what you have changed. Upgrading now or in the future - the result is the same.

Re: about version 3.0.4.1

Posted: Tue May 27, 2025 6:44 pm
by paulfeakins
NicNie wrote:
Mon May 26, 2025 1:43 pm
Thank you. Do you know which files have been updated? Is it possible to update only certain files? Since my OpenCart 3.0.4.0 has undergone secondary development with additional fields added in the admin panel, I'm concerned that overwriting these files might cause the customizations to be lost.
Well that's why vQmod and OCMOD exist so you should fire any developer who modified core files.

Re: about version 3.0.4.1

Posted: Wed May 28, 2025 1:34 am
by khnaz35
Who *in their right mind* still thinks modifying core files directly is a good idea?

Re: about version 3.0.4.1

Posted: Wed May 28, 2025 5:13 pm
by ADD Creative
You can see the changes between version at: https://github.com/opencart/opencart/co ... ...3.0.4.1

You will probably need to use a file comparison application to compare your files to a clean download of 3.0.4.0 to see what changes you ave made and merge them with the 3.0.4.1 or make them into a modification.

Re: about version 3.0.4.1

Posted: Thu May 29, 2025 12:59 am
by NicNie
by mona wrote:
Mon May 26, 2025 2:08 pm
You can check on github but not a small task. There is no need to upgrade since the major issues have been resolved in 3.0.4.0 and it is a good version.
In future you might want to consider not making changes to core files or at the very least making notes of what you have changed. Upgrading now or in the future - the result is the same.
Thank you for your response. It was very helpful

Re: about version 3.0.4.1

Posted: Thu May 29, 2025 1:01 am
by NicNie
paulfeakins wrote:
Tue May 27, 2025 6:44 pm
NicNie wrote:
Mon May 26, 2025 1:43 pm
Thank you. Do you know which files have been updated? Is it possible to update only certain files? Since my OpenCart 3.0.4.0 has undergone secondary development with additional fields added in the admin panel, I'm concerned that overwriting these files might cause the customizations to be lost.
Well that's why vQmod and OCMOD exist so you should fire any developer who modified core files.
You're absolutely right; that's exactly what I was considering.

Re: about version 3.0.4.1

Posted: Thu May 29, 2025 5:49 pm
by paulfeakins
NicNie wrote:
Thu May 29, 2025 1:01 am
You're absolutely right; that's exactly what I was considering.
Can we consider this [SOLVED]?

Re: about version 3.0.4.1

Posted: Wed Jun 04, 2025 1:52 am
by NicNie
paulfeakins wrote:
Thu May 29, 2025 5:49 pm
NicNie wrote:
Thu May 29, 2025 1:01 am
You're absolutely right; that's exactly what I was considering.
Can we consider this [SOLVED]?
Yes!!