Page 1 of 1

Featured Products Disappearing

Posted: Sat Jul 09, 2016 6:31 am
by DBI
I'm hoping someone else has encountered this, and found a workaround, so I don't have to spend a bunch of time going through the code looking for the bug:

When saving featured products (module) everything works fine the first time. Subsequent saves remove all, or all but one of the products in the featured list.

Example oc_module database entry:
{"name":XXX","product":["926","19524","29753","30796","5536","31609","36127","36196"],"limit":"8","width":"200","height":"200","status":"1"}

After second save becomes:
{"name":"XXX","product":["926","","","","","","",""],"limit":"8","width":"200","height":"200","status":"1"}

Re: Featured Products Disappearing

Posted: Sat Jul 09, 2016 6:40 am
by straightlight
For which OC version are you reporting this issue?

Re: Featured Products Disappearing

Posted: Sat Jul 09, 2016 8:53 am
by DBI
2.1.0.2

Re: Featured Products Disappearing

Posted: Sat Jul 09, 2016 8:55 am
by straightlight
Have you tried on the latest stable release to see if this issue can be reproduced?

Re: Featured Products Disappearing

Posted: Sat Jul 09, 2016 9:13 am
by DBI
I downgraded to 2.1 after the 2.2.0.0 upgrade script destroyed a website. Later discovered it was a known issue that effected ALL upgrades of versions prior to 2.1... that it was a known issue and the download (with upgrade script) were still available on the OC site, and that it was the second time an OC upgrade script had torched a site for a client of mine... Needless to say going forward I won't be upgrading to a version until after it's been out for quite a long time.

Going back to my original question... has anyone else experienced this problem, or have any ideas what might be causing it?