Be great if someone could help me with this issue....
I installed OC 1.4 and it worked perfectly on MAMP.
When I uploaded it to my server and connected all the strings, all the images and product info displayed in the store frontend okay. However, in the 'products' section no images are showing beside the products listed. If I go to 'add' a new product and click on image - none of the images are in the 'image manager' at all, nor can I upload any new images to the image manager. Confused??
I installed OC 1.4 and it worked perfectly on MAMP.
When I uploaded it to my server and connected all the strings, all the images and product info displayed in the store frontend okay. However, in the 'products' section no images are showing beside the products listed. If I go to 'add' a new product and click on image - none of the images are in the 'image manager' at all, nor can I upload any new images to the image manager. Confused??
I put the correct strings in and the site is up and running - its just the 'image manager' that is not working. I think it might be something in the admin/config.php file that is causing this - does this look right to you??
define('HTTP_SERVER', 'http://mysite.ie/web/');
define('HTTP_CATALOG', 'http://mysite.ie/web/image/');
define('HTTP_IMAGE', 'http://mysite.ie/image/');
define('HTTP_SERVER', 'http://mysite.ie/web/');
define('HTTP_CATALOG', 'http://mysite.ie/web/image/');
define('HTTP_IMAGE', 'http://mysite.ie/image/');
No. It should probably be something like:
define('HTTP_CATALOG', 'http://mysite.ie/web/');
define('HTTP_IMAGE', 'http://mysite.ie/web/image/');
define('HTTPS_IMAGE', 'https://mysite.ie/web/image/');
define('DIR_IMAGE', '/home/mysite/web/image/');
define('HTTP_CATALOG', 'http://mysite.ie/web/');
define('HTTP_IMAGE', 'http://mysite.ie/web/image/');
define('HTTPS_IMAGE', 'https://mysite.ie/web/image/');
define('DIR_IMAGE', '/home/mysite/web/image/');
-Ryan
hy guys..i have same problem here.i uploaded image to server using filezila..its available in filezilla but when i open image manager there is no image there. i set my config file already according to urs but still image not available..when i try it at localhost, its available..hope u guys cn help me..thx in advance
amylee
amylee
Are the file permissions for both the image directory and the images themselves correct? (644 or 755)
Genuine, Honest Opencart Support @ http://webvetservices.com
Who is online
Users browsing this forum: No registered users and 15 guests