Any export (Excel, CSV) will fail with below error in browser console:functions.js:367 Uncaught TypeError: Failed to execute ‘createObjectURL’ on ‘URL’: Overload resolution failed.
at Object. (functions.js:367)
at c (jquery-3.5.1.min.js:2)
at Object.fireWith [as resolveWith] (jquery-3.5.1.min.js:2)
at l (jquery-3.5.1.min.js:2)
at XMLHttpRequest. (jquery-3.5.1.min.js:2)Any idea ?/Poul
Press F12 in Chrome, go to the Network panel, export again, check if the responses contains the error page. If yes, check the response content for the actual PHP error message.
Getting these responses:Warning: set_time_limit(): Cannot set max execution time limit due to system policy in /customers/a/8/4/xyz.dk/httpd.www/xxxxxxxx/admin/models/PhpbbProfileFieldsDataList.php on line 3432Warning: Cannot modify header information - headers already sent by (output started at /customers/a/8/4/xyz.dk/httpd.www/xxxxxxxx/admin/models/PhpbbProfileFieldsDataList.php:3432) in /customers/a/8/4/xyz.dk/httpd.www/xxxxxxxx/admin/src/ExportExcel2007.php on line 28
From phpMaker support:
Warning: set_time_limit(): Cannot set max execution time limit due to system policy in…
In that case, please set Tools → Advanced Settings → Export all time limit to -1, regenerate and try again.*
That did it./Poul
Yes - seem to be solved now