contao / contao-manager

Contao Manager
GNU Lesser General Public License v3.0
83 stars 33 forks source link

Crashing down server - Server configuration #772

Closed xApep closed 1 year ago

xApep commented 1 year ago

Hey. I have installed many Contao on our server, and I always could select here "change" and then select "Composer resolver cloud". But now it sticks here and it crashes down the server.

image

1.6.3 (screen shot 1.6.1 was also a test)

aschempp commented 1 year ago

it crashes down the server

what do you mean by that?

xApep commented 1 year ago

The problem was that we have enabled "zlib.output_compression" in some previous project where we did speed optimisation...but it seems that it is conflicting with contao manager.

crashes down the server = cpu 100%, out of memory, 500 errors on all pages, ... so we need to kill "‘/usr/bin/php’ ‘-q’ ‘/home/x/public_html/public/contao-manager.phar.php’ ‘test’”

aschempp commented 1 year ago

that sounds like you enabled zlib.output_compression on the command line and/or do not not use a CLI binary (but a CGI binary for example)?

xApep commented 1 year ago

Will check with server admin and write the feedback. Thanks!

aschempp commented 1 year ago

I'm closing this for now, feel free to reopen if you have more feedback.