Ver Mensaje Individual
  #2 (permalink)  
Antiguo 22/06/2015, 17:45
albemartinez
 
Fecha de Ingreso: mayo-2013
Mensajes: 55
Antigüedad: 11 años
Puntos: 1
Respuesta: Implementacion Pago PayULatam

el error que da:

Código PHP:
Ver original
  1. $requiredExtensions = array('curl','xml','mbstring','json');
  2.         foreach ($requiredExtensions AS $ext)  {
  3.             if (!extension_loaded($ext))  {
  4.                 throw new ErrorException('The Payu library requires the ' . $ext . ' extension.');
  5.             }
  6.         }

Suena a que no resuelve la extension.