Latest EspoCRM and latest Advanced Pack installed. PHP is 7.2
Export to XLSX is missing fields with multiple choice arrays. I have array elements with UTF-8 chars.
The log has a lot of errors like:
[2021-02-16 12:24:56] WARNING: E_WARNING: json_decode() expects parameter 1 to be string, array given {"code":2,"message":"json_decode() expects parameter 1 to be string, array given","file":"/var/www/espocrm/application/Espo/Tools/Export/Formats/Xlsx.php","line":577} []
CSV export is not failing but every multiple choice array field with UTF-8 symbols is has unparsed UTF symbols like:
In web interface the reports look fine and all data in all fields is shown correctly. So I have to use as a temporary workaround copy-paste from web to Libreoffice Calc.
Export to XLSX is missing fields with multiple choice arrays. I have array elements with UTF-8 chars.
The log has a lot of errors like:
[2021-02-16 12:24:56] WARNING: E_WARNING: json_decode() expects parameter 1 to be string, array given {"code":2,"message":"json_decode() expects parameter 1 to be string, array given","file":"/var/www/espocrm/application/Espo/Tools/Export/Formats/Xlsx.php","line":577} []
CSV export is not failing but every multiple choice array field with UTF-8 symbols is has unparsed UTF symbols like:
["\u00f5de-vend PMK","oma t\u00f6\u00f6taja"] |
Comment