Blank application on production environment

Hi All,

Is there anyone faced a problem with blank application when it works on the production environment? I developed a map app with blank application. It works well on local server (development environment) but when I uploaded to my hosting it says error 500 .

Please help in this issue to know if its a hosting issue or my code has any issue.

Thanks

Hi
Try first with the application that includes echo “Hi World” and see if it works.
if it does, your code has some issues.
if it doesn’t it may be other problems (php version, hosting problems, etc.)

or maybe access rights to files on the server…