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
{{ message }}
This repository was archived by the owner on Jul 6, 2021. It is now read-only.
In ext.simple_cloner.php, errors in the entry are being printed to the page:
$errors = ee()->api_channel_entries->get_errors(); print_r($errors);We're seeing that come up when the editor failed to populate a required field:
Array ( [Field Name] => The following field is required: )Any help here would be very much appreciated.