I have a php application. Its built in php (raw php). In my local pc its running. but when I upload to live server (ubuntu 16.04) then it doesn't work.
I have installed all php dependencies in Live server ... Still the files are not working. I found some problem in live server as given below:
- Raw PHP (5.4 version coded ) is not working
- Class does not call from Index.php file
- When I run exit("OK")its returnOKbut page not running
- when I add a class like $doc = ClassName::getInstance();its not running.. ReturnsNULL
I think I made very silly silly mistakes. Here is the live server info :
- IP 35.160.167.129 
- info.php : http://35.160.167.129/info.php => its running 
Would you please help me how do I resolve this issue. Thanks in advance
