Ver Mensaje Individual
  #15 (permalink)  
Antiguo 23/02/2017, 00:44
Avatar de hhs
hhs
Colaborador
 
Fecha de Ingreso: junio-2013
Ubicación: México
Mensajes: 2.995
Antigüedad: 11 años, 7 meses
Puntos: 379
Respuesta: problemas con clase babelfish

Código PHP:
Ver original
  1. $result=preg_match($this->search_regex,$output,$match);
  2.         if(count($match)!=0){
  3.             return strip_tags($match[0]);
  4.         }else{
  5.             return '** error : babelfish.class.php returned nothing';
  6.         }
En esa linea esta el problema no esta haciendo match o esta marcando error, te aconsejo que habilites el reporte de errores
__________________
Saludos
About me
Laraveles
A class should have only one reason to change.