Page 11 of 12

Re: Official Opencart v2.3.0.2 bug reports

Posted: Mon May 15, 2017 7:00 pm
by HAO
I do not understand what you are saying, We are saying that there is a problem with the HTML content module.

When we want to save the HTML code that has been modified, We can not press "Save" directly, Need to be more than one action can be properly Saved.

Should not this fix it?

Re: Official Opencart v2.3.0.2 bug reports

Posted: Mon May 15, 2017 7:26 pm
by webcorvo
Sorry yes, you have reason ;o)
Is a bug .. may be you cant put that error here https://github.com/opencart/opencart/issues

Re: Official Opencart v2.3.0.2 bug reports

Posted: Mon May 15, 2017 10:35 pm
by Johnathan
HAO wrote:
Mon May 15, 2017 5:23 pm
You mentioned the above problem, I have encountered the same situation.

But until now, I do not know how to fix in OpenCart 2.3.0.2, If the problem has been fixed in 2.3.0.3 RC, please also tell us how to deal with?
Just a word of advice: do NOT use 2.3.0.3_rc for a live store. It breaks compatibility with extensions, still has bugs in it, and the next version is going to be 3.0, so that version will likely never be released.

Re: Official Opencart v2.3.0.2 bug reports

Posted: Mon May 15, 2017 11:36 pm
by HAO
OK!

So i am using 2.3.0.2 version, do you think you can convert from 2.1.0.2?

I have a bug based on this topics mentioned as much as possible fix, So far, in addition to the above mentioned bug has not yet fix, What else can I fix?

Re: Official Opencart v2.3.0.2 bug reports

Posted: Tue May 16, 2017 11:24 pm
by ADD Creative
The issue of the editor saving in code view has been reported a few times. There is no fix at the moment.
https://github.com/opencart/opencart/issues/4295
https://github.com/opencart/opencart/issues/5119

The issue seems to be with the Summernote editor. See the links below that may have possible workarounds.
https://github.com/summernote/summernote/issues/94
https://github.com/summernote/summernote/issues/1529

Re: Official Opencart v2.3.0.2 bug reports

Posted: Fri May 19, 2017 8:40 pm
by HAO
Can you download the confirmed fix for me?

I will make a patch file on how to fix it, Just like the file I uploaded.

PS.In addition to the above-mentioned editor Bug, I still remember that a "image manager" could not search for a bug in the file name.

Is this problem solved?

Re: Official Opencart v2.3.0.2 bug reports

Posted: Mon May 22, 2017 7:54 pm
by ADD Creative
I don't think there is a confirmed fix. Just some examples of how to workaround the problem.

Regarding the file manager search bug. You need https://github.com/opencart/opencart/co ... 1c11918b0e and then probably https://github.com/opencart/opencart/pull/5422/files.

Official Opencart v2.3.0.2 bug Add IP API

Posted: Mon May 22, 2017 8:44 pm
by webcorvo
Hi,
When you add one IP to API in cliente mode, o must after make refresh to the browser ;)

Re: Official Opencart v2.3.0.2 bug reports

Posted: Mon May 22, 2017 9:14 pm
by HAO
ADD Creative wrote:
Mon May 22, 2017 7:54 pm
I don't think there is a confirmed fix. Just some examples of how to workaround the problem.

Regarding the file manager search bug. You need https://github.com/opencart/opencart/co ... 1c11918b0e and then probably https://github.com/opencart/opencart/pull/5422/files.
I would like to ask this topics, What is the meaning of existence?

If it is not a confirmed debug method, How can we get the confirmed fix method from where?

For those of us non-English-speaking countries of, We are passive to get the English information of the ethnic group, It's hard for us to get the right pipe to fix it.

We can only through a patch like I made, there are differences reported to fix, Because we only know how to replace and edit, There is no way like you can clearly get the information from github.

請問你明白我的意思嗎?

Please understand me through Google Translate, Just as I understand you as much as possible through Google Translate.

