Hello,
I’m using Slim3 + Twig View + Twig extension (translator) with PHP 7.0 (and tried with 7.1 and 7.2) : it works perfectly on local server (Wamp) but does not when I migrate the application on OVH server, I always get a blank page.
I checked the http response with /Chrome/Development tools/Netwok, and the return code is 200 - OK.
I checked the Twig cache generated by the application and all seems ok…but still a blank page (I tried without any cahe too…but with the same result : a blank page).
I asked the question on Stackoverflow, but did’nt get any answer.
Could you help me please ?