josem
That’s not going to be relevant here. If you can’t find errors go to your bootstrap.php
file, set display_errors
/display_startup_errors
to 1
, retry the export, and the error should be output on screen. It’s not recommended to do this on a live production system as it will show errors on screen which can cause issues, can be a security issue, and just looks plain ugly.
Cheers.