sherming Posted August 7, 2014 Report Share Posted August 7, 2014 Hi, recently my website started to not functioning properly, such as whenever I click on crew roster or pilots page, it still shows me the home page You can see the home page here http://airmalaysiavirtual.com Here are some pages for example (actually it is every single page) that still show the home page regardless the url. Http://airmalaysiavirtual.com/index.php/acars Http://airmalaysiavirtual.com/index.php/pilots Http://airmalaysiavirtual.com/index.php/story The problem started when some of my pages started getting "500 Internal Server Error", and my host re-setted my server to get rid of it. How do I solve this problem? It is really frustrating since it was like that since last week and my host are also clueless on how to fix it. I cannot even log into my account. Quote Link to comment Share on other sites More sharing options...
Moderators servetas Posted August 7, 2014 Moderators Report Share Posted August 7, 2014 Do you have a previous backup of your files? I think that this can solve your problem... Quote Link to comment Share on other sites More sharing options...
sherming Posted August 7, 2014 Author Report Share Posted August 7, 2014 I don't think I have made a backup but I have re-uploaded some of the files to see if it would work, but it didn't fix the problem. Quote Link to comment Share on other sites More sharing options...
freshJet Posted August 7, 2014 Report Share Posted August 7, 2014 What have you edited recently? Are you sure your $page_content is there on your layout.tpl? Quote Link to comment Share on other sites More sharing options...
alblua Posted August 7, 2014 Report Share Posted August 7, 2014 Have them restart the server again. I would advise to check your skin maybe for any errors? Do you have PHP errors enabled to see what is going on? Quote Link to comment Share on other sites More sharing options...
Tom Posted August 8, 2014 Report Share Posted August 8, 2014 Have you checked your PHP log? That should be the first place to look. Quote Link to comment Share on other sites More sharing options...
sherming Posted August 8, 2014 Author Report Share Posted August 8, 2014 Yes $page_content is in the layout.tpl. I didn't edit any files as I can remember, besides the emergency announcement bar, but that was after the error occurred. Will restarting the server actually work?. Quote Link to comment Share on other sites More sharing options...
sherming Posted August 9, 2014 Author Report Share Posted August 9, 2014 Ok I have restarted the server but the error didn't go away. Any more suggestions? Quote Link to comment Share on other sites More sharing options...
StartVM Posted August 10, 2014 Report Share Posted August 10, 2014 Ok I have restarted the server but the error didn't go away. Any more suggestions? Did they change your php version Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted August 10, 2014 Administrators Report Share Posted August 10, 2014 I ran into this recently with a site on a server that had just had some updates done. What I found was that it was a new conflict between the mod_rewrite server settings and the .htaccess file for the site. It may be the same thing for your site. If you have an .htaccess file in your root phpvms directory I would try removing it and see what happens, it may be a simple as that, or it may need to have some modifications made to it. Quote Link to comment Share on other sites More sharing options...
sherming Posted August 10, 2014 Author Report Share Posted August 10, 2014 Removed the .htaccess file but it still didn't go away. This problem is just like a cockroach, so hard to kill. Anyways, my host recommend if this problem still goes on, I might have to do a clean re-install on a new server, which I would prefer not to as a lot of files are in the server since 2012. Quote Link to comment Share on other sites More sharing options...
sherming Posted August 14, 2014 Author Report Share Posted August 14, 2014 bump Quote Link to comment Share on other sites More sharing options...
sherming Posted August 23, 2014 Author Report Share Posted August 23, 2014 Bump Quote Link to comment Share on other sites More sharing options...
freshJet Posted August 23, 2014 Report Share Posted August 23, 2014 Has your host upgraded to PHP 5.5? Have you upgraded phpVMS? Quote Link to comment Share on other sites More sharing options...
sherming Posted August 23, 2014 Author Report Share Posted August 23, 2014 Okay I have upgraded phpvms to 5.5, but now my website is showing full of errors Quote Link to comment Share on other sites More sharing options...
freshJet Posted August 23, 2014 Report Share Posted August 23, 2014 It was a question, not so much a suggestion haha. Never mind, I don't see any errors on your site. Use simpilot's update for 5.5. Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted August 25, 2014 Administrators Report Share Posted August 25, 2014 Did you make an update to the site as well before this started happening? I took a look at the site using Firebug and it shows a number of javascript errors and when you look at the source you load different versions of jquery at least 11 times that I see. There is also an error of - Error: fbstatic-a.akamaihd.net : server does not support RFC 5746, see CVE-2009-3555 - Maybe try removing the facebook code, at least that is what I think that is referring to. This error also seems odd to me; Error: SyntaxError: missing ; before statement Source File: http://airmalaysiavi...ndex.php/career Line: 1, Column: 45 Source Code: MM_preloadImages('active wninf','g1 active') document.theForm.theButton.disabled=true Are you trying to load a form with the layout template every time a page loads? I have no idea if this is the issue either but also have no idea what I am looking at without having the actual files. I had also mentioned the htaccess file earlier but see now you that it looks like you are on a Windows server which ignores htaccess files, it requires web.config files to achieve the same purposes. Maybe the update by your host changed some of the requirements associated with that process. Are there any root error logs that can help you? Quote Link to comment Share on other sites More sharing options...
sherming Posted August 26, 2014 Author Report Share Posted August 26, 2014 Hi, I have tried removing the codes which you have stated, such as the FB one and MM_preloadImages('active wninf','g1 active') document.theForm.theButton.disabled=true. Still no success Anyway my host will be opening a new server for me and I will be using Linux this time. They recommend Linux because it works best with php, so I will try that. Quote Link to comment Share on other sites More sharing options...
freshJet Posted August 26, 2014 Report Share Posted August 26, 2014 Linux is better for databases too. Quote Link to comment 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.