Encontre este bucle en el controller.php
if (!$db->query())
{
echo $db->getErrorMsg();
return false;
}
$msg = JText: 'Bid confirmed' );
} else {
JError::raiseWarning( 500, 'Bid not accepted as it is lower than the current highest bid.' );
$msg="";
$this->setRedirect( 'index.php?option=com_bfauction&task=bid&cid='.$itemId.'&Itemid='.$Itemid, $msg );
}
Alguien puede ayudarme a cambiar eel funcionamiento?