A Deployed Application: Not working (Blank applications Only)

The blank login app works fine inside the Scriptcase IDE and on LOCALHOST, but after it’s deployed, the browser returns the following response:

This page isn’t working at the moment

mydomain.com can’t currently handle this request.

HTTP ERROR 500

Hope any one can find a solution to this issue…

Hello @sameer1

Can you test if any other application o web page in the server runs correctly?

I already tested other applications, they work properly.

Check permisions on the server

permission 777 already granted, but the issue still exist.

I have the exact same problem with a control app with no security (retrieve password). everything else works fine.
did you get a solution?

are you able to check the web server log where the app is deployed? I don’t think it’s a permission issue.

I changed php tags:
from
?>…<?

to:

?>…<?php

now works fine.