I am getting this warning after a full-export.

Warning: call_user_func_array() expects parameter 1 to be a valid callback, cannot access protected method Drupal\content_sync\Form\ContentExportForm::generateSiteUUIDFile() in _batch_process() (line 294 of /core/includes/batch.inc). array(20)

I have:
- Drupa 8.5.5
- latest 2.x-dev branch
- Two languages

installed.

CommentFileSizeAuthor
#2 content_sync-2988471-2.patch762 bytesSnehal Brahmbhatt

Comments

anonym-developer created an issue. See original summary.

Snehal Brahmbhatt’s picture

Status: Active » Needs review
StatusFileSize
new762 bytes

@anonym-developer, I got the same call_user_func_array() error while importing. I worked on it & tried to resolve it by define function as public.

Hope this will help you the same!..

Thanks!..

blanca.esqueda’s picture

Closing this task as this was fixed and added to 8.x-2.x-dev in:
https://www.drupal.org/project/content_sync/issues/2966022