bom em todas as contas que tem a loja E-Commerce...
as imagens nao estao mais aparecendo...
pq esta acontecendo isso...
alguem poderia me ajudar....
abraços...

Page 1 of 1
Sobre a E-Commerce pq as imagens nao estao aparecendo???
#2
Posted 03 junho 2008 - 03:10
- Verifique as permissões dos arquivos.
- Verifique se existe alguma regra (mod_rewrite) referente a extensões de imagem no arquivo .htaccess da pasta na qual foi instalada a loja.
#3
Posted 03 junho 2008 - 08:47
Faça um teste e veja se as imagens abrem no firefox caso sim , edite os seguintes dados.
1. edite o arquivo includes/application_top.php
2. Procure por
// set the type of request (secure or not)
$request_type = (getenv('HTTPS') == 'on') ? SSL' : 'NONSSL';
e troque o SSL por NONSSL
vai ficar assim
// set the type of request (secure or not)
$request_type = (getenv('HTTPS') == 'on') ? 'NONSSL' : 'NONSSL';
Deverá funcionar.
1. edite o arquivo includes/application_top.php
2. Procure por
// set the type of request (secure or not)
$request_type = (getenv('HTTPS') == 'on') ? SSL' : 'NONSSL';
e troque o SSL por NONSSL
vai ficar assim
// set the type of request (secure or not)
$request_type = (getenv('HTTPS') == 'on') ? 'NONSSL' : 'NONSSL';
Deverá funcionar.
Share this topic:
Page 1 of 1

Help










