panyaung Posted October 13, 2009 Share Posted October 13, 2009 There are 2 servers : webserver and backup server. Before I state the problem, I would like to tell that I am using same application(same coding) and same database for web and bk servers. Everything works fine in webserver. Backup server gives me problem. The following is the problem I am facing : I run an application in bk server and index page is OK. When I click on a link to open another page from the index page, only the header, footer and title of the page appeared. The rest : the text boxes and submit button doesn't appear. Why??? Whether I am not PHP professional, I am quite understand program flow. I don't think its a coding problem because the same coding works well in web server. I reinstall PHP again and test again but same thing happened. Please help me if you have any idea!!! Note : Don't know where to put this post, so if there's a wrong place, sorry!!! Quote Link to comment https://forums.phpfreaks.com/topic/177500-need-help-in-solving-the-problem/ Share on other sites More sharing options...
gizmola Posted October 13, 2009 Share Posted October 13, 2009 Well there are many reasons this could happen. Did you try looking at the error log on the backup server? Quote Link to comment https://forums.phpfreaks.com/topic/177500-need-help-in-solving-the-problem/#findComment-935898 Share on other sites More sharing options...
doa24uk Posted October 19, 2009 Share Posted October 19, 2009 Also, does this coding use a database that is hosted on one server but not the other? You'll need to look at error logs (as mentioned above) and try and narrow the issue down, then provide code if you can't see the errors. Quote Link to comment https://forums.phpfreaks.com/topic/177500-need-help-in-solving-the-problem/#findComment-939792 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.