Page 2 of 2

Re: Thumnails not showing In Image Manager

Posted: Sat Dec 05, 2015 3:12 am
by sukhrajsingh
I am also getting the same issue any one find the solution please tell me..

Regards
Sukhraj Singh
akkk07 wrote:Bugs with adding image

In my open cart admin panel, when i try to add image, the pop up screen kinda freeze and hang with the login screen again and again. See the attached.

Please help

Re: Thumnails not showing In Image Manager

Posted: Sun Dec 06, 2015 3:13 am
by sukhrajsingh
i am also getting the same problem if anybody found any solution to this issue please share with me here. Thanks in advance.....

akkk07 wrote:Bugs with adding image

In my open cart admin panel, when i try to add image, the pop up screen kinda freeze and hang with the login screen again and again. See the attached.

Please help

Re: Thumnails not showing In Image Manager

Posted: Mon Mar 07, 2016 3:14 pm
by vitalvintage
I have same issue... opencart 2.0.1.1

no images in image manager or anywhere while under https:// in admin...

only shows images if i manually changer the url for that page in the address bar to http://

anyone find the fix yet???

Re: Thumnails not showing In Image Manager

Posted: Wed Jun 22, 2016 5:24 am
by aldo1003
I found changing the permissions of the image data and cache directories all to 777 sorted me out, only new images were not showing but once i changed all worked, a bit worried about security but we will see

Re: Thumnails not showing In Image Manager

Posted: Wed Jun 29, 2016 7:26 pm
by straightlight
Another solution you could try: http://forum.opencart.com/viewtopic.php ... 20#p626233

It is for v2.0 but for v1.5x releases, you could search in those mentioned files for: tmp_name and replace by the instructed lines would still resolved the issue. :)

Re: Thumnails not showing In Image Manager

Posted: Sat Jul 30, 2016 9:17 am
by IP_CAM
straightlight wrote:An official fix has been released....
Readers, be aware, just don't even try to upload this Assortment of Files to a working OC v.1.5.6.x Version,
or it could really harm your System. This FIX is built only for OC v.2.x Versions.

Just to mention this, here on OC v.1.5.x !
Ernie

Re: Thumnails not showing In Image Manager

Posted: Sat Jul 30, 2016 9:21 am
by straightlight
IP_CAM wrote:
straightlight wrote:An official fix has been released....
Readers, be aware, just don't even try to upload this Assortment of Files to a working OC v.1.5.6.x Version,
or it could really harm your System. This FIX is built only for OC v.2.x Versions.

Just to mention this, here on OC v.1.5.x !
Ernie
The note has now been added on the official topic that it's only available for v2.x releases as my topic was only created in that section on anyhow. As for harming the system, this is totally not true. It would simply not be compatible but does NOT cause harmful results.

However, the part above where it indicates that this section is for v1.5x, I have now removed the official fix announcement on this topic since it was not intended to be used for v1.5x releases.

Re: Thumnails not showing In Image Manager

Posted: Wed Aug 31, 2016 1:53 am
by AlesKel
hello :) I am new to this forum and also to opencart

I have the similar problem as already mentioned

I have a problem with several opencart stores which are basically copied - the problem occures that on one store everything is working fine when on the others image manager is not showing images

some images have spaces in their names, some don't, some has letters like "č" and some not, but like I said, on one store it works and on the others it doesn't

I have "lost" quite some hours figuring it out, and read all the topics to find a solution but nothing helped

I have v. 1.5.1 and PHP 5.2 on the server
any idea?

Re: Thumnails not showing In Image Manager

Posted: Thu Sep 01, 2016 2:27 am
by IP_CAM
I have "lost" quite some hours figuring it out, and read all the topics to find a solution but nothing helped
you should better have this time invested to rename your images according HTTP Regulations, instead of trying to find some shortcut ways around. It's just highly unprofessional, not to work according to the books, despite of the fact, that it may work in one place, but not in the other...

Good Luck!
Ernie

Some Helpers on such:
for OC v.1.5:
---
Web-safe Product Image Filenames
http://www.opencart.com/index.php?route ... n_id=21251
---
Mass Image Rename
http://www.opencart.com/index.php?route ... n_id=14343
---
for OC v.2.x:
---
Safe filename on image upload
http://www.opencart.com/index.php?route ... n_id=24555
---
Image Manager Fix UTF-8 File Name Issue
http://www.opencart.com/index.php?route ... n_id=22990
---
and for OC-2 Coders, I found this in a Mod:
default filemanager.tpl:

Code: Select all

$filename = basename(html_entity_decode($this->request->files['file']['name'], ENT_QUOTES, 'UTF-8'));
fixed filemanager.tpl:

Code: Select all

$filename = basename(' '.html_entity_decode($this->request->files['file']['name'], ENT_QUOTES, 'UTF-8'));
---

Re: Thumnails not showing In Image Manager

Posted: Mon Sep 26, 2016 9:42 am
by gracetlh
Hi there, can anyone help me to solve this problem? I can't see my image thumbnail , and therefor I can't upload any images to my website.

Re: Thumnails not showing In Image Manager

Posted: Mon Sep 26, 2016 11:39 pm
by ADD Creative
As the other images have thumbnails, could it be something wrong with that image file? Have you tried saving and uploading again. Are there any extended characters in the filename?

Re: Thumnails not showing In Image Manager

Posted: Fri Jan 27, 2017 12:07 am
by gkriria
iheartny2008 wrote:I know this was posted a while ago, but I have been going mad with this issue and my solution was in the config file:

<?php
// HTTP
define('HTTP_SERVER', 'http://www.xxxxxxxxx.co.uk/admin/');
define('HTTP_CATALOG', 'http://www.xxxxxxxxx.co.uk/shop/');

It should have been:

<?php
// HTTP
define('HTTP_SERVER', 'http://www.xxxxxxxxx.co.uk/admin/');
define('HTTP_CATALOG', 'http://www.xxxxxxxxx.co.uk/'); <<<<<< this bit was wrong.

I can see there have been many problems with the whole image manager/thumbnails etc, hopefully this will help someone somewhere.
The above is the answer. Just solved my problem with version 2.2

Thanks.

Re: Thumnails not showing In Image Manager

Posted: Wed Sep 06, 2017 3:04 am
by kuladeep
I am also having the similar problem old images are displayed once i changed the catch permissions to 777 (may this might helped some people), but for me the newly uploaded images are not showing up even they are not at all present in the image/cache folder too.

Re: Thumnails not showing In Image Manager

Posted: Thu Sep 07, 2017 1:03 am
by ADD Creative
Are the uploaded images appearing in the image/data folder? What are the permissions for this folder. They should then be resized and cached in image/cache/data by the file manager. Do they appear in there and what are the permissions?