We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

PDOException error at final installation | Forum

Zen Menahem
Zen Menahem Sep 9 '11
I receive the error regarding PDO Exception saying it can't execute query while there are active unbuffered query. Installing on test-server running XAMPP.

The complete error message is attached
The Forum post is edited by Zen Menahem Sep 9 '11
Attachments:
  install-error.jpg (51.43Kb)
Zen Menahem
Zen Menahem Sep 10 '11
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!
Den Team
Den Sep 13 '11
This was already discussed here  
Sean
Sean Jun 8 '14
I'm getting same error, but I'm on a CentOS VPS


http://www.oxwall.org/forum/topic/20025

ross Team