πŸ˜•The PDO driver on Windows throws the following error when I try to execute a stored procedure:

ERRNO: 256 TEXT: SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll().

πŸ˜•http://www.cristiandarie.ro/errata/phpecommerce2.html
Here, the author gives a suggestion (at number 2), but the link where I should download php_pdo_mysql.dll from is no longer valid and the dll's I have found in the Internet don't solve the problem (if I replace the above mentioned dll with the ones I found).

πŸ˜•The problem is partially documented here, it seems, http://bugs.php.net/bug.php?id=39858 but I don't understand what this "CVS snapshot" is about and what should I do with it/copy from it, etc.
( http://snaps.php.net/win32/php5.2-win32-latest.zip )

All help is much appreciated, thank you!

For what it's worth, I have xampp 1.7.2, php 5.3.0.

    2 months later

    ERRNO: 256 TEXT: SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll().

    πŸ˜•http://www.cristiandarie.ro/errata/phpecommerce2.html
    Here, the author gives a suggestion (at number 2), but the link where I should download php_pdo_mysql.dll from is no longer valid and the dll's I have found in the Internet don't solve the problem (if I replace the above mentioned dll with the ones I found).

    πŸ˜•The problem is partially documented here, it seems, http://bugs.php.net/bug.php?id=39858 but I don't understand what this "CVS snapshot" is about and what should I do with it/copy from it, etc.
    ( http://snaps.php.net/win32/php5.2-win32-latest.zip )

    All help is much appreciated, thank you!

    For what it's worth, I have xampp 1.7.2, php 5.3.0.[/QUOTE]

    have you sorted the problem out im having the same problem? im following the same book as well.

      Write a Reply...