Page 5 of 5

Re: [1.4.0] Image File Upload Manager

Posted: Fri Mar 05, 2010 6:15 am
by DaCrash
maybe you have too much pictures. i had the same problem with the german language. But after i've deleted everey unused picture (about 400 of 600) everything worked fine...

Re: [1.4.0] Image File Upload Manager

Posted: Fri Mar 05, 2010 6:18 am
by mondzo
No no, I have 83pictures and then a few directories with max 10 pictures...

Here is the message from the error console, no idea what is it:

Code: Select all

Error: z._.filebrowserSe is undefined
Source File: /admin/view/javascript/ckeditor/ckeditor.js
Line: 42

Re: [1.4.0] Image File Upload Manager

Posted: Fri Mar 05, 2010 6:43 am
by DaCrash
If the filebrowser doesn't work it's often the case, that a specialchar causes the problem with javascript. do you have any specialchars because of the slovakish language in your image names or in the editor textfield?

Try to delete (backup before!) all text fields and the product description editor in the product form and save it. afterwards edit the product again and try to open the filemanager.

Re: [1.4.0] Image File Upload Manager

Posted: Fri Mar 05, 2010 7:07 am
by mondzo
no, I tried what you suggest but no luck...
filebrowser is working OK with both language's tab but when I want to select the image (slovak language tab) by 2x mouse clicks nothing happen :(.
it is all working fine with english tab, but with another language tab I have a problem :(

Code: Select all

Error: this.getInputElement() is null
Source File: /admin/view/javascript/ckeditor/ckeditor.js
Line: 97
I tried to change the sort order of the languages so now the Slovak language is the first one in the tab order and it is still working only for a first tab in the order (now for Slovak only)

Re: [1.4.0] Image File Upload Manager

Posted: Sat Mar 06, 2010 6:36 am
by mondzo
Anybody else? I am working locally, system Kubuntu, tried with FF, Opera, Chrome, Apache version 2.2.12, MySQL version 5.1.37, PHP Version 5.2.10

Re: [1.4.0] Image File Upload Manager

Posted: Tue Mar 30, 2010 7:15 am
by justanother
Javascript isue, nothing more.

Thank you ppol, that missing comma in admin/view/template/common/filamanger.tpl did the trick

Re: [1.4.0] Image File Upload Manager

Posted: Tue May 18, 2010 1:21 pm
by diosrl
It's incredible how the things worked at the beggining, and now from a day to another stopped.

The only way to upload images and USE the image manager is frame in frame!!

Code: Select all

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
Timestamp: Tue, 18 May 2010 05:19:44 UTC


Message: Permission denied
Line: 19
Char: 27021
Code: 0
URI: http://minisvema.ro/shop/admin/view/javascript/jquery/jquery-1.3.2.min.js

I have a permission denied issue, but it's not related to any chmod...

Re: [1.4.0] Image File Upload Manager

Posted: Thu Sep 23, 2010 5:12 am
by parsinsh
the best job is that you must :
1- clear >> system/cache folder
2- clear >> image/cache/data folder

it works for me. 100% works for everyone in : FF and GC(google Chrome) ;)

Re: [1.4.0] Image File Upload Manager

Posted: Tue Dec 28, 2010 4:30 pm
by palmud
parsinsh wrote:the best job is that you must :
1- clear >> system/cache folder
2- clear >> image/cache/data folder

it works for me. 100% works for everyone in : FF and GC(google Chrome) ;)
i did a backup and then deleted above content
after which i got loads of errors
I again uploaded all content( excluding products images which i dont need)
and everything went well...
image cache data folder didnt had write permission which i have given now...

my file names were in lower case and case sensitive is not a problem neither is hyphen or space or underscore
some file have jpeg and some jpg as extension so even that is not the problem

but now everything is fine and its working after removing unwanted file(s) from cache...

my question in how come so many images in cache?
i have only20 products and approx. 55 images including logos and more images of products
I am building my cart and adding more products

I Just want to know number of images cache folder can hold.. and what do we do if its exceeds?
I have loads of items and images to add...

Re: [1.4.0] Image File Upload Manager

Posted: Tue May 24, 2011 12:37 pm
by cpetrula
Check your file sizes. There is a limit on the file size of 300kb and dimensions need to be less than 1000px wide or high. If you use a FTP client to upload images you will not see the warning when uploading. The entire list of images in Image Manager will not show if even one file is too big. Hope this helps.

Re: [1.4.0] Image File Upload Manager

Posted: Sun Aug 07, 2011 2:48 pm
by intex79
Folks I had the same problem when I upgraded from v1.4.9 to v 1.5

Image manager worked fine in v 1.4.9.
Upon upgrading to v 1.5 it wouldnt display any images, nor would it let me upload anything.

After long hours of troubleshooting, I simply replaced admin/controller/common/filemanager.php in v 1.5 to the one i had in v 1.4.9

This solved my issue.

Hope this helps save some time to some other folks out there.