Mensagem de erro em 2 menus..
- riccelly
-
Autor do Tópico
- Offline
- JCB! Geek
-
Menos
Mais
13 anos 6 meses atrás #67720
por riccelly
Sites Dinâmicos
[url:300s9oc2]http://www.lifeagenciaweb.com[/url:300s9oc2]
[b:300s9oc2]"Aprenda, mas compartilhe!
Vamos crescer juntos!"[/b:300s9oc2]
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.
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.
- Uriel
-
- Offline
- JCB! Legend
-
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
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.
- Uriel
-
- Offline
- JCB! Legend
-
- riccelly
-
Autor do Tópico
- Offline
- JCB! Geek
-
13 anos 6 meses atrás #67735
por riccelly
Sites Dinâmicos
[url:300s9oc2]http://www.lifeagenciaweb.com[/url:300s9oc2]
[b:300s9oc2]"Aprenda, mas compartilhe!
Vamos crescer juntos!"[/b:300s9oc2]
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
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.