Page 1 of 1

2.0.1.1 Image Upload Issue

Posted: Mon Feb 02, 2015 6:51 am
by SSSchwing
Hi All,

I'm very new to opencart having downloaded and installed it two days ago. I'm working through the setup although have run into an issue where I am unable to upload any images.

I click the image button, then get the edit option, but it doesn't open the upload screen. It did once, and then will not do it again.

I have tried 4 different browsers which had made no difference.

I have searched the forums for an answer to this issue, but I have been unable to find a resolution. Can anybody assist?

Much appreciated.

Re: 2.0.1.1 Image Upload Issue

Posted: Tue Feb 03, 2015 9:59 am
by yuno
how do you unable to upload image?
what's your situation?
can you open filemanager?
any error message? eg memory error, json error ....?

some filemanager's problem:
Fatal error: Allowed memory size of 33554432 bytes exhausted
solution
php.ini and admin/php.ini
try to increase 'memory_limit' to a higher value

Re: 2.0.1.1 Image Upload Issue

Posted: Tue Feb 03, 2015 11:01 am
by SSSchwing
There is no error message given at all, it just shows the filemanager button and when clicked, there is no response. This happens on any image upload (banner, product, store image etc.)

As I mentioned, one the fresh install, it allowed me to upload an image. Ever since, I am unable to even view that image in filemanager as it won't open/load.

I have now resorted to uninstalling opencart and will try a fresh install again.

I have seen 2 threads on this forum with the same issue and no one has been able to give any assistance unfortunately.

Hoping someone can replicate and identify what is cause it.

Cheers

Re: 2.0.1.1 Image Upload Issue

Posted: Tue Feb 03, 2015 2:45 pm
by jker
SSSchwing wrote:There is no error message given at all, it just shows the filemanager button and when clicked, there is no response. This happens on any image upload (banner, product, store image etc.)

As I mentioned, one the fresh install, it allowed me to upload an image. Ever since, I am unable to even view that image in filemanager as it won't open/load.
Cheers
Try different browser. Check with your hosting provider possibly they do something on your server (php version upgrade?) :o

Re: 2.0.1.1 Image Upload Issue

Posted: Mon Feb 09, 2015 3:03 pm
by yuno
have your problem resolved after re-install?
make sure the image paht is correct in the config.php

example
define('HTTP_SERVER', 'http://127.0.0.1/');
// HTTPS
define('HTTPS_SERVER', 'http://127.0.0.1/');

define('DIR_IMAGE', 'C:\wamp\www\/image/');

Re: 2.0.1.1 Image Upload Issue

Posted: Tue Feb 10, 2015 9:44 am
by Andybaby1
Try different browser.