Hi!
After a fresh install without errors I try to make new Client and I get a red box:
"ERROR : An error occurred on ..."
In the log:
2023-03-21 12:28:16.391 ** ERROR ** [V10.2.3] ERROR **
2023-03-21 12:28:16.391 ** ERROR ** [V10.2.3] on file '/home/iwix/public_html/__p/view/objectDetail.php' at line (10215)
2023-03-21 12:28:16.391 ** ERROR ***** [V10.2.3] cause = ob_get_clean(): failed to discard buffer of zlib output compression (0)
What is wrong?
Thanks
Ati
Try and disable zlib output compression in php.ini
zlib.output_compression = Off
Dear babynus!
This is solved my problem, thank you very much!
BR
Ati