Ir para conteúdo
Fórum Script Brasil

TTH_DESIGN

Membros
  • Total de itens

    2
  • Registro em

  • Última visita

Posts postados por TTH_DESIGN

  1. Olá,

    Instalei certinho este sistema de top sites mas quando vou abrir o site acontece isso

    Fatal error: Cannot redeclare halt() in .../includes/db_mysql.inc on line 373

    O que há de errado?

    .

    .

    .

      function halt($msg) {    ** erro acusado nesta linha **

        $this->Error = @mysql_error($this->Link_ID);

        $this->Errno = @mysql_errno($this->Link_ID);

        $dberr = sprintf("<b>MySQL Error</b>: %s (%s)<br>\n",

          $this->Errno,

          $this->Error);

        $this->error_if($this->Halt_On_Error != "no","$msg<br>$dberr");

      }

      function error_if($message,$number){

            echo $message.' '.$number;

            exit;

      }

    .

    .

    Quem Entende no Assunto. PLEASE

×
×
  • Criar Novo...