What does this error message mean:
array_replace(): Argument #1 ($array) must be of type array, null given
If this message comes then the form becomes totally unusable because the error message even if all changes are undone or all pages in the form are empty.
This means that you lose all changes and updates, because the old status of the form can only be restored with an old backup of the form. So you have to start all over again, which is very annoying.
The error message should be intercepted in the debugger and the problem should be displayed.
F.
array_replace(): Argument #1 ($array) must be of type array, null given
If this message comes then the form becomes totally unusable because the error message even if all changes are undone or all pages in the form are empty.
This means that you lose all changes and updates, because the old status of the form can only be restored with an old backup of the form. So you have to start all over again, which is very annoying.
The error message should be intercepted in the debugger and the problem should be displayed.
F.