Thank you for the information!

Re: Official Opencart v2.3.0.2 bug reports

Posted: Wed May 24, 2017 10:20 pm
by HAO
I downloaded two patches from here:
Bug Fixing 2.3.0.2
Dasboard Quick Fix for Opencart 2.3.0.2
If these are also confirmed fix, I think it should be listed here, Because there are several fix this topics can see.
In addition to this topics discussed the Bug, What else need to be debug?

Re: Official Opencart v2.3.0.2 bug reports

Posted: Thu May 25, 2017 12:19 am
by ADD Creative
Sadly it seems that this topic is not actively updated by any OpenCart moderators.

For the Summernote problem, as a workaround you could try.

In admin/view/javascript/summernote/opencart.js, find the at the end of the file:

Code: Select all

});
And replace with:

Code: Select all

	$('.note-codable').on('blur', function() {
		var sn = $(this).closest('.note-editor').siblings('textarea');

		if (sn.summernote('codeview.isActivated')) {
			sn.val(sn.summernote('code'));
		}
	});
});

Re: Official Opencart v2.3.0.2 bug reports

Posted: Thu May 25, 2017 12:56 am
by HAO
I have updated my own patchs, Please tell me all the debug lists outside of this topics.

I will be the same as before to provide my file and changed report, Try to create can replace the patch file. (For OpenCart 2.3.0.2)

Re: Official Opencart v2.3.0.2 bug reports

Posted: Mon Jun 12, 2017 12:38 am
by bluelayer
Hello,

can anyone confirm this bug:

disable one language (you need two at least)
delete cache from system/storage/cache/
create one new product from "new" button
open cart will ignore the disabled option for the language
delete again the cache
now go to the front store
go again to the "new" product button
product is created with only one language!

Re: Official Opencart v2.3.0.2 bug reports

Posted: Mon Jun 12, 2017 8:02 pm
by ADD Creative
I believe a disabled language will appear in the admin but not the front store. See https://github.com/opencart/opencart/issues/5061.

Re: Official Opencart v2.3.0.2 bug reports

Posted: Mon Jun 12, 2017 8:40 pm
by bluelayer
might be, but if language cache is created by front store instead of admin side, new product button has only one language to the product, makes no sense

Re: Official Opencart v2.3.0.2 bug reports

Posted: Mon Jun 12, 2017 10:36 pm
by ADD Creative
Could it be this issued that your are seeing? https://github.com/opencart/opencart/issues/4825

Re: Official Opencart v2.3.0.2 bug reports

Posted: Mon Jun 12, 2017 11:08 pm
by bluelayer
look like :P
thank you

All Bug Fixed V2x

Posted: Wed Jun 14, 2017 10:23 pm
by webcorvo
On the bug_fix_V2x.zip file you will find all bug's for OC V2x fixed.

Important - Read the readme.txt file

Just upload folders admin and catalog to your Opencart installation (if asked, overwrite older files).

You must DELETE and CREATE a new oc_customer_online table!!!
See the steps on file - sql online report.txt

webcorvo@gmail.com

Re: Official Opencart v2.3.0.2 bug reports

Posted: Wed Jun 14, 2017 10:52 pm
by bluelayer
this "pack" doesn't contain language cache fixes

Re: Official Opencart v2.3.0.2 bug reports

Posted: Tue Aug 15, 2017 2:50 pm
by vman
I am using v2.3.0.2 and we moved all the data from v1.5x and that's all good. The issue we have is with the admin-products we want to copy a product so we tick the box next to the product and go to the top right and click Copy.
This is the problem, in Windows Explorer it deletes the product we ticked (no warning like if you hit Delete) it just disappears and we get the message Success: You have modified products!and in Firefox its intermittent sometime it deletes sometimes it copies the product.
What are we missing here, is this a bug?
Any input is greatly appreciated as right now I lost a few product and I am afraid of doing any further test.
Thanks Victor