Post by JNeuhoff » Tue Oct 14, 2008 6:20 pm

It looks like the OpenCart 0.7.9 installer generates wrong entries for the image URLs:

The config.php contains among others:

Code: Select all

define('HTTP_IMAGE', HTTP_SERVER.'image/');
define('HTTPS_IMAGE', HTTPS_SERVER?HTTPS_SERVER.'image/':'');
Instead it should use the following entries:

Code: Select all

define('HTTP_IMAGE', HTTP_CATALOG.'image/');
define('HTTPS_IMAGE', HTTPS_BASE?HTTPS_BASE.'image/':'');
Otherwise, when you are in OpenCart's admin panel, it won't show the images correctly for
product images or category images.

It may have been fixed by now, just in case it isn't I have entered a bug entry for this at http://code.google.com/p/open-cart/issues/detail?id=75
Last edited by Qphoria on Sat Oct 18, 2008 8:40 pm, edited 1 time in total.

Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig


User avatar
Guru Member
Online

Posts

Joined
Wed Dec 05, 2007 3:38 am


Post by Qphoria » Tue Oct 14, 2008 8:14 pm

Thank you for reporting the bug to the tracker. We actually just found this bug as well right before the release of 0.7.9 RC1. Things are moving at a quick pace now and we are flying through last minute bugs to get 0.7.9 to final status.

The great thing is that we are all at least finding the same bugs, so we are getting very close to running out of new bugs to find :)

We do appreciate everyone's help in trying to improve OpenCart.  :)
Last edited by Qphoria on Tue Oct 14, 2008 10:25 pm, edited 1 time in total.

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am
Who is online

Users browsing this forum: No registered users and 36 guests