Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notice: Array to string conversion in lib/Zend/Db/Statement/Mysqli.php on line 276 #45

Open
paales opened this issue Oct 7, 2014 · 0 comments

Comments

@paales
Copy link

paales commented Oct 7, 2014

Errorline:
https://github.com/OpenMage/magento-mirror/blob/magento-1.9/lib/Zend/Db/Statement/Mysqli.php#L276

        // fetch the next result
        $retval = $this->_stmt->fetch();
        switch ($retval) {
            case null: // end of data
            case false: // error occurred
                $this->_stmt->reset();
                return false;
            default:
                // fallthrough
        }

I don't get the error when running PHP5.5. It is just a notice, but my script doesn't run as advertised.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant