Tema: Duda con PDO
Ver Mensaje Individual
  #1 (permalink)  
Antiguo 22/03/2010, 17:06
yiyi_jr
 
Fecha de Ingreso: marzo-2010
Ubicación: León
Mensajes: 23
Antigüedad: 14 años, 1 mes
Puntos: 0
Exclamación Duda con PDO

Hola muy buenas, tengo una web y en ella e usado PDO, de manera local no da ningun fallo, pero cuando lo subo al servidos en internet(tiene el PDO instalado)
me da el siguiente error y no consigo solucionarlo.

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute.

Muchas gracias de antemano.

Un saludo.