Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Not sure this is the solution to your problem, but what about trying with a more recent version of PHP ? <br>PHP 5.2.4 is definitly quite old -- so, if it's a bug in PHP's mysqli driver, it might have been corrected since...</p> <p>Actually, after a quick search, it seems a problem like the one you are witnessing has been introduced between PHP 5.2.3 and PHP 5.2.4 (and was still here in PHP 5.2.5). <br>See <a href="http://bugs.php.net/bug.php?id=42548" rel="nofollow noreferrer">bug #42548 : PROCEDURE xxx can't return a result set in the given context (works in 5.2.3!!)</a></p> <p>Are you able to test with something like PHP 5.2.9 or 5.2.10 ? <br>I know these are not provided by Ubuntu, even in the last Ubuntu stable version :-( You might have to compile from sources :-(</p> <hr> <p>Yet another idea would be to try mith PDO_MySql adapter : maybe it would work with that one ? <br>It might be possible to change Adapter without causing too much trouble / without taking hours to test ?</p> <hr> <p>As you are working with Zend Framework 1.9, here's another post that might interest you, and might be easier to test : <a href="http://www.nabble.com/stored-procedure-error-after-upgrade-to-1.8-tt23872061.html#a23872061" rel="nofollow noreferrer">stored procedure error after upgrade to 1.8</a></p> <p>An easy solution to try that would be to go back to Zend Framework 1.7 ; would it be possible for you, just to test ?</p> <p><br> Anyway... Good luck ! <br>And, if you find the solution, don't forget to indicate what the problem was, and how you solved it ;-)</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload