Page 1 of 1

Image duplicated in image manager

Posted: Sat Aug 05, 2023 5:19 pm
by twkdestroyer
Has anyone seen this before in the backend?

Image

Re: Image duplicated in image manager

Posted: Sat Aug 05, 2023 8:31 pm
by straightlight
Not sure why this topic has been posted in the Bug Reports...

Re: Image duplicated in image manager

Posted: Sat Aug 05, 2023 9:19 pm
by Cue4cheap
twkdestroyer wrote:
Sat Aug 05, 2023 5:19 pm
Has anyone seen this before in the backend?
Have you searched the forum? https://www.google.com/search?q=opencar ... e&ie=UTF-8

Also more info needed.
Mike

Re: Image duplicated in image manager

Posted: Sat Aug 05, 2023 9:20 pm
by ADD Creative
It would be helpful to post your OpenCart version, PHP version and hosting OS used in this case. It's a known bug. The developer can't recreate it in their OS so looks like it will never be fixed.

https://github.com/opencart/opencart/issues/12259
https://github.com/opencart/opencart/issues/12017
https://github.com/opencart/opencart/issues/12013

You can probably fix it by changing.
https://github.com/opencart/opencart/bl ... er.php#L79
To.
https://github.com/opencart/opencart/is ... 1513806477

Re: Image duplicated in image manager

Posted: Sun Aug 06, 2023 4:55 pm
by twkdestroyer
ADD Creative wrote:
Sat Aug 05, 2023 9:20 pm
It would be helpful to post your OpenCart version, PHP version and hosting OS used in this case. It's a known bug. The developer can't recreate it in their OS so looks like it will never be fixed.

https://github.com/opencart/opencart/issues/12259
https://github.com/opencart/opencart/issues/12017
https://github.com/opencart/opencart/issues/12013

You can probably fix it by changing.
https://github.com/opencart/opencart/bl ... er.php#L79
To.
https://github.com/opencart/opencart/is ... 1513806477
Cheers! This solution fixed it!