Am I the only one who has experienced this error?
I am confused, truly confused.
PDO is enable in the scripts, I 've checked in owcore/database.php. The attribute PDO::MYSQL_ATTR_USE_BUFFERED_QUERY => true) in line 161.
But are the rest of query to database (base_dao.php, plugin_dao.php, etc) NOT using buffered query or do they miss to include the attribute PDO::MYSQL_ATTR_USE_BUFFERED_QUERY => true) in database.php?
I am totally lost... HELP!