Mensagem de erro em 2 menus..

  • riccelly
  • Avatar de riccelly Autor do Tópico
  • Offline
  • JCB! Geek
  • JCB! Geek
Mais
13 anos 6 meses atrás #67720 por riccelly
riccelly replied the topic: Re: Mensagem de erro em 2 menus..
codigo do arquivo mysqp.php

function loadObjectList( $key='' )
{
if (!($cur = $this->query())) {
return null;
}
$array = array();
while ($row = mysql_fetch_object( $cur )) {
if ($key) {
$array[$row->$key] = $row;
} else {
$array[] = $row;
}
}
mysql_free_result( $cur );
return $array;
}

a parte em negrito é a linha 462..

OBS: NAO ACHEI A OPCAO DE MELHORAR O BD.
PELO PHPADMIN NAO AXEI NADA.

Sites Dinâmicos
[url:300s9oc2]http://www.lifeagenciaweb.com[/url:300s9oc2]

[b:300s9oc2]"Aprenda, mas compartilhe!
Vamos crescer juntos!"[/b:300s9oc2]

Please Entrar ou Registrar to join the conversation.

Mais
13 anos 6 meses atrás #67722 por Uriel
Uriel replied the topic: Re: Mensagem de erro em 2 menus..
não está no Joomla e em nenhum código dele !! Está no banco de dados

dica
http://dev.mysql.com/doc/refman/4.1/pt/ ... ation.html

http://dev.mysql.com/doc/refman/4.1/pt/ ... ation.html


abraço

Please Entrar ou Registrar to join the conversation.

Mais
13 anos 6 meses atrás #67734 por Uriel
Uriel replied the topic: Re: Mensagem de erro em 2 menus..
achei um plugin para te ajudar
http://www.joomlaclube.com.br/site/down ... 2.0-pt-BR/

abraço

Please Entrar ou Registrar to join the conversation.

  • riccelly
  • Avatar de riccelly Autor do Tópico
  • Offline
  • JCB! Geek
  • JCB! Geek
Mais
13 anos 6 meses atrás #67735 por riccelly
riccelly replied the topic: Re: Mensagem de erro em 2 menus..
vlw mesmo, instalei, testo hj as 0h.

tb vou atualizar a versao do Joomla de .12 para .26

Sites Dinâmicos
[url:300s9oc2]http://www.lifeagenciaweb.com[/url:300s9oc2]

[b:300s9oc2]"Aprenda, mas compartilhe!
Vamos crescer juntos!"[/b:300s9oc2]

Please Entrar ou Registrar to join the conversation.