Yes. I have read the instructions on website and github and have downloaded all packages via composer and installed via command line on Ubuntu localhost. But my webserver is nginx. Checked shop log, not found any warnings and errors. Admin page also show blank page with text “login”
Since no one reports how they did the installation (which I assume is the origin of the problem) and I never had similar behavior, I can only speculate what went wrong. Some ideas:
Look into your var/generated/generated_services.yaml. The Twig Packages must be registered as a service so that the Twig Package can overwrite the Default Template Engine. Should at least have this:
Hey @naledre did you manage to resolve the problem?
I have the same problem (The only difference is that I use Apache).
I followed all the steps from the documentation and your suggestions but without success…I am still getting blank pages as you mentioned.
I also noticed that ‘tpl’ directories/files are missing from the project.
Maybe that’s the reason? Maybe we are missing some commands for generating those?
Missing files are certainly not a good sign and will never lead to a stable system. It should therefore be clarified why this is the case. Regardless of OXID, this points to a server configuration problem.
I have never had this issue with blank page after setup, so I can only guess what the cause is. Have you ever checked the system requirements? Which documentation did you use for installation?
It looks to me as if the cause of the behavior is that no template engine is installed or is configured incorrectly. Hence, my question which installation path was used. Have you checked the point above? It would also be best to have a complete command line history to see the output.