Procure pela linha:
- Código: Selecionar tudo
while (list($key, $value) = each($HTTP_POST_VARS['configuration'])) {
e troque por:
- Código: Selecionar tudo
foreach ($HTTP_POST_VARS['configuration'] as $key => $value){
[ PAINEL DE CONTROLE DO MODERADOR ]
while (list($key, $value) = each($HTTP_POST_VARS['configuration'])) {
foreach ($HTTP_POST_VARS['configuration'] as $key => $value){
Retornar para osCommerce - Erros e Problemas mais comuns
Usuários vendo este fórum: Nenhum membro registrado online e 1 visitante