0
        $response[ 'error' ] = 1;
        $response[ 'message' ] = "ErrorDB";
        $response[ 'message_log' ] = "DBError:" . mysqli_error( $this->connection->getDb() );
        $this->errM->LogError($response['message_log']);

I want to log the error in another DB, but that seems to fail only after the line where "mysqli_error"

Moos
  • 160
  • 1
  • 10

0 Answers0