Shopware application error

hey guys,

I tried to install shopware, but after like 70% I allways get the “Application error”.
Nothing is written to the log. I reseted the page, delete the htacces, but nothing worked.
Am I doing something wrong?
Or is Shopware just not working here?

Could be .htaccess rule breaking or bad code.
Delete the . htaccess if that doesn’t cure it enable PHP errors

Hey,
I deleted the htacces. If I do so, shopware tries to install again. Same error

I add “php_value display_errors 1”, but nothing changed. Still cant see, whats the problem.

https://julianshopware.000webhostapp.com/

Still not working.
Tried both, no changes, and no error message

Open your index.php and after the PHP tag make three new lines with

ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);