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:
exit("OK")
its return OK
but page not running$doc = ClassName::getInstance();
its not running.. Returns NULL
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