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

Call to undefined function rray_key_exists() in lib/Magento/Db/Adapter/Pdo/Mysql.php #2793

Closed
hansgv opened this issue Dec 8, 2022 · 1 comment
Labels

Comments

@hansgv
Copy link

hansgv commented Dec 8, 2022

Preconditions (*)

OpenMage 19.4.20

Steps to reproduce (*)

Attempt to save a product

Expected result (*)

Saving works

Actual result (*)

Error PHP Fatal error: Uncaught Error: Call to undefined function rray_key_exists() in /var/www/vhosts/idlounge.fi/lib/Magento/Db/Adapter/Pdo/Mysql.php:135

I presume it's because it should be array_key_exists(). Fixing the typo seems to fix the issue.

@hansgv hansgv added the bug label Dec 8, 2022
@elidrissidev
Copy link
Member

I believe this was already fixed in #2780

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

No branches or pull requests

3 participants