PHP Fatal error: Uncaught TypeError: array_intersect_key()
-
Attempting to run an export. Using Version 2.6.1 on PHP 8.
When running the export I receive the following error in the ui:
An unknown error occurred. Please check your PHP error log or contact support.
And in PHP the relevant fatal error is:
[27-Feb-2023 15:51:18 UTC] PHP Warning: Undefined array key “form_data” in /home/xxxxxx/public_html/wp-content/plugins/wp-migrate-db/class/Common/Migration/MigrationManager.php on line 453
[27-Feb-2023 15:51:18 UTC] PHP Fatal error: Uncaught TypeError: array_intersect_key(): Argument #1 ($array) must be of type array, null given in /home/xxxxxx/public_html/wp-content/plugins/wp-migrate-db/class/Common/FormData/FormData.php:169
- The topic ‘PHP Fatal error: Uncaught TypeError: array_intersect_key()’ is closed to new replies.