Hello,
I've just created a new Projeqtor setup on my ISP platform (PHP 7.0) and I was able to create Customers, Users, Providers, ... but I get an error message when trying to create my first project :
ERROR : Une erreur est survenue le 2017-11-18 à 19:59:50
In Log, I have this message
2017-11-18 19:59:50.801 ** ERROR ** [V6.4.4] ERROR ** 2017-11-18 19:59:50.801 ** ERROR ** [V6.4.4] on file '/home/clients/645bd25777ad4bb52781c53ef7e47a54/web/projeqtor/view/objectDetail.php' at line (5206) 2017-11-18 19:59:50.801 ** ERROR ***** [V6.4.4] cause = ob_get_clean(): failed to discard buffer of zlib output compression (1)
Any idea what I could do ??
Thx for your help
FG
Hello,
set zlib.output_compression = Off in your php.ini
Thx for this suggestion.
This web site is hosted on a mutualized platform. I do not have access to php.ini but I have a personal .user.ini that is included into php.ini at session start (I guess 🙂
I have added
zlib.output_compression = Off
in this file and BINGO !!
Thanks a lot for your help
BR
F.G.