You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: