Ver Mensaje Individual
  #4 (permalink)  
Antiguo 28/01/2013, 01:26
gelyk
 
Fecha de Ingreso: julio-2008
Mensajes: 4
Antigüedad: 15 años, 9 meses
Puntos: 0
Respuesta: Oscommerce no se ven las imagenes

Modifica el configure.php y en las líneas donde dice:

Código:
define('HTTP_SERVER', 'http://localhost:8084');
define('HTTPS_SERVER', 'http://localhost:8084');
Elimina el 'http://localhost:8084' y deja sólo las comillas.

Así:

Código:
define('HTTP_SERVER', '');
define('HTTPS_SERVER', '');
Saludos!